body {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
}

a {
    color: #ada34d;
}

a:hover {
    color: #ada34d;
}

/*site-nav*/
.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: max-content;
    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;
}

.dropdown-menu {
    background: #ffffff;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
    box-shadow: 0px 6px 7px rgba(0, 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:hover,
.dropdown-item:focus {
    color: #d6c851;
    background-color: transparent;
}

.navbar-light .navbar-nav .dropdown-toggle.nav-link:hover,
.navbar-light .navbar-nav .dropdown-toggle.nav-link:focus {
    color: #fff;
    background-color: transparent;
    box-shadow: 0 0 0 0.1rem rgba(214, 201, 81, 0.15);
}

/*loginModal*/

#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: #ffffff;
    display: block;
}

.modal-title span.title {
    font-weight: 900;
    font-size: 42px;
    line-height: 46px;
    color: #ffffff;
}

#loginModal .form-control::placeholder {
    opacity: 0.2;
    font-size: 16px;
    color: white;
}

#loginModal .form-control:focus {
    box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.15);
}

#loginModal .form-control {
    border: 1px solid #969696;
    background: transparent;
    color: white;
}

#loginModal .modal-header {
    border-bottom: 0;
}

#loginModal .modal-footer {
    border-top: 0;
}

.btn-primary.btn-lg {
    height: 55px;
}


