:root{
    --rojo: #f02c2d;
    --azul: #0a547a;
}

body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
    color: var(--azul);
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Jost', sans-serif;
    font-weight: 700;
}
p,span {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
ul,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
a,button {
    display: inline-block;
    text-decoration: none;
    border: none;
    outline: none;
}
a:hover {
    text-decoration: none;
}

figure.media {
    clear: both;
    display: block;
    margin: 0.9em 0;
    min-width: 15em;
}
small.solo-registrados {
    font-size: .75em;
}
.texto{
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.text-12,
.texto .text-tiny{
    font-size: 12px!important;
}
.text-13{
    font-size: 13px!important;
}
.text-14,
.texto .text-small{
    font-size: 14px!important;
}
.texto .text-big{
    font-size: 20px!important;
}
.texto .text-huge{
    font-size: 28px!important;
}
.texto p{
    margin-bottom: .5rem;
}
.alerta .alert {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 25px 15px;
    border: none;
    z-index: 9999;
    text-align: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
input:focus-visible,
textarea:focus-visible {
    outline: none;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: #f02c2d87;
}

.accordion-button:focus,
.page-link:focus {
    box-shadow: none;
}

.form-control,
.form-select,
.bootstrap-select > .dropdown-toggle {
    border-radius: 3px;
    background-color: #fff;
    padding: 13px 15px;
    color: var(--azul);
    border: 1px solid #B9C4D7;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
}
.bootstrap-select .dropdown-menu.new-dropdown-comunas{
    overflow: hidden;
    border-radius: .375rem;
}
.bootstrap-select .dropdown-menu.new-dropdown-comunas .inner{
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 295px!important;
    padding-bottom: 2px;
}
.bootstrap-select .dropdown-menu,
.bootstrap-select .dropdown-menu.new-dropdown-comunas{
    max-height: 305px!important;
    z-index: 9; 
    width: 100%;
}
/* width */
.bootstrap-select .dropdown-menu>.inner::-webkit-scrollbar{
  width: 5px;
}

/* Track */
.bootstrap-select .dropdown-menu>.inner::-webkit-scrollbar-track{
  background: #fff; 
}
 
/* Handle */
.bootstrap-select .dropdown-menu>.inner::-webkit-scrollbar-thumb{
  background: #D9DDDE; 
  border-radius: 5px;
}

/* Handle on hover */
.bootstrap-select .dropdown-menu>.inner::-webkit-scrollbar-thumb:hover{
  background: #D1D6D7; 
}
.bootstrap-select .dropdown-menu .form-control{
    border: 1px solid #e6e1e1;
    padding: 4px;
    width: 100%;
}
label.form-label {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Jost', sans-serif;
}
.bootstrap-select .dropdown-menu.new-dropdown-comunas .inner label.dropdown-item{
    padding: .25rem 1.75rem .25rem .8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bootstrap-select .dropdown-menu.new-dropdown-comunas .inner label input[type="checkbox"]{
    position: absolute;
    right: .4rem;
}

#sticky_sidebar{
    position: sticky;
    top: 4rem;
}

.pagination{
    justify-content: center;
    flex-wrap: wrap;
}
.pagination .page-item .page-link{
    width: 35px;
    height: 35px;
    padding: .5rem;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin:0 3px;
    color: var(--azul);
    border: 1px solid #ddd;
}
.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover{
    background-color: var(--rojo);
    color: #fff;
}


/* ===== Botones ===== */
.common_btn {
    background: #f02c2d;
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 5px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.common_btn:hover {
    background: #0A547A;
    color: #fff;
}

.common_btn2 {
    text-transform: capitalize;
    background: #0A547A;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    padding: 5px 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.common_btn2:hover {
    background: #f02c2d;
    color: #fff;
}


/* SCROLL BUTTON */
.scroll_btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    right: 25px;
    bottom: 25px;
    font-size: 16px;
    position: fixed;
    cursor: pointer;
    z-index: 999;
    display: none;
    background: #f02c2d;
    border-radius: 50%;
    animation: move linear .8s infinite alternate;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* ===== Fin Botones ===== */


/* Topbar */
.topbar {
    width: 100%;
    height: 40px;
    background: #f02c2d;
}
.topbar_left {
    position: relative;
    z-index: 1;
}
.topbar_left li a {
    color: #fff;
    margin-right: 30px;
    font-size: 14px;
    line-height: 40px;
}
.topbar_left li a i {
    margin-right: 5px;
}
.topbar_right li a {
    font-size: 14px;
    color: #fff;
    border-right: 1px solid #ffffff57;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}
.topbar_right li a:hover {
    background: #fff;
    color: #f02c2d;
}
.topbar_right li:first-child a {
    border-left: 1px solid #ffffff57;
}


/* =====MAIN MENU START===== */
.main_menu {
    border-bottom: 1px solid #c995643d;
    background: #fff;
    position: relative;
    z-index: 5;
}

.main_menu .navbar-brand {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 200px;
}

.navbar-toggler {
    padding: 0;
    font-size: 21px;
    line-height: 1;
    background-color: #f02c2d;
    border: none;
    border-radius: 3px;
    transition: box-shadow .15s ease-in-out;
    width: 39px;
    height: 35px;
    color: #fff;
}

.main_menu .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0px 15px;
    color: #0A547A;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    line-height: 80px;
    text-align: center;
    font-weight: 500;
}

.main_menu .navbar-nav .nav-item:hover .nav-link,
.main_menu .navbar-nav .nav-item .nav-link.active {
    color: #f02c2d;
}

.main_menu .navbar-nav .nav-item .nav-link:focus {
    color: #f02c2d;
}

.main_menu .dropdown-menu {
    margin: 0;
    padding: 0;
    width: 250px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.main_menu .dropdown-menu li a {
    color: #0A547A;
    margin: 0 !important;
    line-height: 35px !important;
    padding: 7px 15px !important;
    border-bottom: 1px solid #eee;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    text-transform: capitalize;
    font-size: 15px;
}

.main_menu .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.main_menu .dropdown-menu li a:hover,
.main_menu .dropdown-menu li a.active {
    color: #fff;
    background-color: #f02c2d;
}

.login_icon a {
    background: #0A547A;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.login_icon a i {
    margin-right: 5px;
}

.login_icon a:hover {
    background: #f02c2d;
}

.menu_fix {
    position: fixed !important;
    width: 100%;
    left: 0px;
    top: 0;
    z-index: 999;
    animation: menu_animate 1s ease-in-out;
    -webkit-animation: menu_animate 1s ease-in-out;
    border-bottom: 1px solid #c5cbd94f;
}

@keyframes menu_animate {
    from {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }

    to {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }
}


/* =====MAIN MENU END======= */


/* =====BANNER START===== */

.header-inicio {
    margin-top: -20px;
    position: relative;
    width: 100%;
}

.header-inicio .carousel-item {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    min-height: 80vh;
    z-index: 0;
}
.header-inicio .carousel-item.active{
    z-index: 0;
}

.banner_text {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: #0A547AD1;
    padding: 30px;
    border-radius: 5px;
    width: 400px;
}

.banner_text a {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    display: block;
}

.banner_text a:hover {
    color: #f02c2d;
}

.banner_text p {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
}

.carousel-indicators{
    z-index: 1;
}
.carousel-indicators button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--rojo);
    color: var(--rojo);
    width: 25px!important;
    height: 25px!important;
    border-radius: 50%!important;
    background-color: #fff;
    font-size: 11px;
    text-indent: 0!important;
}
.carousel-indicators button.active{
    background-color: var(--rojo);
    color: #fff;
}

/*Filtro prop inicio*/
.header-inicio .filtro-prop {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
/*    z-index: 1;*/
}

.filtro-buscador {
    background: #0A547AD1;
    padding: 35px 25px;
    border-radius: 5px;
    margin: auto;
    z-index: 1;
}

.filtro-buscador .titulo-buscador {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    font-family: "Jost", sans-serif;
}

.filtro-buscador form .form-select,
.filtro-buscador form .form-control,
.filtro-buscador form .bootstrap-select>.dropdown-toggle{
    border-radius: 3px;
    background-color: #fff!important;
    padding: 13px 15px;
    color: var(--azul);
    border: 1px solid #ffffff70;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
}
.filtro-buscador form .form-select option{
    color: #0a547a;
}

.filtro-buscador button {
    width: 100%;
    padding: 11px 0px;
    text-transform: capitalize;
    background: rgba(240, 44, 45, .8);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
}

.filtro-buscador .nav-pills {
    border: 1px solid #ffffff70;
    border-radius: 3px;
    margin-top: 20px;
}

.filtro-buscador .nav-item {
    width: 33.33%;
}

.filtro-buscador .nav-item button {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-right: 1px solid #ffffff70;
    text-align: center;
}

.filtro-buscador .nav-item:last-child button {
    border: none;
}

.filtro-buscador .btn-group{
    margin-top: 15px;
}

.filtro-buscador .btn-group .btn-outline{
    border: 1px solid #ffffff70;
    padding: 8px 16px;
    color: #fff;
}

.filtro-buscador .nav-pills .nav-link.active,
.filtro-buscador .btn-group .btn-outline:is(:hover,:focus,:active),
.filtro-buscador .btn-group .btn-check:checked+.btn-outline {
    color: #fff;
    background-color: rgba(240, 44, 45, .8);
}
/*Fin filtro prop inicio*/


.titulo{
    text-transform: capitalize;
    font-weight: 700;
    font-size: 40px;
}
.text-rojo{
    color: var(--rojo);
}

.about_img {
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border: 1px solid #eee;
}

.about_img img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.cont-counter {
    border-radius: 5px;
    border: 1px solid #0A547A24;
    background: #f5f7fb;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.counter_icon {
    width: 30%;
    height: 145px;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0A547AD9;
    color: #fff;
    overflow: hidden;
}

.counter_text {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cont-counter p {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 5px;
    color: #0A547AD9;
    text-align: center;
    font-family: 'Jost', sans-serif;
}
.cont-counter .counter {
    font-size: 45px;
    font-weight: 700;
    color: #f02c2d;
}


.bg-claro {
    background: #f5f7fb;
}

.card_property{
    height: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    overflow: hidden;
    border: 1px solid #eee;
}
.card_property figure {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}
.card_property figure img{
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
}
.card_property figure .sale,
.card_property figure .rent {
    background: #0A547A;
    padding: 5px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    left: 10px;
    min-width: 70px;
    text-align: center;
}
.card_property figure .rent {
    background: #f02c2d;
    top: 45px;
}
.card_property:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.card_property .card-body {
    padding: 30px 22px;
    position: relative;
}
.card_property .card-body .tk {
    background: #f02c2d;
    color: #fff;
    padding: 5px 15px;
    position: absolute;
    top: -20px;
    right: 10px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 3px;
    font-family: 'Jost', sans-serif;
}
.card_property .card-body .tk span {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}
.card_property .card-body .title {
    color: #0A547A;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Jost', sans-serif;
}
.card_property .card-body .title:hover {
    color: #f02c2d;
}
.card_property .card-body ul li {
    color: #0A547AD9;
    font-size: 14px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
.card_property .card-body ul li i {
    width: 22px;
    height: 22px;
    background: #fff;
    color: #0A547A;
    text-align: center;
    font-size: 10px;
    line-height: 22px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
    margin-right: 7px;
}
.card_property .card-footer {
/*    margin-top: 20px;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 22px 30px;
    background-color: #fff;
    border: none;
}
.card_property .card-footer .category {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    color: #f02c2d;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}
.card_property .card-footer .category:hover {
    color: #0A547A;
}
.card_property .card-footer .rating {
    font-weight: 900;
    color: #E7B800;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.card_property .card-footer .rating i {
    font-size: 13px;
    margin-left: 5px;
    margin-top: -2px;
}



/* Propiedades destcadas */
.card_property_featured {
    width: 100%;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px;
    border: 1px solid #eee;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}
.card_property_featured img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cont-featured-text {
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 20px;
    left: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    background: rgb(10, 85, 122);
    background: linear-gradient(0deg, rgba(10, 85, 122, 1) 0%, rgba(10, 85, 122, 0.8324463574492297) 21%, rgba(10, 85, 122, 0) 100%);
}
.cont-featured-text h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cont-featured-text ul li {
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
    margin: 0px 5px;
    background: #f02c2d;
    padding: 1px 7px;
    border-radius: 3px;
}
.cont-featured-text ul li i {
    margin-right: 5px;
}
.card_property_featured:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.card_property_featured:hover .cont-featured-text {
    height: 100%;
}


/* Propiedades oferta */
.card_property_sale {
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 8px;
    margin-bottom: 25px;
}
.card_property_sale figure {
    width: 100%;
    height: 150px;
}
.card_property_sale figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont-sale-text {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    height: 100%;
}
.cont-sale-text p {
    color: #f02c2d;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Jost', sans-serif;
}
.cont-sale-text p span {
    color: #f02c2d;
    text-transform: capitalize;
}
.cont-sale-text a {
    text-align: center;
    display: block;
    font-size: 18px;
    color: #0A547A;
    font-weight: 600;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Jost', sans-serif;
}
.cont-sale-text a:hover {
    color: #f02c2d;
}


/* Servicios / Destacados */
.sec_service {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.services_overlay {
    background: #0A547AAB;
}
.service {
    background: #fff;
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 25px;
}
.service::after {
    content: "";
    position: absolute;
    background: #f02c2d14;
    width: 85px;
    height: 85px;
    top: -30px;
    left: -30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.service i {
    color: #f02c2d;
    font-size: 40px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.service h3 {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.service span {
    position: absolute;
    bottom: -30px;
    right: -30px;
    opacity: .15;
}
.service span i {
    margin: 0;
    font-size: 100px;
}
/* FIN Servicios / Destacados */


/* =====BLOG START===== */

.noticias .card{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eee;
}
.noticias .card figure img{
    aspect-ratio: 1.5;
    object-fit: cover;

}
.noticias .card figure .fecha{
    background-color: var(--azul);
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    padding: 3px 10px;
    position: absolute;
    bottom: -.8rem;
    left: 1rem;
}
.noticias .card .card-body{
    padding: 25px;
    color: var(--azul);
}
.noticias .card .card-body .title-gral{
    font-size: 22px;
    font-weight: 600;
    color: var(--azul);
}
.noticias .cont-autor{
    display: inline-flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}
.noticias .cont-autor figure{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 8px;
}
.info-noticia{
    background-color: #f02c2dbf;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.info-noticia p{
    font-size: 14px;
}
.info-noticia span{
    height: 100%;
    width: 1px;
    background-color: #fff;
    display: inline-block;
}
/* =====BLOG END======= */

/* =====FOOTER START===== */

footer {
    background: #24324a;
}

footer .contact_info li,
footer .contact_info li a{
    color: #8a99b3;
    font-size: 16px;
}

footer .contact_info li i {
    background: #f02c2d;
    width: 25px;
    height: 25px;
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    line-height: 25px;
    margin-right: 10px;
}

footer h4 {
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
}

.footer_link li a {
    color: #8a99b3;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.footer_link li a:hover {
    color: #f02c2d;
}

.footer_icon {
    margin-top: 45px;
}

.footer_icon li a {
    color: #9dacc5;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #9dacc5;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
}

.footer_icon li a:hover {
    background: #9dacc5;
    color: #24324a;
}

.subscribe {
    margin: 45px 0px 0px 0px;
    border: .5px solid #4b5d7c;
    overflow: hidden;
    border-radius: 5px;
    background: #4b5d7c;
    border-right: 0;
}

.subscribe_text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.subscribe_text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
}

.subscribe form {
    position: relative;
    background: #354765;
}

.subscribe form input {
    background: none;
    border: none;
    color: #fff;
    padding: 20px;
    width: 100%;
}

.subscribe form button {
    background: #f02c2d;
    width: 100px;
    height: 54px;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 35px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    text-align: center;
}

.subscribe form button:hover {
    background: #24324a;
}

.subscribe form input::placeholder {
    color: #9da5a861;
    opacity: 1;
}

.copyright {
    background: #354765;
    padding: 30px 0px;
}

.copyright p {
    color: #fff;
    text-align: center;
}

.copyright p a {
    color: #f02c2d;
    font-weight: 900;
    margin: 0px 5px;
    text-transform: uppercase;
    font-size: 14px;
}

/* =====FOOTER END======= */

/* ==============================
	HOME PAGE END
================================ */


/*===BREADCRUMB START====*/

.banner-seccion {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner_overlay {
    background: #0b2c3d7c;
    padding: 100px 0px 95px 0px;
}

.banner-seccion .titulo-banner {
    color: #fff;
    text-transform: capitalize;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Jost', sans-serif;
}

.banner-seccion .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    text-align: center;
    justify-content: center;
}

.banner-seccion li a {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    font-family: 'Jost', sans-serif;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb-item.active {
    color: #f02c2d;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Jost', sans-serif;
}

/*===BREADCRUMB END====*/


/* ==============================
	PROPERTY PAGE START
================================ */

.sort_topbar {
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border: 1px solid #eee;
}

.sort_topbar .bootstrap-select > .dropdown-toggle {
    border: none;
    border-left: 2px solid #eee;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.search_property {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border: 1px solid #eee;
}

.search_property h2 {
    background: #f02c2d;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.checks_comodidades .accordion-item {
    border: 1px solid #B9C4D7;
    margin: 25px 0px;
}

.checks_comodidades {
    margin-bottom: 20px;
}

.checks_comodidades .form-check-input:checked{
    background-color: #f02c2d;
    border-color: #f02c2d;
}

.checks_comodidades label{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    color: var(--azul);
    margin-bottom: 0;
}

.checks_comodidades label{
    font-size: 16px;
    text-transform: capitalize;
}

.checks_comodidades .accordion-button {
    color: #0B557B;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.checks_comodidades .accordion-button:not(.collapsed) {
    background-color: #0A547A17;
    box-shadow: none;
}

.checks_comodidades .accordion-button::after {
    position: absolute;
    content: "";
    right: 21px;
    top: 23px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #0A547A;
    background: none;
}

.checks_comodidades .accordion-button:not(.collapsed)::after {
    border-top: 5px solid #858D91 !important;
}

.search_property .common_btn2 {
    padding: 9px 0px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

/*==============================
	PROPERTY PAGE END
================================*/


/*==============================
	PROPERTY DETAILS START
================================*/
#slideProp .carousel-item{
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 550px;
    background-position: center; 
    background-size: cover;
}
#slideProp .carousel-item a{
    background-color: rgba(265, 265, 265, .8);
}
#slideProp .carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pro_det_slider .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 30px;
}
#slideProp .carousel-indicators button{
    width: 20px!important;
    height: 20px!important;
    margin: 0px 5px;
    border-radius: 50%!important;
    border: 3px solid transparent;
    background: #0A547A;
    transition: all linear .3s;
}

#slideProp .carousel-indicators button.active{
    border-color: #fff;
    background: #f02c2d;
    width: 25px!important;
    height: 25px!important;
}

.card-info{
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
}
.prop-info{
    text-transform: capitalize;
    color: #fff;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    background-color: var(--rojo);
}
.prop-info.tk{
    font-size: 18px;
}
.prop-info.tk span {
    text-transform: capitalize;
    font-size: 14px;
}

.title-prop {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 700;
}
.title-gral{
    text-transform: capitalize;
    font-weight: 600;
    font-size: 25px;
    font-family: 'Jost', sans-serif;
}
.star-rating{
    color: #FDCC0D;
    display: inline-flex;
    align-items: center;
}
.star-rating i{
    font-size: 14px;
    margin-right: 5px;
}
.star-rating span{
    background-color: var(--rojo);
    color: #fff;
    padding: 2px 7px 3px 7px;
    font-weight: 800;
    border-radius: 3px;
    margin-left: 5px;
}
.prop-caracteristicas li{
    margin-right: 40px;
    color: #0A547A;
}
.prop-caracteristicas li i{
    width: 22px;
    height: 22px;
    background: #fff;
    color: #0A547A;
    text-align: center;
    font-size: 10px;
    line-height: 22px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
    margin-right: 7px;
}
.prop-opciones li span,
.prop-opciones li a,
.prop-opciones a{
    margin-right: 10px;
    color: #0A547A;
    text-transform: capitalize;
    font-size: 15px;
    background: #0A547A17;
    padding: 7px 15px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 5px;
    transition: all .2s ease-in-out;
}
.prop-opciones li span:is(:hover,:focus),
.prop-opciones li a:is(:hover,:focus),
.prop-opciones a:is(:hover,:focus){
    background-color: #C7D8E1;
}
.prop-opciones li span i,
.prop-opciones li a i,
.prop-opciones a i {
    margin-right: 5px;
    color: #f02c2d;
    text-align: center;
    font-size: 14px;
}
.prop-opciones a.favorito.added{
    background-color: #f02c2d;
}
.prop-opciones a.favorito.added i{
    color: #fff;
}
.prop-opciones a.agente-fav{
    background-color: rgb(217 229 243 / 85%);
}
.prop-opciones a.agente-fav.added{
    background-color: #f02c2d;
}
.prop-opciones a.agente-fav.added i{
    color: #fff;
}
.table-det-prop td{
    width: 50%;
    color: #0A547A;
    text-transform: capitalize;
    font-size: 15px;
}

.total_rating {
    width: 100%;
    background: #0A547A;
    height: 100%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.total_rating h3 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    margin: 0;
}

.total_rating span {
    text-transform: capitalize;
    color: #fff;
}

.total_rating p {
    text-transform: capitalize;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
}

.bg-color-celeste{
    background: #0A547A1F;
}

.prop-info-agente{
    background: #0A547A1F;
    text-align: center;
    padding: 25px;
}

.prop-info-agente img{
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 8px;
}
.prop-info-agente a{
    color: var(--azul);
    display: block;
}
.prop-info-agente a.agente-nombre{
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Jost', sans-serif;
}

/*==============================
	PROPERTY DETAILS END
================================*/


/*======================
    LOGIN PAGE START
========================*/
.login_form {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border: 1px solid #eee;
}

.login_form h2 {
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 600;
    color: #0A547A;
    text-align: center;
}

.login_form .input-group {
    margin-bottom: 25px;
}

.login_form span {
    width: 50px;
    text-align: center;
    line-height: 50px;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #D9DFE9;
    border: 1px solid #D9DFE9;
}

.login_form .form-control {
    background: #fff;
    border: 1px solid #CCD6E7;
    font-size: 16px !important;
    font-weight: 400;
    color: #0A547A;
}
.input-group>.form-control:focus,
.input-group>.form-select:focus {
    box-shadow: none;
    border: 1px solid #D9DFE9;
}

.form-check-input:focus {
    box-shadow: none;
}

.login_form .form-check {
    display: flex;
    align-items: center;
}

.login_form .form-check label {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #0A547A;
    margin-top: 4px;
    margin-left: 5px;
    cursor: pointer;
}

.login_form a {
    font-size: 16px;
    font-weight: 400;
    color: red;
    text-transform: capitalize;
}

.login_form button {
    border: none;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
}
/*======================
    LOGIN PAGE END
========================*/


/*======================
   PLANES
========================*/
.planes .card{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border-radius: 5px;
    text-align: center;
    padding: 30px;
    margin-bottom: 25px;
    border: 1px solid #eee;
    overflow: hidden;
}
.planes .card .header-plan{
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}
.planes .card .header-plan h2{
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: var(--azul);
}

.price-circle{
    width: 130px;
    background: #f02c2d;
    height: 130px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px auto 10px auto;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 8px;
    position: relative;
    z-index: 1;
}

.planes .card .hoja{
    position: absolute;
    bottom: -30px;
    left: 0;
    right: -45px;
    font-size: 170px;
    transform: rotate(145deg);
    z-index: 0;
    opacity: .1;
}

.price-circle h3{
    color: #fff;
    font-weight: 700;
    font-size: 25px;
}
.price-circle p{
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

.planes .card ul li{
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 10px 10px 10px 35px;
    text-align: left;
}
.planes .card ul li:last-child{
    border: none;
}
.planes .card ul li::after{
    position: absolute;
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #f02c2d;
    left: 7px;
    top: 12px;
    font-size: 16px;
}
.planes .card ul li.delete{
    color: #0A547A87;
}
.planes .card ul li.delete::after{
    content: "\f410";
    color: #0A547A87;
}

/*======================
   FIN PLANES
========================*/


/*======================
   Reviews
========================*/
.review-comment {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background: #0096E30D;
    border-radius: 5px;
    padding: 15px 10px;
    border: 1px solid #eee;
    margin-bottom: 25px;
}

.review-user-img {
    width: 200px;
}
.review-user-img img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 8px;
}

.review-txt {
    padding-left: 20px;
}

.review-txt .review_star {
    color: #FFC107;
    font-size: 14px;
    margin-bottom: 5px;
    color: #FFC107;
}

.review-txt .user-review {
    text-transform: capitalize;
    font-size: 18px !important;
    font-weight: 600;
    margin: 0;
}

.review-txt .review-date {
    color: #0A547A;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    margin-top: 5px;
}

/*======================
    Reviews END
========================*/


/*======================
   404 PAGE START
========================*/

.wsus__404_text {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 130px;
}

.wsus__404_text h2 {
    font-size: 150px;
    font-weight: 900;
    margin-bottom: 10px;
    text-align: center;
}

.wsus__404_text h4 {
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}

.wsus__404_text p {
    margin: 10px 0px 45px 0px;
    text-align: center;
}

/*======================
   404 PAGE END
========================*/


/*======================
   ABOUT PAGE START
========================*/
.about_pills {
    background: #0A547A;
    border-radius: 5px;
    overflow: hidden;
}

.about_pills .nav-link {
    width: 100%;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-right: 1px solid #fff;
    border-radius: 0;
    text-align: center;
}

.about_pills .nav-item:last-child .nav-link {
    border: none;
}

.about_pills .nav-link.active,
.about_pills .nav-link:hover {
    background-color: #f02c2d;
    color: #fff;
}

/*======================
   ABOUT PAGE END
========================*/


/*======================
   AGENTES
========================*/
.agent_top {
    padding: 15px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 8px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.agentes .card {
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border-radius: 5px;
    text-align: center;
    margin-top: 25px;
    border: 1px solid #eee;
}

.agentes .card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    display: block;
}

.agentes .card .title {
    color: #0A547A;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    text-align: center;
    font-family: 'Jost', sans-serif;
}

.agentes .card .title:hover {
    color: #f02c2d;
}

.agentes .card p {
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
    color: var(--azul);
}

.agentes .card p i {
    margin-right: 5px;
}

.agentes .card .agent_link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.agentes .card .agent_link li a {
    width: 30px;
    height: 30px;
    border: 1px solid #0A547AD9;
    line-height: 30px;
    border-radius: 50%;
    margin: 15px 5px 0px 5px;
    color: #0A547AD9;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s ease;
    -moz-transition: all linear .3s ease;
    -ms-transition: all linear .3s ease;
    -o-transition: all linear .3s ease;
    text-align: center;
}

.agentes .card .agent_link li a:hover {
    color: #fff;
    background: #0A547AD9;
    border-color: transparent;
}

/* DETALLE AGENTE */
.info-agente {
    padding: 20px;
    border-radius: 5px;
    background: #f5f7fb;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
}

.agent_img {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    width: 100%;
    height: 400px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
    padding: 10px;
    background: #fff;
}

.agent_img img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.agent_text {
    height: 100%;
    border-radius: 5px;
    padding: 25px;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
}

.agent_text h1 {
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
}

.agent_text span {
    display: block;
    text-transform: capitalize;
    color: #0A547A;
}

.agent_text .agent_description {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
}

.agent_address {
    margin-top: 20px;
}
.agent_address a,
.agent_address p {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #0A547A;
    margin-bottom: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.agent_address i {
    width: 25px;
}

.agent_address a:hover {
    color: #f02c2d;
}

.agent_top h2 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin-left: 15px;
    margin-bottom: 0;
}

.quick_contact {
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
}

.quick_contact h4 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    background: #0A547A;
    color: #fff;
    padding: 10px 0px;
    border-radius: 5px;
    text-align: center;
}

/*======================
   FIN AGENTES
========================*/


/*========================
	CONTACT START
=========================*/
.card-contact {
    text-align: center;
    background: #f5f7fb;
    padding: 30px 20px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border: 1px solid #eee;
}

.card-contact i {
    color: #f02c2d;
    font-size: 50px;
}

.card-contact .contact-title {
    font-family: 'Jost', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 25px;
    margin: 20px 0px 10px 0px;
    text-align: center;
}

.card-contact a,
.card-contact p {
    color: #0A547A;
    font-size: 18px;
    font-weight: 400;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}
.input-group-text{
    border-radius: 3px;
}
.mapa {
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.mapa iframe {
    width: 100%;
}

/*========================
	CONTACT END
=========================*/


/*======================
    FAQ PAGE START
========================*/
#faq .accordion-button {
    font-weight: 600;
}

#faq .accordion-item {
    background: #f3f7fd;
    border-radius: 10px;
    margin-bottom: 20px;
    border: none;
}

#faq {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    overflow: hidden;
    padding-bottom: 0;
    margin-top: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 8px;
    border: 1px solid #eee;
}

#faq .accordion-button::after {
    background: #fff;
    width: 20px;
    height: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
}

#faq .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    flex-shrink: 0;
    margin-left: auto;
    content: "\f078";
    transition: transform .2s ease-in-out;
    background: #fff;
    width: 20px;
    height: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    line-height: 21px;
    text-align: center;
    font-size: 12px;
}

#faq .accordion-button {
    color: #0A547A;
    background-color: transparent;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    font-size: 18px;
}

#faq .accordion-button:not(.collapsed) {
    background: #e7f1ff;
    border-radius: 10px;
    border: none;
}

