
@font-face {
  font-family: "Circular";
  src: url("../fonts/circular/CircularStd-Black.eot");
  src: url("../fonts/circular/CircularStd-Black-.eot#iefix") format("embedded-opentype"), url("../fonts/circular/CircularStd-Black.woff") format("woff"), url("../fonts/circular/CircularStd-Black.ttf") format("truetype"), url("../fonts/circular/CircularStd-Black.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular";
  src: url("../fonts/circular/CircularStd-Bold.eot");
  src: url("../fonts/circular/CircularStd-Bold-.eot#iefix") format("embedded-opentype"), url("../fonts/circular/CircularStd-Bold.woff") format("woff"), url("../fonts/circular/CircularStd-Bold.ttf") format("truetype"), url("../fonts/circular/CircularStd-Bold.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular";
  src: url("../fonts/circular/CircularStd-Medium.eot");
  src: url("../fonts/circular/CircularStd-Medium-.eot#iefix") format("embedded-opentype"), url("../fonts/circular/CircularStd-Medium.woff") format("woff"), url("../fonts/circular/CircularStd-Medium.ttf") format("truetype"), url("../fonts/circular/CircularStd-Medium.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular";
  src: url("../fonts/circular/CircularStd-Book.eot");
  src: url("../fonts/circular/CircularStd-Book-.eot#iefix") format("embedded-opentype"), url("../fonts/circular/CircularStd-Book.woff") format("woff"), url("../fonts/circular/CircularStd-Book.ttf") format("truetype"), url("../fonts/circular/CircularStd-Book.svg#bcc26993292869431e54c666aafa8fcd") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Uber";
  src: url("../fonts/uber/UberMoveMedium.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Uber";
  src: url("../fonts/uber/UberMoveBold.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*::selection{
    background-color: var(--black);
    color: var(--white);
}
:root {
    --white: #ffffff;
    --black: #000;
    --pink: #dda195;
    --dark: #3b3b39;
    --blue: #5cadff;
    --gray: #f6f7f2;
    --gold: #e3c698;
    --gold: #24B2A9;
    --bs-component-active-bg: #e3c698;
    --bs-primary-light: #e3f1ef;
    --olive: #006155;
    --blue-allianz: #0a357c;
    --blue-monterrey: #2d78c2;
    --woman: #cf74ff;
    
    --bs-menu-link-bg-color-hover: #eeeeee;
    --bs-menu-link-color-hover: #222222;

    --bs-text-primary: #006155;
    --bs-primary-active: #006155;
    --bs-primary: #006155;
    --bs-gray-300: #eeeeee;
    --bs-gray-400: #e2e2e2;
    --bs-gray-500: #b8b8b8;
    --bs-gray-600: #9a9a9a;
    --bs-gray-700: #797979;
    --bs-gray-800: #535353;
    --bs-gray-900: #222222;
    --bs-gradient: linear-gradient(107deg,#ff4041 18.56%,#a60ed2 94%);
}
.tagify .tagify__tag {
    --tag-bg: #151515;
    --tag-hover: #222222;
    --tag-text-color: #ffffff;
    --tag-remove-bg: #d10000;
    --tags-border-color: #222222;
    --tags-hover-border-color: #222222;
    --tags-focus-border-color: #222222;
    --tag-inset-shadow-size: 3rem;
}
.tagify__tag__removeBtn:hover + div > span {
    opacity: 1;
}
.tagify .tagify__tag .tagify__tag__removeBtn:hover {
    background-color: #FFFFFF;
}
.text-gradient,
.text-gradient-01{
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg,#ff4141,#a60ed2);
    -webkit-background-clip: text;
    background-clip: text;
}
.bg-gradient-01,
.bg-gradient {
    background-image: linear-gradient(107deg,#ff4041 18.56%,#a60ed2 94%);
}
body {
    font-family: 'Circular', sans-serif;
    overflow-x: hidden;
    background-color: var(--white);
}
ul li,
p {
    font-size: 15px;
}
p strong,
p b{
    font-size: 16px;
    font-weight: 600;
}
.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    color: #000;
}
iframe {
    transition: opacity 500ms ease-in-out;
    transition-delay: 250ms;
}
button{
    border: none;
    outline: none;
    box-shadow: none;
}
button:focus{
    box-shadow: none !important;
    outline: none !important;
}
select{
    box-shadow: none !important;
}
.color-blue {
    color: var(--blue) !important;
}
.color-allianz {
    color: var(--blue-allianz) !important;
}
.color-monterrey {
    color: var(--blue-monterrey) !important;
}
.color-woman {
    color: var(--woman) !important;
}
.text-primary {
    color: var(--olive) !important;
}
.bg-black {
    background-color: #000000;
}
.bg-gray {
    background-color: var(--gray) !important;
}
.text-warning {
    color: var(--gold) !important;
}
.color-red{
    color: var(--red) !important;
}
.color-gold{
    color: var(--gold) !important;
}
.color-olive{
    color: var(--olive) !important;
}
.section-100 {
    padding: 100px 0;
}
.section-80 {
    padding: 80px 0;
}
.section-50 {
    padding: 50px 0;
}
.section-70 {
    padding: 70px 0;
}
.uber{
    font-family: 'Uber', sans-serif;
    font-weight: 600;
}
/* BUTTTONS */
.btn {
/*    font-size: 15px !important;*/
    font-weight: 500;
}
.btn-primary{
    border: 1px var(--olive) solid;
}
.btn-black {
    color: var(--white) !important;
    background-color: var(--black) !important;
}
.btn-black:active,
.btn-black:focus,
.btn-black:hover,
.btn-black:disabled {
    color: var(--white) !important;
    background-color: var(--black) !important;
}
.btn-secondary {
    color: var(--bs-black) !important;
    border-color: var(--bs-secondary) !important;
    background-color: var(--bs-gray-300) !important;
}
.btn.btn-secondary:hover:not(.btn-active) {
/*    color: var(--white) !important;*/
    background-color: var(--bs-gray-400) !important;
}
.btn-gold {
    color: var(--white) !important;
    background-color: var(--gold) !important;
}
.btn-gold:active,
.btn-gold:focus,
.btn-gold:hover,
.btn-gold:disabled {
    color: var(--white) !important;
    background-color: #e1bd88 !important;
}
.btn-rounded{
    border-radius: 50px;
}


.btn-outline-olive {
    color: var(--olive);
    border: 2px var(--olive) solid;
    background-color: transparent;
}
.btn-outline-olive:active,
.btn-outline-olive:focus,
.btn-outline-olive:hover {
    color: var(--white) !important;
    background-color: var(--olive) !important;
}
.btn-light-olive{
    color: var(--olive) !important;
    background-color: #0061552e !important;
}
.btn-light-olive i{
    color: var(--olive);
}
.btn-light-olive:active,
.btn-light-olive:focus,
.btn-light-olive:hover {
    color: var(--white) !important;
    background-color: var(--olive) !important;
}
.btn-light-olive:active i,
.btn-light-olive:focus i,
.btn-light-olive:hover i {
    color: var(--white) !important;
}
/*.btn-rounded{
    border-radius: 50px;
    font-size: 14px;
    padding: 7px 20px !important;
}*/
/*.btn-outline{
    padding: 6.5px 20px !important;
}*/

/*===============*/
/*  NAV  */
/*===============*/
.cbp-af-header {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: var(--olive);
    background-color: var(--black);
}
.cbp-af-header.cbp-af-header-shrink {
    position: fixed;
    background-color: var(--black);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-animation: headerSlideDown .45s ease forwards;
    animation: headerSlideDown .45s ease forwards;
}
@keyframes headerSlideDown{
    0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}
}
.padding-on-scroll {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 65px;
    display: flex;
    align-items: center;
}
.cbp-af-header .navbar {
    padding: 0;
}
.cbp-af-header .navbar-brand {
    position: relative;
    height: 25px;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.cbp-af-header .navbar-brand img {
    height: 100%;
    width: auto;
    display: block;
    margin: 0;
    padding: 0;
}
.cbp-af-header .nav-item {
    margin: 0 2px;
}
.cbp-af-header .navbar-nav .nav-item .nav-link {
    padding: 10px 15px;
    border-radius: 30px;
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 16px;
}
.cbp-af-header .navbar-nav .nav-item .nav-link::first-letter {
    text-transform: uppercase;
}
.cbp-af-header .navbar-nav .nav-item .nav-link:hover {
    background-color: #333333;
}
.cbp-af-header .navbar-nav .nav-item .nav-link.btn-header{
    color: #000000 !important;
    background-color: #FFFFFF;
}

.cbp-af-header.cbp-af-header-shrink .padding-on-scroll {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .navbar-brand {
    height: 25px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.bg-social{
    background-color: #eeeeee;
}
.bg-social:hover,
.bg-social:active{
    background-color: #E2E2E2;
}

.fl-upp::first-letter {
    text-transform: uppercase;
}

/*===============*/
/*  HEADER HOME  */
/*===============*/
.header-home {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(11,147,130);
/*    background: linear-gradient(0deg, rgba(11,147,130,1) 0%, rgba(0,97,85,1) 100%);*/
    background: linear-gradient(0deg, rgb(153 102 255) 0%, rgb(98 35 226) 100%);
}
.header-home h1{
    color: #a7f74e !important;
    font-size: 4.3rem;
    font-weight: 700;
}
.header-home h2,
.header-home p{
    font-family: 'Circular';
    font-size: 1.5rem;
    color: var(--white);
    font-weight: 300;
}
.people-block-container{
    transform: translateY(-50%);
    position: absolute;
    top: 120px;
    left: -50px;
    width: 200px;
}
.people-block {
    z-index: 4;
    background-color: var(--white);
    border: 10px;
    box-shadow: 0px 0px 40px rgb(0 83 72 / 69%);
    position: relative;
    padding: 10px 20px;
    border-radius: 10px;
}
.people-block .twm-pics {
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.people-block .twm-pics span {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    margin-left: -15px;
}
.people-block .twm-content .tw-count-number {
    font-size: 38px;
    line-height: 38px;
    font-weight: 700;
    margin-right: 10px;
}
.people-block .twm-content .tw-count-number .counter {
    font-size: 38px;
    line-height: 40px;
    font-weight: 600;
}
.people-block .twm-content .icon-content-info {
    color: #17171d;
    margin-bottom: 0px;
    font-size: 14px;
}
.search-form .filter-input-box,
.search-form .form-select{
    font-size: 15px;
    height: 60px;
    padding: 16px 6px 15px 45px;
    border: 0;
}
.select2-container--bootstrap5 .select2-selection--single.form-select-transparent .select2-selection__placeholder {
    color: #9d9d9d;
}
.select2-container--bootstrap5 .select2-selection--single.form-select-transparent .select2-selection__rendered {
    color: var(--bs-gray-800);
    font-size: 14px;
}
.filter-search-form i {
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 12px;
    z-index: 1;
    color: var(--olive);
    font-size: 20px;
}
.filter-border::before{
    content: "";
    border-right: 1px solid #e2e5e8;
    position: absolute;
    right: 4px;
    height: 38px;
    top: 10px;
    z-index: 1;
}
.gradient-green{
    background: linear-gradient(rgb(236, 251, 249) 0%, rgb(229, 252, 222) 100%);
}
.gradient-gold {
    background: linear-gradient(rgb(255 248 238) 0%, rgb(255 232 195) 100%);
}
.nav-pills .nav-link.is-active{
    color: var(--bs-primary) !important;
}
.stepper [data-kt-stepper-element=info].current, 
.stepper [data-kt-stepper-element=content].current {
    display: block;
}
/*===============*/
/*  BANNER SM  */
/*===============*/
.header-sm {
    min-height: 400px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    background-color: var(--olive);
}


.auth{
    height: calc(100vh - 65px);
}

/*===========*/
/*BLOG LOOP*/
/*===========*/
.header-blog{
    background-image: url('https://vroker.mx/wp-content/uploads/2023/06/blog-vroker-02.jpg');
    background-size: cover;
}
.header-blog:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--bs-black);
    opacity: 0.7;
}
.blog-item {
    position: relative;
    border-radius: 10px;
}
.blog-item  .blog-item-content-link {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blog-item .excerpt p{
    font-size: 12px;
    margin: 0;
}


/*===========*/
/*BLOG SINGLE*/
/*===========*/
.header-single-blog{
    background-color: #111111;
    height: 300px;
}
.single-tax a,
.header-single-blog .categories a{
    padding: 4px 10px;
    border-radius: 50px;
    background-color: var(--bs-gray-300);
    color: var(--bs-black);
    margin-right: 10px;
    font-size: 12px;
}
.blog-content h2{
    margin-top: 30px;
}
.blog-content p{
    font-size: 16px;
    text-align: justify;
}

.wp-block-image img{
    overflow: hidden;
    border-radius: 6px;
    width: 100%;
    height: 100%;
}
/*.widget{
    padding: 30px;
    margin-bottom: 2rem;
    background-color: var(--black);
    border-radius: 16px;
}
.widget h3{
    font-weight: 900;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 1rem;
}
.widget p{
    font-family: 'DIN';
    font-weight: 400;
    font-size: 17px;
    color: var(--white);
}
.widget a:hover p{
    color: var(--red) !important;
}
.widget p a{
    color: var(--red);
}
.widget .widget-item .property-item{
    height: 350px;
}
.widget.widget-search p{
    font-family: 'DIN';
    font-weight: 400;
}
.widget.widget-search .search-form .search-form-content input{
    font-family: 'DIN';
    font-weight: 400;
    font-size: 16px;
    color: var(--white);
    padding: 10px 40px 10px 15px;
    background-color: #282828;
}
.widget.widget-search .search-form .search-form-content i{
    right: 15px;
    left: inherit;
    color: var(--white);
}
.search-form .search-form-content{
    position: relative;
}
.search-form .search-form-content i{
    position: absolute;
    top: 17px;
    left: 15px;
}
.search-form .search-form-content button {
    padding: 19px 15px 16px 15px;
    min-width: initial;
    letter-spacing: 0;
    border-radius: 4px;
    border: 0;
    position: absolute;
    right: 10px;
    top: 7px;
    height: inherit;
    font-size: 15px;
}
.search-form .search-form-content input {
    width: 100%;
    border: none;
    padding: 12px 40px;
    color: #000;
    background-color: var(--white);
}
.search-form .search-form-content input::placeholder{
    color: #959EAD;
}
.related-post h2.section-title{
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
}
.widget .widget-title{
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 800 !important;
    font-family: 'Metropolis', sans-serif !important;
    color: var(--white);
}*/


.blurOptima1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 300px;
    width: 300px;
    opacity: .24;
    background-color: rgba(184,71,249,.5);
    filter: blur(40px);
    z-index: -2;
    border-radius: 50%;
}
.blurOptima2 {
    background-color: #ffdf86;
}
.blurOptima3 {
    background-color: #63c2ff;
}
.blurOptima4 {
    background-color: #1c60ff;
}

/*===============*/
/*  ASESOR ITEM  */
/*===============*/
.asesor-item {
    background-color: var(--white);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 20px;
    border-radius: 10px;
}
.asesor-item .asesor-item-image .asesor-item-image-pic {
    width: 90px;
    height: 90px;
    min-width: 90px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.asesor-item .asesor-item-tag span {
    color: #1967d2;
    border-radius: 5px;
    padding: 5px 12px;
    background-color: #f0f6fe;
}
.asesor-item .asesor-rating{
    display: flex;
    align-items: center;
}
.asesor-item .asesor-rating .asesor-rating-top{
    width: 30px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background-color: var(--olive);
    color: var(--white);
    border-radius: 4px;
}
.asesor-item .asesor-rating i{
    font-size: 13px;
    color: var(--olive);
}
.asesor-item .asesor-item-content h2{
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}
.asesor-item .asesor-item-content h2 i{
    color: var(--blue);
}
.asesor-item .asesor-item-content p{
    font-size: 13px;
}
.asesor-item .asesor-item-footer {
    background-color: #f3f8ff;
    padding: 20px;
    margin: 0px -20px -20px;
    border-radius: 0px 0px 10px 10px;
}
.asesor-item .asesor-item-footer .twm-left-info {
    display: flex;
    justify-content: space-between;
}
.asesor-item .asesor-item-footer p{
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
}

/*===============*/
/*  CREATE ACCOUNT  */
/*===============*/
.stepper.stepper-links .stepper-nav .stepper-item .stepper-title {
    color: #c8c8c8;
    font-weight: 500;
    font-size: 1.25rem;
    font-family: 'Circular';
}
.stepper.stepper-links .stepper-nav .stepper-item.current .stepper-title {
    color: var(--olive);
}
.stepper.stepper-links .stepper-nav .stepper-item.current:after {
    background-color: var(--olive);
    top: 1.6rem;
}

.form-check-image.active .form-check-wrapper {
    border-color: var(--olive);
}
.form-check-image .form-check-wrapper {
    border-radius: 0.625rem;
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 0.75rem;
    background: #f9f9f9;
    width: 100px;
    height: 100px;
    object-fit: cover;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 10px;
}
/*===============*/
/*  LOGIN */
/*===============*/
.bg-login{
    background-image: url('https://vroker.mx/wp-content/uploads/2023/04/bg-login.jpg');
    background-size: cover;
    background-position: center;
}
.bg-media{
    margin: 0px auto;
    position: relative;
    z-index: 1;
}
.bg-media:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 330px;
    height: 330px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: var(--gold);
}

/*===============*/
/*  PROFILE  */
/*===============*/
.tabs-profile{
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    white-space: nowrap;
}
.tabs-profile.nav-line-tabs .nav-item .nav-link{
    color: var(--black);
    padding: 5px 15px;
    border-radius: 50px;
    margin: 0;
}
.tabs-profile.nav-line-tabs .nav-item {
    margin-bottom: 0;
}
.tabs-profile.nav-line-tabs .nav-item .nav-link.active, 
.tabs-profile.nav-line-tabs .nav-item.show .nav-link, 
.tabs-profile.nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    background-color: var(--black) !important;
    color: var(--white) !important;
}
.image-input-placeholder {
    background-image: url('https://vroker.mx/wp-content/uploads/2023/04/avatar.jpg');
}

#upload_avatar{
    padding: 0;
    background-color: var(--bs-gray-200);
}
#upload_avatar .dz-preview.dz-image-preview {
    background: transparent;
    margin: 0;
    border-radius: 50% !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#upload_avatar .dz-preview .dz-image {
    border-radius: 50% !important;
    z-index: 1;
    width: 100%;
    height: 100%;
}
#upload_avatar .dz-remove {
    height: 35px;
    width: 35px;
    background-color: var(--bs-gray-400) !important;
    bottom: 0px;
    right: 0px;
    top: initial;
    text-indent: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropzone .dz-remove:hover:after,
.dropzone .dz-remove:after{
    content: "\f030" !important;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    -webkit-mask-image: none;
    background: none;
    color: #000;
    font-size: 18px;
    position: initial;
}
#upload_avatar .dz-preview .dz-details{
    display: none;
}

/*.dropzone .dz-preview,
.dropzone .dz-preview .dz-image{
    margin: -20px;
    min-width: 85px !important;
    min-height: 85px;
    height: 85px;
    width: 85px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 0;
    font-size: 10px;
}

#adviser_cover.dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#adviser_cover.dropzone .dz-preview, #adviser_cover.dropzone .dz-preview .dz-image {
    margin: 0;
    min-height: 85px;
    height: 125px;
    width: 100%;
    border-radius: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}
.favorites-list{
    padding: 0;
}
.favorites-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.favorites-list li p{
    margin-bottom: 0;
}
.favorites-list li p a{
    color: var(--olive);
}
.favorites-list li p:first-child{
    width: 70%;
}
.favorites-list li p:last-child{
    width: 30%;
    text-align: right;
}
.yoast_wpseo_title{
    color: #1a0dab;
}
.yoast_wpseo_metadesc{
    color: #4d5156;
}



.gamipress-achievement-steps-heading {
    display: none;
}
.gamipress-achievement-steps.gamipress-required-achievements {
    text-align: left;
    margin: 10px 0;
    list-style-type: none;
    padding: 0;
    /* color: var(--text-gray-900); */
}
.gamipress-achievement-steps li.user-has-not-earned {
    color: var(--bs-text-gray-700);
}
.gamipress-achievement-steps li.user-has-earned{
    text-decoration: line-through;
    color: var(--bs-success);
}
.gamipress-achievement-steps li.user-has-earned a {
    color: var(--bs-success);
}

.nav-desktop .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    cursor: pointer;
    padding: 12px 12px 12px calc(24px);
    font-family: 'Uber';
    letter-spacing: 0.5px;
}
.nav-desktop .nav-pills .nav-item.is-active .nav-link,
.nav-desktop .nav-pills .nav-link.active,
.nav-desktop .nav-pills .nav-link.active:hover{
    background-color: rgb(0, 0, 0);
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92));
    border-left: 4px solid rgb(0, 0, 0);
}
.nav-desktop .nav-pills .nav-link:hover {
    background-color: #f6f6f6;
}