/*carousel*/
.carousel-overlay {
    background: linear-gradient(0deg, rgba(0, 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 p {
    font-weight: 900;
    font-size: 52px;
    line-height: 62px;
    text-align: center;
    color: #ffffff;
    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: #ffffff;
    margin-bottom: 0;
}

/*block-dark*/
.block-dark {
    background: linear-gradient(0deg, #2c2933, #2c2933);
    color: #ffffff;
}

.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: #ffffff;
}

.card-grouptitle {
    position: relative;
}

.card-grouptitle:before,
.card-grouptitle:after {
    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: #ffffff;
    position: relative;
    text-align: center;
    display: flex;
    flex: 1;
    align-items: center;
}

.card-grouptitle .title:before,
.card-grouptitle .title:after {
    content: "";
    height: 1px;
    display: block;
    width: 100px;
    flex: 1;
    background: #fff;
}

.card-grouptitle .title span {
    padding: 0 15px;
}

.custom-cards-group .card {
    background: #ffffff;
    box-shadow: 0px 6px 7px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    border: none;
}

.custom-cards-group .card-header {
    font-weight: 700;
    font-size: 31px;
    line-height: 34px;
    color: #ffffff;
    text-shadow: 0 2px 7px rgba(0, 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: 16px;
    color: #464646;
    padding: 0;
    margin: 0;
    list-style: none;
}

.card-list>li {
    padding-left: 9px;
    padding-bottom: 4px;
    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: 900;
}

.card-list>li.bullet-color {
    color: #ada34d;
    font-weight: 900;
}

.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, #cccccc 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-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    height: 45px;
    color: #ffffff;
    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 0.1rem rgb(213, 199, 80);
}

.btn-primary {
    color: #fff;
    background: linear-gradient(180deg, #ada34d 0%, #d6c851 100%);
    border-color: #aaa14d;
    border-radius: 29px;
    font-family: "Ubuntu";
    font-style: normal;
    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 0.1rem rgba(214, 201, 81, 0.15);
}

.btn-light {
    color: #727273;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    border-radius: 29px;
    font-family: "Ubuntu";
    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: white;
    text-shadow: none;
    opacity: 1;
}

.close:hover {
    color: white;
}

.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-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    height: 45px;
    color: #000000;
    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: 0.2;
}

.card-footer {
    background-color: transparent;
    border-top: none;
}

/*block-light*/
.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: 900;
    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;
}

.block-light .card-news a.card {
    color: #212529;
}

.block-light .card-news a.card:hover {
    color: #d6c851;
    text-decoration: none;
    box-shadow: 0px 6px 17px rgba(0, 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: 0px 6px 7px rgba(0, 0, 0, 0.08);
}

.block-light .card-news a.card .card-text,
.block-light .card-news a.card {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.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: 0px 7px 15px rgba(0, 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*/
.block-dark-02 .background {
    background: 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*/
.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-family: "Ubuntu";
    font-weight: 400;
    line-height: 46px;
    color: #7a7a7a;
}

.card-box .card-text {
    font-weight: 400;
    font-family: "Ubuntu";
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #7a7a7a;
}

.card-box .card-body {
    padding: 30px 10px;
}

/*block-dark 03*/
.block-dark .lead {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
}

.block-dark-03 .background {
    background: url(../images/bg-block-dark-03.png) no-repeat;
    padding-top: 64px;
    padding-bottom: 64px;
    background-position: bottom center;
    background-size: cover;
}

.btn-outline-dark {
    width: 162px;
    height: 45px;
    border: 3px solid #ffffff;
    box-sizing: border-box;
    border-radius: 29px;
    color: white;
    font-family: "Ubuntu";
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 7px;
}

.btn-outline-dark>span,
.btn-outline-dark>i {
    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;
}

/*Plan*/
.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: #ffffff;
    margin: 0;
}

.internal-header .title {
    font-weight: 900;
    font-size: 60px;
    line-height: 72px;
    color: #ffffff;
}

.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: 30px;
    line-height: 35px;
    color: #333333;
}

.icon-container {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}

.custom-list-plan-avanzado {
    color: #ada34d
}

.custom-list-plan-avanzado span {
    color: white
}





.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: #333333;
}

.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: #333333;
    padding-top: 30px;
}

.features .card-right {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    background: #f8f8f8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-left: 30px;
    padding-top: 30px;
}

.btn-plan-basico {
    width: 381px;
    height: 70px;
    background: linear-gradient(180deg, #cccccc 0%, #918f8f 96.15%);
    box-shadow: 0px 4px 8px rgba(0, 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: #ffffff;
    text-decoration: none;
    margin-right: 10px;
    text-align: center;
}

.btn-plan-basico:hover,
.btn-plan-basico:focus {
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
    margin-top: 2px;
    margin-bottom: -2px;
}

.btn-plan-avanzado {
    width: 381px;
    height: 70px;
    background: #fefff2;
    box-shadow: 0px 4px 8px rgba(0, 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:hover,
.btn-plan-avanzado:focus {
    text-decoration: none;
    color: #ada34d;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
    margin-top: 2px;
    margin-bottom: -2px;
}

.btn-plan-avanzado-suscribirse {
    width: 381px;
    height: 70px;
    background: linear-gradient(180deg, #ada34d 0%, #d6c851 100%);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    border: 3px solid #d6c851;
    border-radius: 50px;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    margin-right: 10px;
    text-align: center;
}

.btn-plan-avanzado-suscribirse:hover,
.btn-plan-avanzado-suscribirse:focus {
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
    margin-top: 2px;
    margin-bottom: -2px;
}

/*quienes somos*/
.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: #333333;
    padding-left: 55px;
}

.history-timeline .media-body p {
    margin-bottom: 0;
}

/*Solicitar presupuesto*/
.elegForm label {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #373737;
}

.elegForm .form-control {
    border: 1px solid rgba(182, 182, 182, 0.4);
    font-size: 14px;
}

.elegForm .form-control::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: rgba(182, 182, 182, 0.6);
}

.elegForm .form-control:focus {
    box-shadow: 0 0 0 0.1rem rgba(214, 201, 81, 0.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: white;
    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:hover,
.navbar-light .navbar-nav .dropdown-toggle.nav-link.logged-in:focus {
    color: #464646;
    background: white;
    box-shadow: 0 0 0 0.1rem rgba(214, 201, 81, 0.15);
}

/*matrices*/
.matrices .title {
    font-weight: 700;
    font-size: 42px;
}

/*buscador*/
.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: 0px 4px 8px rgba(0, 0, 0, 0.3);
    border: none;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}

.btn-buscar:hover,
.btn-buscar:focus {
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
    margin-top: 2px;
    margin-bottom: -2px;
}

.resultSet .card {
    background: #fcfcfc;
    border: 1px solid rgba(182, 182, 182, 0.4);
}

.resultSet .card-header {
    background-color: transparent;
    border-bottom: none;
    grid-template-columns: 120px auto 120px 100px auto auto auto auto;
    display: grid;
    justify-content: space-between;
}

.card-header-text {
    padding-top: 10px;
    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: #000000;
}

.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: #000000;
}

.resultSet .modal-content .card-header {
    grid-template-columns: 160px auto 125px;
}

.resultSet .card-header-search {
    background-color: transparent;
    border-bottom: none;
    grid-template-columns: 175px auto 213px;
    display: grid;
    justify-content: normal;
    align-items: start;
    padding: 20px;
}

.resultSet .card-badge-status {
    margin-top: 6px;
}

.resultSet .card-header-search .badge.badge-dark {
    padding: 2px 8px 4px 8px;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    border-radius: 20px;
    border: 1px solid #343a40;
}

.resultSet .card-badge-status .badge.badge-dark {
    min-width: 80px;
}

.resultSet .card-header-text-info {
    display: grid;
}

.resultSet .card-header-tags {
    display: flex;
    margin-top: 9px;
    flex-wrap: wrap;
}

.resultSet .card-header-text-info .col-title {
    font-size: 18px;
}

.resultSet .card-header-tags .badge {
    background-color: white;
    border: 1px solid #e6e6e6;
    padding: 2px 8px 4px 8px;
    margin-right: 5px;
    border-radius: 20px;
    margin-bottom: 5px;
}

.resultSet .card-header-tags .badge .col-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #838383;
}

.resultSet .card-header-tags .badge .col-title {
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #838383;
}

.resultSet .card-header-search .card-header-btns .btn-outline-secondary {
    font-size: 12px;
    height: 36px;
    padding-left: 6px;
    padding-right: 6px;
    white-space: nowrap;
}

.resultSet .card-header-search .card-header-btns .btn-outline-secondary img {
    max-height: 19px;
    width: auto;
}

@media (min-width: 992px) {
    .resultSet .card-header-btns.d-flex {
        justify-self: end;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .custom-breack-point {
        display: none !important;
    }
}


@media (max-width: 991px) {
    .resultSet .card-header-search {
        grid-template-columns: 175px 1fr auto;
    }

    .resultSet .card-header-btns {
        justify-content: start;
        padding-left: 175px;
    }

    /*ajuste resultados en el modal*/
    .modal-content .card-header-search {
        grid-template-columns: auto;
    }

    .modal-content .card-header-text-info {
        margin-top: 9px;
    }
}

@media (max-width: 479px) {
    .resultSet .card-header-search {
        display: table;
    }

    .resultSet .card-header-btns {
        padding-left: 0;
    }
}

/*novedades*/
.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;
}

/*clientes*/
.page-clientes .block-light-01 .background {
    background: transparent;
}

/*paginacion*/
.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, 0.2);
    background: linear-gradient(180deg, #ada34d 0%, #d6c851 100%);
}

/*ajuste resultados en el modal*/
.modal-content .card-header-search {
    grid-template-columns: 175px auto;
}

/*site footer*/
.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-family: "Ubuntu";
    font-weight: 700;
    font-size: 36px;
    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: 36px;
    color: #2c2933;
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .list-footer-menu a {
    color: #2c2933;
    text-decoration: none;
}

.site-footer .list-footer-menu a:hover {
    color: #ada34d;
}

/*responsiveVideo iframe*/
.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*/
.sidebar-title {
    font-weight: 900;
    font-size: 20px;
    line-height: 26px;
    color: #272727;
}

.sidebar-search .btn-outline-secondary {
    height: 38px;
    background: linear-gradient(180deg, #cccccc 0%, #918f8f 96.15%);
    border: none;
}

.sidebar-search .btn-outline-secondary:hover,
.sidebar-search .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.1rem rgba(164, 164, 164, 0.15);
}

.sidebar-search .form-control:focus {
    box-shadow: 0 0 0 0.1rem rgba(164, 164, 164, 0.15);
}

.custom-select:focus {
    border-color: #c4c4c4;
    box-shadow: 0 0 0 0.1rem rgba(164, 164, 164, 0.15);
}

.tagcloud a {
    background-color: white;
    padding: 3px 5px;
    font-size: 12px;
    color: #a5a4a3;
    border-radius: 3px;
    border: 1px solid #efefef;
    display: inline-block;
}

.tagcloud a:hover {
    text-decoration: none;
    background-color: #a5a4a3;
    border-color: #a5a4a3;
    color: white;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 64px;
    height: 64px;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    background-color: rgba(4, 4, 4, 0.3);
    border-radius: 50%;
    display: none;
}

.back-to-top:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #ffffff transparent;
    left: calc(50% - 10px);
    top: calc(48% - 10px);
}

.back-to-top:hover {
    opacity: 0.7;
}

/*componente de loading*/
.spinner-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.89);
    z-index: 9999;
    top: 0;
    left: 0;
}