/*======================
    FAQ PAGE END
========================*/


/*======================
    CHECKOUT  START
========================*/
.card-detalle-plan{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
    border-radius: 5px;
    overflow: hidden;
}
.card-detalle-plan .card-header{
    background-color: var(--azul);
    padding: 1rem;
    text-align: center;
}

/*======================
    CHECKOUT  END
========================*/


.links_compartir {
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 25px;
    overflow: hidden;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.links_compartir p {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Jost', sans-serif;
}

.links_compartir ul {
    display: flex;
    flex-wrap: wrap;
}

.links_compartir ul li a{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 8px;
    border-radius: 50%;
    margin-left: 10px;
    color: #f02c2d;
    border: 1px solid #eee !important;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.links_compartir ul li a:hover{
    background: #f02c2d;
    color: #fff;
    border-color: #f02c2d;
}


.agent_top ul {
    display: flex;
    flex-wrap: wrap;
}

.agent_top .select2-container {
    max-width: 89%;
    border: 1px solid #B9C4D7;
    border-radius: 3px;
    overflow: hidden;
}

.agent_top .select2-container--default .select2-selection--single {
    border-left: 0;
}

.agent_top .select2-container--default .select2-selection--single {
    border-left: 0;
    padding: 20px;
}

.agent_top .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 3px;
}