/*===============*/
/*  SINGLE ADVISOR  */
/*===============*/
.offcanvas {
  transition-duration: 0.1s !important;
}
.symbol-border{
    border: 4px white solid;
    margin-top: -75px;
}
.single-asesor-loop > .card-header-cover{
    height: 50px;
}
.single-asesor-loop > .card-header-cover a{
    left: 0;
    right: 0;
    bottom: -50px;
    z-index: 1;
    margin: 0 auto;
}
.image-input .image-input-wrapper {
    background-position: center;
}

.text-ellipsis{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.text-ellipsis-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.tooltip-inner {
    padding: 5px 10px !important;
}

div.rating-label.checked > i,
label.rating-label > i,
.rating:hover label.rating-label > i {
  color: var(--olive);
}
.rating-input:checked ~ .rating-label > i,
label.rating-label:hover ~ .rating-label,
label.rating-label:hover ~ .rating-label > i {
  color: var(--bs-rating-color-default);
}

.facetwp-facet-rating_checkbox .form-check .facetwp-display-value::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    color: var(--olive);
}

.bio-description p{
    font-size: 16px;
    color: #4c4c4c;
}

.wpc-filter-title {
    font-size: 1.2rem;
    font-weight: 600;
}
.wpc-filter-search-form .wpc-search-field {
    padding: 15px 10px 15px 35px;
    background-color: #f6f6f6;
    color: var(--bs-black);
    border: 2px #f6f6f6 solid;
}
.wpc-filter-search-form .wpc-search-field:focus{
    border: 2px var(--bs-black) solid;
    outline: none;
}
.wpc-filters-main-wrap li.wpc-term-item a {
    color: var(--bs-black);
    font-size: 1.1rem;
}
.wpc-wrap-icons .wpc-filter-selected-values {
    display: none;
}
.wpc-filter-layout-search-field .wpc-filter-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}