.spinner-grow {
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    color: #afa552;
}

/*card-notice*/
.card.card-notice {
    background: #fcfcfc;
    border: 1px solid rgba(182, 182, 182, 0.4);
}

.text-gray-light {
    color: #D1D1D1;
}

/*check Fecha o Norma*/
.checkFechaNorma {
    position: relative;
}

.checkFechaNorma-alert {
    padding: 10px 12px;
    font-size: 15px;
    position: absolute;
    bottom: calc(100% - -10px);
    left: -22px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    background: #FFFFFF;
    border-radius: 6px;
    min-height: 71px;
    display: flex;
    align-items: center;
    z-index: 1;
    width: calc(100% + 30px);
    justify-content: center;
}

.checkFechaNorma-alert::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    position: absolute;
    bottom: -9px;
    left: calc(50% - 5px);
}

.form-control.is-required {
    border-color: #CFC251;
}

.content-blocked {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 14px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-top: -10px;
}

.content-blocked::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffffffbd;
    transition: all 0.2s ease;
    display: block;
}

.content-blocked:hover::before {
    background: transparent;
}

.content-blocked .form-group.disabled {
    opacity: 1;
}

.site-nav .nav-link {
    font-weight: 400;
    font-size: 14px;
    color: #464646;
    text-transform: uppercase;
}