.agent_top .common_btn2 {
    padding: 9px 30px;

}

.text-azul {
    color: #0b547a;
}
.sort_topbar {
    font-size: .99rem;
}
.btn-asociados {
    border: 2px solid var(--azul);
    padding: .5rem 1rem;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.btn-asociados span,
.btn-asociados i {
    color: #f02c2d;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.btn-asociados:hover span,
.btn-asociados:hover i {
    color: var(--azul);
}
.btn-asociados:hover {
    border-color: #f02c2d;
}

@media screen and (min-width: 992px) and (max-width: 1199.99px){
    .main_menu .navbar-brand {
        width: 160px;
    }
    .main_menu .navbar-nav .nav-item .nav-link {
        margin: 0px 10px;
    }
    .filtro-buscador .titulo-buscador{
        font-size: 40px;
    }
    .banner_overlay {
        background: #0B2C3DA6;
        padding: 70px 0px 60px 0px;
    }
    #slideProp .carousel-item{
        height: 450px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991.99px){
    .main_menu .navbar-nav .nav-item{
        width: 100%;
    }
    .main_menu .navbar-nav .nav-item .nav-link {
        line-height: 55px;
        text-align: center;
        border-bottom: 1px solid #eee;
    }
    .main_menu .dropdown-menu{
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    #slideProp .carousel-item{
        height: 350px;
    }
}
@media screen and (min-width: 0px) and (max-width: 767.99px){
    .main_menu .navbar-nav .nav-item{
        width: 100%;
    }
    .main_menu .navbar-nav .nav-item .nav-link {
        line-height: 55px;
        text-align: center;
        border-bottom: 1px solid #eee;
    }
    .main_menu .dropdown-menu{
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    .filtro-buscador{
        padding: 25px;
    }
    .filtro-buscador .titulo-buscador{
        font-size: 30px;
    }
    .filtro-buscador form .form-select, 
    .filtro-buscador form .form-control, 
    .filtro-buscador form .bootstrap-select>.dropdown-toggle{
        padding: 10px 15px;
    }
    .banner_overlay {
        padding: 50px 0px 40px 0px;
    }
    .banner-seccion .titulo-banner{
        font-size: 30px;
    }
    .header-inicio{
        margin-top: 0;
    }
    .header-inicio .carousel-item{
        height: 85vh;
    }
    #slideProp .carousel-item{
        height: 250px;
        background: none;
    }
    #slideProp .carousel-item a{
        background: none;
    }
    #slideProp .carousel-item img{
        object-fit: cover;
    }
}