a.um-follow-btn:before, a.um-login-to-follow-btn:before {
    content: "\2b" !important;
    font-weight: 400 !important;
    font-family: "Font Awesome 6 Pro" !important;
}
a.um-unfollow-btn:hover:before {
    content: none !important;
}

.um-reviews-item, .um-reviews-none {
    border: none !important;
    padding: 25px 0;
    border-top: 2px solid #eeeeee !important;
    font-size: 12px;
}
span.um-reviews-avg i, span.um-reviews-rate i {
    color: var(--gold) !important;
    top: 0 !important;
}
span.um-reviews-avg.um-reviews-avg-add i{
    font-size: 20px !important;
    width: 22px !important;
}
span.um-reviews-avg.um-reviews-avg-list i{
    font-size: 17px !important;
    width: 20px !important;
}
.um-reviews-prepost i {
    width: auto !important;
    height: auto !important;
    line-height: initial !important;
    display: inline-block !important;
    text-align: center !important;
    left: 0 !important;
    top: -2 !important;
    font-size: 17px !important;
}
.um-reviews-prepost {
    line-height: 2 !important;
    border-radius: 3px;
    margin-left: 0 !important;
    padding: 10px 20px !important;
}
.um-reviews-d-p {
    height: 5px !important;
    background: #eeeeee !important
}
.um-reviews-d-p span {
    background: #555555 !important;
}
.property-item-info{
    background: rgb(0 0 0 / 40%);
    -webkit-backdrop-filter: saturate(1) blur(20px) !important;
    -o-backdrop-filter: saturate(1) blur(20px) !important;
    -ms-backdrop-filter: saturate(1) blur(20px) !important;
    backdrop-filter: saturate(1) blur(3px) !important;
}