.afip-image {
    max-height: 50px;
    margin-top: 1rem;
}

.internal-header h4 {
    font-size: 20px;
}

.internal-header .badge-grey {
    background: black;
}

.badge-grey {
    color: #696969;
    background: #D9D9D9;
    font-size: 11px;
    padding: 3px 13px;
}

.btn-group.price-period .btn-light {
    min-width: auto;
}

.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;
}

.color-black {
    color: #696969
}

.color-black:hover {
    color: #696969
}

.btn-plan-avanzado-suscribirse-medium {
    background: linear-gradient(180deg, #ada34d 0%, #d6c851 100%);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 10px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-plan-avanzado-suscribirse-medium:hover {
    background: linear-gradient(90deg, #ada34d 0%, #d6c851 100%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: white;
    margin-top: 2px;
    margin-bottom: -2px;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.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%;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.main-dropdown-estru {
    width: 160px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 0 1px #d42215;
    border-radius: 29px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    display: flex;
    align-items: center;
    line-height: 37px;
    padding-top: 0;
    padding-bottom: 3px;
}

.p-2 {
    padding: 0.75rem !important;
}

.ans-row-custom {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    min-height: 250px;
    background-color: #DFDFDF;
    /* backgroundImage: 'url(../../Images/bg-preguntas-frecuentes.svg)' */
    background-image: url(/assets/images/bg-preguntas-frecuentes.svg);
    background-repeat: no-repeat;
}

.ans-col-custom {
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    align-items: center;
}

.ans-box {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.ans-box img{
    width: 40px;
}

.ans-box a {
    color: #2C2933;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.otros-servicios {
    text-align: center;
    padding: 54px 121px 57px 121px;
}

.servicios-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin: 1.5rem 0;
}

.servicio {
    display: flex;
    min-height: 74px;
    padding: 29px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    border-radius: 23px;
    border: 1px solid #B6B6B6;
    background: rgba(182, 182, 182, 0.20);
    color: #000000 !important;
    text-decoration: none !important;
}

.presupuesto-container {
    margin-top: 1rem;
}

.presupuesto-btn {
    background: linear-gradient(to right, #0f0f1f, #1f1f3f);
    color: white;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.presupuesto-btn:hover {
    background: linear-gradient(to right, #1f1f3f, #0f0f1f);
}


@media (min-width: 768px) {
    .ans-col-custom {
        flex: 0 0 48%;
    }

    .servicio {
        width: calc(25% - 1rem);
    }

}