/* ========================================================= */
/* BLOQUE: PLANES V2 - DISEÑO COMERCIAL MODERNO              */
/* ========================================================= */
/*
 * TÍTULO:
 * planes v2
 *
 * SUBTÍTULO:
 * rediseño visual de la página pública de planes.
 * mantiene la lógica actual de administración y solo cambia
 * la presentación comercial de los planes.
 *
 * NOTA:
 * este bloque no modifica el bloque antiguo de planes.
 * usa clases nuevas con prefijo planes-v2 para evitar conflictos.
 */

.planes-v2-page {
    background: #f5f7fb;
}

/* --------------------------------------------------------- */
/* SUBBLOQUE: FRANJA AZUL / HERO PLANES V2                   */
/* --------------------------------------------------------- */
/*
 * TÍTULO:
 * franja azul hero planes v2
 *
 * SUBTÍTULO:
 * controla el alto, fondo, título, bajada e íconos superiores
 * de la sección principal de planes.
 */

.planes-v2-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(3.5rem, 6vw, 4.375rem) 0 clamp(4.5rem, 7vw, 5rem);
    background:
        linear-gradient(135deg, #063d6f 0%, #0a4f86 38%, #08365f 100%);
}

.planes-v2-hero::before {
    content: "";
    position: absolute;
    top: -7.5rem;
    left: -7.5rem;
    width: clamp(20rem, 38vw, 32.5rem);
    height: clamp(20rem, 38vw, 32.5rem);
    border-radius: 50%;
    border: .0625rem solid rgba(255, 255, 255, .10);
    background: radial-gradient(circle at center, rgba(0, 170, 255, .06) 0%, rgba(0, 170, 255, 0) 70%);
}