.search-mobile input{
    border-radius: 50px;
    padding: 15px 50px 15px 45px;
    font-size: 17px;
    line-height: 1;
}
body .wpc-filters-open-button-container a.wpc-filters-open-widget,
body .wpc-filters-open-button-container a.wpc-open-close-filters-button {
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    height: 55px;
    width: 60px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.search-directory::placeholder{
    color: var(--bs-gray-800) !important;
}

.adviser_contact{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    left: 0;
    z-index: 1;
    background-color: #fff;
    display: flex;
    align-items: center;
}

/*======================*/
/* FOOTER */
/*======================*/
.newsletter{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.newsletter span.wpcf7-form-control-wrap{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.newsletter span.wpcf7-form-control-wrap input{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 45px;
    border: none;
}
.newsletter button{
    margin-left: -1px;
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 90px;
    background-color: var(--olive);
    background-color: var(--black);
    color: #fff;
    position: relative;
}
footer .footer-logo img{
    width: 200px;
    margin-bottom: 25px;
}
footer p,
footer a{
    color: var(--white);
    margin: 0;
    font-size: 15px;
}
footer h3 {
    color: var(--white);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer ul li {
    margin: 2px 0;
    padding: 2px 0;
}
footer ul li a {
    color: #fff;
    font-size: 14px;
}
footer ul li a:hover {
    text-decoration: underline;
    color: var(--yellow);
}
footer .bottom-bar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    margin-top: 80px;
    border-top: 1px solid #393939;
}
footer .bottom-bar p{
    font-size: 14px;
}
footer .bottom-bar p a {
    font-size: 13px;
    text-decoration: underline;
}
footer .social ul li a i{
    font-size: 25px;
    color: var(--white);
}
.wpcf7-not-valid-tip {
    font-size: 13px;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 13px;
}
.wpcf7-spinner{
    display: none;
}
.grecaptcha-badge {
    visibility: collapse !important;
}

.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px !important;
}
.swiper-pagination-bullet-active {
    background: var(--bs-black) !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: var(--gold);
    font-weight: 700;
}
.swiper_thumbnail .swiper-slide{
    cursor: pointer;
}
.swiper_thumbnail .swiper-slide img{
    opacity: 0.6;
}
.swiper_thumbnail .swiper-slide-thumb-active img{
    opacity: 1;
}

.property-main{
    position: relative;
}
.property-main:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 250px;
    width: 100%;
    background-color: var(--bs-gray-900);
}
.property-main .no-results *{
    color: var(--white);
}
/*
.swiper-button-next, 
.swiper-button-prev {
    height: 100%;
    display: flex;
    top: 0;
    justify-content: center;
    align-items: center;
    width: 70px;
    margin: 0;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev{
    left: 0;
}
.swiper-button-next:hover, 
.swiper-button-prev:hover {
    background-color: red;
}*/
.offcanvas {
    max-width: 100% !important;
    width: 100% !important;
}

@media (min-width: 1200px){
    .fs-lg-4 {
        font-size: 1.20rem !important;
    }
    .fs-lg-5 {
        font-size: 1.05rem !important;
    }
    .fs-lg-6 {
        font-size: 0.90rem !important;
    }
}
@media (max-width: 768px) {
    .rounded-mobile-0{
        border-radius: 0 !important;
    }
    .padding-on-scroll {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .single-asesor > .card-header-cover .symbol {
        left: 10px;
    }
    .header-home {
        height: auto;
        min-height: auto;
        padding: 40px 0 30px;
    }
    .header-home h1 {
        font-size: 2.5rem;
    }
    .header-home:before {
        height: 100%;
        opacity: 0.6;
        background: #000;
    }

    .header-sm{
        min-height: 250px;
    }

    .wpc-custom-selected-terms:not(.wpc-show-on-mobile){
        display: block !important;
    }
    body ul.wpc-filter-chips-list {
        display: flex;
        padding: 0;
    }
    footer {
        padding-top: 60px;
    }
    footer ul {
        justify-content: center;
    }
    footer ul li a {
        color: #fff;
        font-size: 18px;
    }
    footer .bottom-bar {
        margin-top: 30px;
        padding: 30px 0 80px 0;
    }
}


.bounce {
    animation: bounce 1s linear infinite alternate-reverse both;
}
@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
.bounce2 {
    animation: bounce2 1.5s linear infinite alternate-reverse both;
}
@keyframes bounce2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}


.form-label {
    font-size: 1.2rem;
}
.form-check-input:checked {
    background-color: var(--bs-gray-900);
    border-color: var(--bs-gray-900);
}
.form-check-input:disabled {
    opacity: 0.8;
}
.form-check.form-check-solid .form-check-input:not(:checked) {
    background-color: var(--bs-gray-300) !important;
}

.input-group.input-group-solid .form-control {
    background-color: var(--bs-gray-300) !important;
    border-color: var(--bs-gray-300) !important;
}
.input-group.input-group-solid .input-group-text {
    border-width: 2px;
    background-color: var(--bs-gray-300) !important;
    border-color: var(--bs-gray-300) !important;
}
.input-group.input-group-solid .input-group-text + .form-control {
    border-left-color: var(--bs-gray-400) !important;
}


.select2-container--bootstrap5 .select2-dropdown .select2-search .select2-search__field{
    font-size: 1.25rem;
}
/*.form-select{
    padding: 0.825rem 1.5rem;
    font-size: 1.15rem;
    border-radius: 0.625rem;
}*/
.form-select.form-select-solid,
.form-control.form-control-solid {
    border-width: 2px;
    background-color: var(--bs-gray-300);
    border-color: var(--bs-gray-300);
    color: var(--bs-black);
    transition: color 0.2s ease;
    font-weight: 400;
    font-size: 1.25rem;
}
.form-select.form-select-solid::placeholder,
.form-control.form-control-solid::placeholder {
    color: var(--bs-gray-800);
}
.form-select.form-select-solid:focus,
.form-control.form-control-solid:focus {
    border-width: 2px;
    border-color: var(--bs-black);
}
.dropdown.show > .form-control.form-control-solid, 
.form-control.form-control-solid:focus, 
.form-control.form-control-solid.focus {
    background-color: var(--bs-gray-300);
    border-color: var(--bs-black);
    color: var(--bs-black);
    transition: color 0.2s ease;
}
.select2-container--bootstrap5 .select2-selection--single.form-select-solid .select2-selection__rendered {
    color: var(--bs-black);
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted {
    background-color: var(--bs-gray-300);
    color: var(--bs-black);
    font-weight: 600;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected:after {
    background-color: var(--bs-black);
}

@media (max-width: 768px) {
    .form-select.form-select-solid,
    .form-control.form-control-solid {
        font-size: 1.4rem !important;
        min-height: 50px !important;
    }
    .form-label {
        font-size: 1.2rem;
    }
}