.planes-v2-hero::after {
    content: "";
    position: absolute;
    top: -11.25rem;
    right: -6.875rem;
    width: clamp(20rem, 38vw, 32.5rem);
    height: clamp(20rem, 38vw, 32.5rem);
    border-radius: 50%;
    border: .0625rem solid rgba(255, 255, 255, .10);
    background: radial-gradient(circle at center, rgba(30, 144, 255, .07) 0%, rgba(30, 144, 255, 0) 72%);
}

.planes-v2-hero .container {
    position: relative;
    z-index: 2;
}

.planes-v2-title {
    color: #ffffff;
    font-size: clamp(2.125rem, 3vw + 1rem, 2.875rem);
    line-height: 1.12;
    font-weight: 800;
    margin: 0 0 .625rem;
    text-align: center;
    letter-spacing: .0125rem;
}

.planes-v2-title-accent {
    color: #f02c2d;
    font-size: clamp(2.125rem, 3vw + 1rem, 2.875rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: .0125rem;
}

.planes-v2-subtitle {
    max-width: 45rem;
    margin: 0 auto;
    color: rgba(255, 255, 255, .92);
    font-size: clamp(1rem, .5vw + .85rem, 1.125rem);
    line-height: 1.45;
    text-align: center;
}

.planes-v2-benefits {
    width: min(100%, 64rem);
    margin: clamp(2rem, 4vw, 2.375rem) auto 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 17.5rem), 1fr));
    gap: 1.125rem;
}

.planes-v2-benefit {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .875rem 1.125rem;
    background: rgba(255, 255, 255, .10);
    border: .0625rem solid rgba(255, 255, 255, .10);
    border-radius: .75rem;
    text-align: left;
    box-shadow: 0 .625rem 1.5rem rgba(0, 0, 0, .14);
    backdrop-filter: blur(.25rem);
    -webkit-backdrop-filter: blur(.25rem);
}

.planes-v2-benefit-icon {
    width: 3.375rem;
    height: 3.375rem;
    min-width: 3.375rem;
    border-radius: .75rem;
    background: rgba(255, 255, 255, .98);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 .5rem 1.125rem rgba(0, 0, 0, .12);
}

.planes-v2-benefit i {
    color: #0a547a;
    font-size: 1.5rem;
}

.planes-v2-benefit-content {
    display: flex;
    flex-direction: column;
    line-height: 1.18;
}

.planes-v2-benefit strong {
    display: block;
    color: #ffffff;
    font-size: clamp(1.125rem, .8vw + .9rem, 1.375rem);
    line-height: 1.08;
    font-weight: 700;
    margin: 0;
}

.planes-v2-benefit small {
    display: block;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(.875rem, .45vw + .75rem, 1rem);
    line-height: 1.2;
    font-weight: 500;
    margin-top: .25rem;
}

/* -------- FIN SUBBLOQUE: FRANJA AZUL / HERO PLANES V2 -------- */

/* --------------------------------------------------------- */
/* SUBBLOQUE: TARJETAS DE PLANES V2                          */
/* --------------------------------------------------------- */
/*
 * TÍTULO:
 * tarjetas de planes v2
 *
 * SUBTÍTULO:
 * controla tarjetas, precios, listado de beneficios,
 * plan destacado, ahorro calculado y botones de selección.
 */

.planes-v2-section {
    padding: clamp(2.25rem, 4vw, 3.25rem) 0;
    margin-top: 0;
    position: relative;
    z-index: 2;
}

.planes-v2-grid {
    width: min(100%, 68rem);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr));
    gap: clamp(1.125rem, 1.8vw, 1.375rem);
    align-items: stretch;
}

.planes-v2-card-wrap {
    min-width: 0;
}

.planes-v2-card {
    position: relative;
    height: 100%;
    background: #ffffff;
    border: .0625rem solid #e5edf3;
    border-radius: clamp(1rem, 1vw + .75rem, 1.125rem);
    padding: clamp(1.375rem, 1.6vw, 1.625rem) clamp(1.125rem, 1.6vw, 1.5rem) clamp(1.25rem, 1.6vw, 1.5rem);
    box-shadow: 0 1.125rem 2.625rem rgba(10, 84, 122, .10);
    transition: all .25s ease-in-out;
    overflow: visible;
}

.planes-v2-card:hover {
    transform: translateY(-.3125rem);
    box-shadow: 0 1.5rem 3.625rem rgba(10, 84, 122, .16);
}

.planes-v2-card-featured {
    border: .125rem solid #f02c2d;
    box-shadow: 0 1.5rem 3.875rem rgba(240, 44, 45, .16);
}

.planes-v2-badge {
    position: absolute;
    top: -1.1875rem;
    left: 50%;
    transform: translateX(-50%);
    width: min(17.5rem, calc(100% - 3.5rem));
    min-height: 2.25rem;
    background: linear-gradient(135deg, #f02c2d 0%, #c9191a 100%);
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: .4375rem;
    padding: 0 1.375rem;
    border-radius: .5rem;
    font-size: clamp(.8125rem, .35vw + .72rem, .9375rem);
    font-weight: 800;
    letter-spacing: .0125rem;
    box-shadow: 0 .75rem 1.625rem rgba(240, 44, 45, .28);
    z-index: 3;
}

.planes-v2-badge i {
    font-size: .8125rem;
}

.planes-v2-card-header {
    text-align: center;
    padding-bottom: 1.375rem;
    border-bottom: .0625rem solid #edf1f5;
}

.planes-v2-name {
    color: #0a547a;
    font-size: clamp(1.5rem, 1vw + 1.2rem, 1.6875rem);
    font-weight: 850;
    margin: 0 0 .3125rem;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: -.01875rem;
}

.planes-v2-subplan {
    color: #667789;
    font-size: .875rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.planes-v2-days {
    color: #f02c2d;
    font-size: .875rem;
    font-weight: 800;
    margin: .4375rem 0 0;
    text-align: center;
}

.planes-v2-price-box {
    text-align: center;
    padding: clamp(1rem, 1.6vw, 1.25rem) 0;
    border-bottom: .0625rem solid #edf1f5;
    margin-bottom: 1.125rem;
}

.planes-v2-old-price {
    display: inline-block;
    color: #7b8794;
    font-size: .875rem;
    font-weight: 500;
    margin: 0 0 .75rem;
    line-height: 1.25;
    text-decoration: line-through;
    text-decoration-color: #9aa6b3;
    text-decoration-thickness: .0625rem;
    text-decoration-skip-ink: auto;
    opacity: 1;
}

.planes-v2-price-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(.75rem, 1.5vw, 1rem);
    margin-bottom: .5rem;
}

.planes-v2-price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: .3125rem;
    color: #0a547a;
}

.planes-v2-price strong {
    font-family: 'Jost', sans-serif;
    font-size: clamp(1.875rem, 1.6vw + 1.25rem, 2.25rem);
    line-height: .95;
    font-weight: 900;
    letter-spacing: -.05rem;
}

.planes-v2-price span {
    font-size: clamp(1.0625rem, .8vw + .85rem, 1.25rem);
    font-weight: 900;
    padding-bottom: .1875rem;
}

.planes-v2-discount {
    min-width: clamp(3.125rem, 3vw, 3.5rem);
    min-height: clamp(2.625rem, 3vw, 2.875rem);
    border-radius: .5rem;
    background: rgba(240, 44, 45, .11);
    color: #f02c2d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-weight: 800;
}

.planes-v2-discount strong {
    display: block;
    font-size: clamp(1rem, .45vw + .85rem, 1.125rem);
    font-weight: 900;
    margin-bottom: .125rem;
}

.planes-v2-discount span {
    display: block;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .0375rem;
}

.planes-v2-tax {
    color: #667789;
    font-size: .875rem;
    font-weight: 700;
    margin: 0;
}

.planes-v2-saving {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: .8125rem auto 0;
    padding: .4375rem 1.125rem;
    border-radius: 999rem;
    background: rgba(240, 44, 45, .09);
    border: .0625rem solid rgba(240, 44, 45, .18);
    color: #f02c2d;
    font-size: .875rem;
    font-weight: 800;
}

.planes-v2-list {
    margin: 0 0 1.625rem;
    padding: 0;
    list-style: none;
}

.planes-v2-list li {
    display: flex;
    align-items: flex-start;
    gap: .5625rem;
    color: #27384a;
    font-size: clamp(.8125rem, .3vw + .75rem, .9rem);
    font-weight: 500;
    padding: .5rem 0;
    border-bottom: .0625rem solid #f1f4f7;
}

.planes-v2-list li:last-child {
    border-bottom: none;
}

.planes-v2-list li i {
    color: #f02c2d;
    font-size: .8125rem;
    margin-top: .25rem;
}

.planes-v2-list li.planes-v2-disabled {
    color: #9aa6b3;
}

.planes-v2-list li.planes-v2-disabled i {
    color: #9aa6b3;
}

.planes-v2-button {
    width: 100%;
    min-height: 3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(135deg, #0a547a 0%, #073f5c 100%);
    color: #ffffff;
    border: none;
    border-radius: .625rem;
    padding: .75rem 1rem;
    font-size: .9375rem;
    font-weight: 850;
    transition: all .25s ease-in-out;
    box-shadow: 0 .75rem 1.5rem rgba(10, 84, 122, .18);
}

.planes-v2-button:hover {
    background: linear-gradient(135deg, #f02c2d 0%, #c9191a 100%);
    color: #ffffff;
    transform: translateY(-.125rem);
    box-shadow: 0 .875rem 1.75rem rgba(240, 44, 45, .22);
}

.planes-v2-card-featured .planes-v2-button {
    background: linear-gradient(135deg, #f02c2d 0%, #c9191a 100%);
    box-shadow: 0 .75rem 1.5rem rgba(240, 44, 45, .22);
}

.planes-v2-card-featured .planes-v2-button:hover {
    background: linear-gradient(135deg, #0a547a 0%, #073f5c 100%);
    box-shadow: 0 .875rem 1.75rem rgba(10, 84, 122, .22);
}

/* -------- FIN SUBBLOQUE: TARJETAS DE PLANES V2 -------- */

/* --------------------------------------------------------- */
/* SUBBLOQUE: BENEFICIOS INFERIORES PLANES V2                */
/* --------------------------------------------------------- */
/*
 * TÍTULO:
 * beneficios inferiores planes v2
 *
 * SUBTÍTULO:
 * controla el bloque inferior de confianza ubicado
 * debajo de las tarjetas de planes.
 */

.planes-v2-trust {
    width: min(100%, 68rem);
    margin: clamp(1.625rem, 3vw, 2.125rem) auto 0;
    background: #ffffff;
    border: .0625rem solid #e5edf3;
    border-radius: clamp(1rem, 1vw + .75rem, 1.125rem);
    padding: clamp(1.125rem, 2vw, 1.5rem);
    box-shadow: 0 1.125rem 2.625rem rgba(10, 84, 122, .08);
}

.planes-v2-trust-grid {
    display: grid;
     grid-template-columns: repeat(auto-fit, minmax(min(100%, 14.375rem), 1fr));
    gap: clamp(.875rem, 2vw, 1.25rem);
    align-items: stretch;
}

.planes-v2-trust-item {
    height: 100%;
    display: flex;
    align-items: center;
    gap: .8125rem;
    padding: .5rem .25rem;
}

.planes-v2-trust-icon {
    width: 2.875rem;
    height: 2.875rem;
    min-width: 2.875rem;
    border-radius: .8125rem;
    background: rgba(240, 44, 45, .08);
    color: #f02c2d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
}

.planes-v2-trust-content {
    min-width: 0;
}

.planes-v2-trust-title {
    color: #0a547a;
    font-size: clamp(.9375rem, .35vw + .85rem, 1rem);
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 .1875rem;
    letter-spacing: -.00625rem;
}

.planes-v2-trust-text {
    color: #5f6f80;
    font-size: .8125rem;
    line-height: 1.25;
    font-weight: 500;
    margin: 0;
}

/* -------- FIN SUBBLOQUE: BENEFICIOS INFERIORES PLANES V2 -------- */

/* ====== FIN BLOQUE: PLANES V2 - DISEÑO COMERCIAL MODERNO ======== */

/* ========================================================= */
/* BLOQUE: PLANES V2 - PANEL USUARIO                         */
/* ========================================================= */
/*
 * TÍTULO:
 * planes v2 panel usuario
 *
 * SUBTÍTULO:
 * rediseño visual de la vista interna donde el usuario
 * elige, renueva o compra un plan desde su panel privado.
 *
 * NOTA:
 * este bloque no modifica la página pública /planes.
 * este bloque no modifica la vista /carro ni el flujo de pago.
 * usa clases propias con prefijo user-planes-v2 para evitar conflictos.
 */

/* --------------------------------------------------------- */
/* SUBBLOQUE: ENCABEZADO PLANES V2 PANEL USUARIO             */
/* --------------------------------------------------------- */
/*
 * TÍTULO:
 * encabezado planes v2 panel usuario
 *
 * SUBTÍTULO:
 * controla el título y la bajada superior de la vista
 * de selección de planes dentro del panel del usuario.
 */

.user-planes-v2-section {
    position: relative;
}

.user-planes-v2-header {
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.user-planes-v2-heading {
    color: #0a547a;
    font-size: clamp(1.625rem, 2vw + 1rem, 2.25rem);
    line-height: 1.15;
    font-weight: 850;
    margin: 0 0 .5rem;
    letter-spacing: -.01875rem;
}

.user-planes-v2-subheading {
    color: #667789;
    font-size: clamp(.9375rem, .5vw + .8rem, 1.0625rem);
    line-height: 1.45;
    font-weight: 500;
    margin: 0;
}

/* -------- FIN SUBBLOQUE: ENCABEZADO PLANES V2 PANEL USUARIO -------- */

/* --------------------------------------------------------- */
/* SUBBLOQUE: GRILLA PLANES V2 PANEL USUARIO                 */
/* --------------------------------------------------------- */
/*
 * TÍTULO:
 * grilla planes v2 panel usuario
 *
 * SUBTÍTULO:
 * estructura general de tarjetas de planes dentro del panel.
 * usa Grid para ordenar columnas de forma fluida.
 */

.user-planes-v2-grid {
    width: min(100%, 74rem);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
    gap: clamp(1.25rem, 2vw, 1.5rem);
    align-items: stretch;
}

.user-planes-v2-card-wrap {
    min-width: 0;
}

/* -------- FIN SUBBLOQUE: GRILLA PLANES V2 PANEL USUARIO -------- */

/* --------------------------------------------------------- */
/* SUBBLOQUE: TARJETA PLANES V2 PANEL USUARIO                */
/* --------------------------------------------------------- */
/*
 * TÍTULO:
 * tarjeta planes v2 panel usuario
 *
 * SUBTÍTULO:
 * controla la tarjeta individual de cada plan, incluyendo
 * encabezado, precio, listado de beneficios y plan destacado.
 */

.user-planes-v2-card {
    position: relative;
    height: 100%;
    background: #ffffff;
    border: .0625rem solid #e5edf3;
    border-radius: clamp(1rem, 1vw + .75rem, 1.125rem);
    padding: clamp(1.625rem, 2vw, 1.875rem) clamp(1.375rem, 2vw, 1.75rem) clamp(1.5rem, 2vw, 1.75rem);
    box-shadow: 0 1.125rem 2.625rem rgba(10, 84, 122, .10);
    transition: all .25s ease-in-out;
    overflow: visible;
}

.user-planes-v2-card:hover {
    transform: translateY(-.3125rem);
    box-shadow: 0 1.5rem 3.625rem rgba(10, 84, 122, .16);
}

.user-planes-v2-card-featured {
    border: .125rem solid #f02c2d;
    box-shadow: 0 1.5rem 3.875rem rgba(240, 44, 45, .16);
}

.user-planes-v2-badge {
    position: absolute;
    top: -1.1875rem;
    left: 50%;
    transform: translateX(-50%);
    width: min(17.5rem, calc(100% - 3.5rem));
    min-height: 2.25rem;
    background: linear-gradient(135deg, #f02c2d 0%, #c9191a 100%);
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: .4375rem;
    padding: 0 1.375rem;
    border-radius: .5rem;
    font-size: clamp(.8125rem, .35vw + .72rem, .9375rem);
    font-weight: 800;
    letter-spacing: .0125rem;
    box-shadow: 0 .75rem 1.625rem rgba(240, 44, 45, .28);
    z-index: 3;
}

.user-planes-v2-badge i {
    font-size: .8125rem;
}

/* -------- FIN SUBBLOQUE: TARJETA PLANES V2 PANEL USUARIO -------- */

/* --------------------------------------------------------- */
/* SUBBLOQUE: ENCABEZADO TARJETA PLANES V2 PANEL USUARIO     */
/* --------------------------------------------------------- */
/*
 * TÍTULO:
 * encabezado tarjeta planes v2 panel usuario
 *
 * SUBTÍTULO:
 * controla el nombre del plan, subtítulo y duración
 * dentro de cada tarjeta.
 */

.user-planes-v2-card-header {
    text-align: center;
    padding-bottom: 1.375rem;
    border-bottom: .0625rem solid #edf1f5;
}

.user-planes-v2-name {
    color: #0a547a;
    font-size: clamp(1.5rem, 1vw + 1.2rem, 1.6875rem);
    font-weight: 850;
    margin: 0 0 .3125rem;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: -.01875rem;
}

.user-planes-v2-subplan {
    color: #667789;
    font-size: .875rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.user-planes-v2-days {
    color: #f02c2d;
    font-size: .875rem;
    font-weight: 800;
    margin: .4375rem 0 0;
    text-align: center;
}

/* -------- FIN SUBBLOQUE: ENCABEZADO TARJETA PLANES V2 PANEL USUARIO -------- */

/* --------------------------------------------------------- */
/* SUBBLOQUE: PRECIO PLANES V2 PANEL USUARIO                 */
/* --------------------------------------------------------- */
/*
 * TÍTULO:
 * precio planes v2 panel usuario
 *
 * SUBTÍTULO:
 * controla precio anterior, descuento, precio final,
 * IVA, equivalente UF y ahorro dentro de cada tarjeta.
 */

.user-planes-v2-price-box {
    text-align: center;
    padding: clamp(1.25rem, 2vw, 1.5rem) 0;
    border-bottom: .0625rem solid #edf1f5;
    margin-bottom: 1.375rem;
}

.user-planes-v2-old-price {
    display: inline-block;
    color: #7b8794;
    font-size: .875rem;
    font-weight: 500;
    margin: 0 0 .75rem;
    line-height: 1.25;
    text-decoration: line-through;
    text-decoration-color: #9aa6b3;
    text-decoration-thickness: .0625rem;
    text-decoration-skip-ink: auto;
    opacity: 1;
}

.user-planes-v2-price-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(.75rem, 1.5vw, 1rem);
    margin-bottom: .5rem;
}

.user-planes-v2-price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: .3125rem;
    color: #0a547a;
}

.user-planes-v2-price strong {
    font-family: 'Jost', sans-serif;
    font-size: clamp(2.125rem, 2.2vw + 1.45rem, 2.625rem);
    line-height: .95;
    font-weight: 900;
    letter-spacing: -.0625rem;
}

.user-planes-v2-price span {
    font-size: clamp(1.25rem, 1vw + .95rem, 1.4375rem);
    font-weight: 900;
    padding-bottom: .25rem;
}

.user-planes-v2-discount {
    min-width: clamp(3.5rem, 4vw, 3.875rem);
    min-height: clamp(3rem, 4vw, 3.25rem);
    border-radius: .5625rem;
    background: rgba(240, 44, 45, .11);
    color: #f02c2d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-weight: 800;
}

.user-planes-v2-discount strong {
    display: block;
    font-size: clamp(1.125rem, .6vw + .95rem, 1.25rem);
    font-weight: 900;
    margin-bottom: .1875rem;
}

.user-planes-v2-discount span {
    display: block;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .0375rem;
}

.user-planes-v2-tax {
    color: #667789;
    font-size: .875rem;
    font-weight: 700;
    margin: 0;
}

.user-planes-v2-saving {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: .8125rem auto 0;
    padding: .4375rem 1.125rem;
    border-radius: 999rem;
    background: rgba(240, 44, 45, .09);
    border: .0625rem solid rgba(240, 44, 45, .18);
    color: #f02c2d;
    font-size: .875rem;
    font-weight: 800;
}

/* -------- FIN SUBBLOQUE: PRECIO PLANES V2 PANEL USUARIO -------- */

/* --------------------------------------------------------- */
/* SUBBLOQUE: LISTADO BENEFICIOS PLANES V2 PANEL USUARIO     */
/* --------------------------------------------------------- */
/*
 * TÍTULO:
 * listado beneficios planes v2 panel usuario
 *
 * SUBTÍTULO:
 * controla los beneficios incluidos o no incluidos
 * dentro de cada plan del panel.
 */

.user-planes-v2-list {
    margin: 0 0 1.625rem;
    padding: 0;
    list-style: none;
}

.user-planes-v2-list li {
    display: flex;
    align-items: flex-start;
    gap: .625rem;
    color: #27384a;
    font-size: clamp(.875rem, .35vw + .78rem, .9375rem);
    font-weight: 500;
    padding: .5625rem 0;
    border-bottom: .0625rem solid #f1f4f7;
}

.user-planes-v2-list li:last-child {
    border-bottom: none;
}

.user-planes-v2-list li i {
    color: #f02c2d;
    font-size: .8125rem;
    margin-top: .25rem;
}

.user-planes-v2-list li.user-planes-v2-disabled {
    color: #9aa6b3;
}

.user-planes-v2-list li.user-planes-v2-disabled i {
    color: #9aa6b3;
}

/* -------- FIN SUBBLOQUE: LISTADO BENEFICIOS PLANES V2 PANEL USUARIO -------- */

/* --------------------------------------------------------- */
/* SUBBLOQUE: BOTÓN PLANES V2 PANEL USUARIO                  */
/* --------------------------------------------------------- */
/*
 * TÍTULO:
 * botón planes v2 panel usuario
 *
 * SUBTÍTULO:
 * controla el botón de selección del plan.
 * mantiene la ruta original hacia la compra o activación.
 */

.user-planes-v2-form {
    margin: 0;
}

.user-planes-v2-button {
    width: 100%;
    min-height: 3.25rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(135deg, #0a547a 0%, #073f5c 100%);
    color: #ffffff;
    border: none;
    border-radius: .625rem;
    padding: .875rem 1.125rem;
    font-size: 1rem;
    font-weight: 850;
    transition: all .25s ease-in-out;
    box-shadow: 0 .75rem 1.5rem rgba(10, 84, 122, .18);
}

.user-planes-v2-button:hover {
    background: linear-gradient(135deg, #f02c2d 0%, #c9191a 100%);
    color: #ffffff;
    transform: translateY(-.125rem);
    box-shadow: 0 .875rem 1.75rem rgba(240, 44, 45, .22);
}

.user-planes-v2-card-featured .user-planes-v2-button {
    background: linear-gradient(135deg, #f02c2d 0%, #c9191a 100%);
    box-shadow: 0 .75rem 1.5rem rgba(240, 44, 45, .22);
}

.user-planes-v2-card-featured .user-planes-v2-button:hover {
    background: linear-gradient(135deg, #0a547a 0%, #073f5c 100%);
    box-shadow: 0 .875rem 1.75rem rgba(10, 84, 122, .22);
}

/* -------- FIN SUBBLOQUE: BOTÓN PLANES V2 PANEL USUARIO -------- */

/* =============== FIN BLOQUE: PLANES V2 - PANEL USUARIO =============== */
