/*
  ===============================
      @Import Function
  ===============================
*/
/*
  ===============================
      @Import Mixins
  ===============================
*/

/*Fax*/

.owl-carousel {
   
    width: 100%;
    z-index: 1;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.testimony-wrap {
    display: block;
    position: relative;
    background: white;
    padding: 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0px 5px 21px -14px rgb(0 0 0 / 14%);
    -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 21px -14px rgb(0 0 0 / 14%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}    
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1035 !important;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.testimony-section .overlay {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.testimony-section {
    position: relative;
}
.ftco-section {
    padding: 7em 0;
   
    width: 100%;
}

/*********************************************/

.abajo{
    background: #f8f9fa !important;
}

.abajo .navbar-brand{
    color: #3b3f5c;
}
.abajo .navbar-nav .nav-link{
    color: #f8f9fa !important;
}

.animado {
    opacity: 0;
    transition: all 0.5s;
    /*visibility: hidden;*/
}

.aparece{
    opacity: 1;
    transform: none;
    animation: aparece 1s;
}

@keyframes aparece{
    0%{
        transform: translateY(60px);
    }
    100%{
        transform: translateY(0);
    }
}

.transform_up{
    transform: translateY(-20%);
}

.imagen-negocio{
   /* background-image: url(../img/barra.png);
    background-attachment: fixed;
    background-size: contain;
    */
}

.imagen-principal{
   /* position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;  
    background-image: url("../img/principal.png");
    */
    background:url("../img/principal.jpg") no-repeat scroll right top #000000;
    background-position: center center;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
    min-height: 400px;
}
.ftco-about .about-intro {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.ftco-about .about-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}
.text-big{
    font-size: 40px !important;
}


.ftco-about .img {
    -webkit-box-shadow: 0px 2px 25px -13px rgb(0 0 0 / 26%);
    -moz-box-shadow: 0px 2px 25px -13px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 2px 25px -13px rgb(0 0 0 / 26%);
    border: 15px solid #fff;
    width: 70%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
}
.ftco-about .img-2 {
    -webkit-box-shadow: 0px 2px 25px -13px rgb(0 0 0 / 26%);
    -moz-box-shadow: 0px 2px 25px -13px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 2px 25px -13px rgb(0 0 0 / 26%);
    border: 15px solid #fff;
    width: 60%;
    height: 65%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ftco-about .img, .blog-img, .user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/**************Botones de redes sociales *****************/


.rating-principal {
    font-size: 15px;
}
.rating-principal svg.checked {
    fill: #ffc830;
 
}

.rating-principal svg {
    width: 20px;
    color: #f9b90a;
}
.rating-principal a {
    width: 17px;
    color: #fff;
    text-decoration: underline;
}
.calif-sitio-principal {
    font-weight: 700;
    color: #212529;
    white-space: nowrap;
}    

#btn-mas{
    display: none;
}
.container_redes{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}
.redes a, .btn-mas label{
    display: block;
    text-decoration: none;
    background: #cc2b2b;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    transition: all 500ms ease;
}
.redes a:hover{
    background: #fff;
    color: #1870aa;
}
.redes a{
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
    font-size: 25px;
}
#btn-mas:checked~ .redes a{
    margin-bottom: -15px;
    opacity: 0;
    visibility: hidden;
}
.btn-mas label{
    cursor: pointer;
    background: #f44141;
    font-size: 23px;
}
#btn-mas:checked ~ .btn-mas label{
    transform: rotate(135deg);
    font-size: 25px;
}
.fa-facebook{
    background: #0879e9 !important;
}

.fa-whatsapp{
    background: #3ec24f !important;
}
.fa-instagram{
    background: #c6245e !important;   
}



/************************************************/

.font_bold {
    font-weight: bold !important;
}
.card-title-buss {
    padding: 6px 10px;
}
.card-poll-buss {
    margin-top: 0.25rem;
    margin-left: 0.625rem;
}

.hd-header-wrapper .input-group {
    /*-webkit-box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);*/
}

.hd-header-wrapper span.input-group-text {
    background-color: #fff;
    border-color: #fff;
    padding: 11px 8px 11px 20px;
    border-radius: 4px;
    font-size: 22px;
    font-weight: normal !important;
    cursor: pointer;
}
.hd-header-wrapper span.input-group-text svg {
    font-weight: 600;
    color: #1b55e2;
}
.hd-header-wrapper .form-control:focus {
    box-shadow: none;
    border-color: #1b55e2;
    color: #3b3f5c;
    background: #f1f2f3;
}
.hd-header-wrapper input {
    border: none;
    border-radius: 4px;
    padding: 20px 16px;
    color: #0e1726;
    height: 100%;
}

.hd-header-wrapper select {
    border: none;
    border-radius: 4px;
    padding: 19px 16px;
    color: #0e1726;
    height: 100%;
}

.input-group .input-group-prepend .input-group-text {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.margin-low {
    margin-bottom: -25px !important;
}
.input-group-prepend {
    height: 45px;
}

.map-link {
    cursor: pointer;
}
.margin_selector {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 5px;
}

/*===============Buscador===================*/
.margin_input1 {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.text-place::placeholder {
    color: #72737a;
}

.text-long {
    border: 1px solid #bfc9d4;
    box-shadow: 0px 1px 5px 3px rgb(0 0 0 / 12%);
    height: 50px;
    font-size: 18px;
}
.margin_input2 {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.button-heigth {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #bfc9d4;
    height: 46px;
    width: 100%;
}
.input-group-text-search {
    display: -ms-flexbox;
    /*display: flex;*/
    -ms-flex-align: center;
    align-items: center;
    /*padding: 0.375rem 0.75rem;*/
    /* margin-bottom: 0; */
    font-size: 1rem;
}

.autocomplete-items {
    position: absolute;
    font: 16px Arial;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    width: 100%;
    color: #4e505c !important;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

/*
    Component Card 4
*/
.componente-card_4 {
    /*width: 30rem;*/
    width: 100%;
    margin: 0 auto;
    border: none;
    border: 1px solid #e0e6ed;
    border-radius: 8px;
    -webkit-box-shadow: 4px 6px 10px -3px #bfc9d4;
    box-shadow: 4px 6px 10px -3px #bfc9d4;
}
.componente-card_4 .card-body {
    padding: 0;
    display: flex;
}
.componente-card_4 .user-profile {
    align-self: center;
    padding: 0 25px;
}
.componente-card_4 img {
    /*border-radius: 50%;*/
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.componente-card_4 .user-info {
    padding: 24px 8px 24px 0px;
}
.componente-card_4 .card-user_name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.componente-card_4 .card-user_occupation {
    color: #888ea8;
    font-size: 13px;
}
.componente-card_4 .card-star_rating span {
    display: inline-block;
    /*padding: 0px 8px;
    font-size: 15px;
     border-radius: 50px;*/
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.componente-card_4 .card-star_rating svg {
    width: 16px;
    vertical-align: bottom;
}
.componente-card_4 .card-text {
    color: #515365;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 23px;
}

/*

/*===============================
*/
body {
    background-color: #f1f2f3;
}
.color-background {
    background-color: #fff;
}

/*Navbar*/
nav {
    transition: 0.7s;
}
nav .navbar-brand {
    /*font-size: 30px;
    font-weight: 700;
    color: #fff;*/
    font-size: 20px;
    color: #212529;
    letter-spacing: -1px;
    line-height: 2.75rem;
    padding: 0 0.8rem;
    text-transform: initial;
    position: unset;
    font-weight: 700;
    width:10rem !important;
}
.navbar {
    background: none;
}

.navbar-expand .navbar-nav .nav-link {
    color: #fff;
    padding: 0 17px;
}

.fq-header-wrapper {
    padding: 0 0;
    /*background-color: #1b55e2;*/
}

.fq-header-wrapper h1 {
    font-size: 36px;
    font-weight: 800;
    color: #212529;
    margin-bottom: 8px;
   /* text-shadow: 3px 4px 5px #16161a;*/
}
.fq-header-wrapper h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}
.fq-header-wrapper p {
    color: #212529;
    font-size: 14px;
    margin-bottom: 27px;
    line-height: 25px;
}
.fq-header-wrapper button {
    border-radius: 10px;
    padding: 10px 25px;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 16px;
    /*background: transparent;*/
    background: #1c6aa6;
    color: #fff !important;
    border-color: #fff;
    width: 100%;
}
.fq-header-wrapper button:hover {
    background-color: transparent;
    color: #fff !important;
    box-shadow: none;
}

#imagen {
/*width: 500px;
height: 500px;*/
width:100%;
}
#imagen2 {
    width: 500px;
    height: 350px;
}
#tit-socios {
    margin-top: 50px;
    margin-bottom: 50px;
}
.tam-titulo {
    font-size: 66px !important;
}

.fq-header-wrapper .banner-img img {
 
    width: 100%;
  /*  border-radius: 5px;
    border-color: #87a4b7;
    border-style: solid;
    border-width: 1px;
    */
}
.justify-text {
    word-wrap: normal;
}

.fq-header-wrapper .banner-img2 img {
    /*width: 582px;
    height: 582px;*/
    width: 100%;
    height: 100%;
    /*border-radius: 5px;
    border-color: #1870aa;
    border-color: #87a4b7;
    border-style: solid;
    border-width: 1px;*/
}
.fq-header-wrapper .banner-img3 img {
    /*width: 582px;
    height: 582px;*/
    width: 100%;
    height: auto;
    /*border-radius: 5px;
    border-color: #1870aa;
    border-color: #87a4b7;
    border-style: solid;
    border-width: 1px;*/
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fq-header-wrapper {
        background-image: none;
    }
}

/*
    Common Question
*/
.faq .faq-layouting .fq-comman-question-wrapper .card-body {
    font-size: 17px;
}

.faq .faq-layouting .fq-comman-question-wrapper {
    /*padding: 52px 52px;*/
    padding: 22px 22px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
    border-radius: 15px;
    background: #fff;
    margin-top: -57px;
    margin-bottom: 70px;
}
.faq .faq-layouting .fq-comman-question-wrapper h3 {
    font-size: 29px;
    font-weight: 700;
    /*margin-bottom: 40px;*/
    margin-bottom: 10px;
}
.faq .faq-layouting .fq-comman-question-wrapper ul {
    padding: 0;
}
.faq .faq-layouting .fq-comman-question-wrapper ul li {
    font-size: 0.938rem;
    /*font-weight: 600;
    margin-bottom: 16px;*/
    margin-bottom: 5px;
    color: #212529;
    /*color: #3b3f5c;*/
}
.faq .faq-layouting .fq-comman-question-wrapper ul li:hover {
    cursor: pointer;
    /*color: #1b55e2;*/
    color: #1870aa;
}
.faq .faq-layouting .fq-comman-question-wrapper ul li .icon-svg {
    display: inline-block;
    margin-right: 9px;
    min-width: 150px;
    min-width: auto;
}
.faq .faq-layouting .fq-comman-question-wrapper ul li svg {
    color: #3b3f5c;
    /*color: #888ea8;
    width: 19px;
    height: 19px;*/
    width: 24px;
    height: 24px;
    /*vertical-align: bottom;*/
    margin-bottom: 5px;
}
.faq .faq-layouting .fq-comman-question-wrapper ul li:hover svg {
    /*color: #1b55e2;*/
    color: #3b3f5c;
}

.format_div ul {
    padding: 0;
}

.format_div ul li {
    font-size: 16px;
    /*margin-bottom: 16px;*/
    color: #3b3f5c;
}

.format_div ul li .icon-svg {
    display: inline-block;
    margin-right: 5px;
}
.format_div ul li .icon-principal {
    color: #3b3f5c;
    width: 80px;
    height: 80px;
    vertical-align: bottom;
}
.format_div ul li .icon-small {
    color: #3b3f5c;
    width: 24px;
    height: 24px;
    /*vertical-align: bottom;*/
    margin-bottom: 5px;
}

.margin_hours {
    margin-bottom: 5px !important;
    font-size: 0.867rem !important;
}


.faq .faq-layouting .fq-tab-section {
    margin-bottom: 70px;
}
.faq .faq-layouting .fq-tab-section h2 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 40px;
}
.faq .faq-layouting .fq-tab-section .accordion .card {
    border: none;
    margin-bottom: 26px;
    -webkit-box-shadow: 2px 5px 17px 0 rgba(31, 45, 61, 0.1);
    box-shadow: 2px 5px 17px 0 rgba(31, 45, 61, 0.1);
    border-radius: 12px;
    cursor: pointer;
}
.faq .faq-layouting .fq-tab-section .accordion .card .card-header {
    padding: 0;
    border: none;
    background: none;
}
.faq .faq-layouting .fq-tab-section .accordion .card .card-header > div {
    padding: 13px 21px;
    font-weight: 600;
    font-size: 16px;
    color: #1b55e2;
}
.faq .faq-layouting .fq-tab-section .accordion .card .card-header div .faq-q-title {
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    color: #3b3f5c;
    font-weight: 700;
}
.faq .faq-layouting .fq-tab-section .accordion .card .card-header div svg.feather-code {
    width: 17px;
    vertical-align: middle;
    margin-right: 11px;
    color: #888ea8;
}
.faq .faq-layouting .fq-tab-section .accordion .card:hover .card-header div svg.feather-code {
    color: #1b55e2;
}
.faq .faq-layouting .fq-tab-section .accordion .card .card-header div[aria-expanded="true"] svg.feather-code {
    color: #1b55e2;
}
.faq .faq-layouting .fq-tab-section .accordion .card .card-header div .like-faq {
    display: inline-block;
    float: right;
}
.faq .faq-layouting .fq-tab-section .accordion .card .card-header div svg.feather-thumbs-up {
    cursor: pointer;
    vertical-align: bottom;
    margin-right: 10px;
    width: 18px;
    color: #888ea8;
    fill: rgba(0, 23, 55, 0.08);
}
.faq .faq-layouting .fq-tab-section .accordion .card:hover .card-header div svg.feather-thumbs-up {
    color: #1b55e2;
    fill: rgba(27, 85, 226, 0.239216);
}
.faq .faq-layouting .fq-tab-section .accordion .card .card-header div[aria-expanded="true"] svg.feather-thumbs-up {
    color: #1b55e2;
    fill: rgba(27, 85, 226, 0.239216);
}
.faq .faq-layouting .fq-tab-section .accordion .card .card-header div span.faq-like-count {
    font-size: 13px;
    font-weight: 700;
    color: #888ea8;
    fill: rgba(0, 23, 55, 0.08);
}
.faq .faq-layouting .fq-tab-section .accordion .card:hover .card-header div span.faq-like-count,
.faq .faq-layouting .fq-tab-section .accordion .card .card-header div[aria-expanded="true"] span.faq-like-count {
    color: #1b55e2;
    fill: rgba(27, 85, 226, 0.239216);
}
.faq .faq-layouting .fq-tab-section .accordion .card .card-body p {
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
}

.faq .faq-layouting .fq-article-section {
    /*margin-bottom: 90px;*/
    margin-bottom: 50px;
}
.faq .faq-layouting .fq-article-section h2 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 40px;
}
.heigth-category {
    height: 100%;
}
.faq .faq-layouting .fq-article-section .card {
    border: none;
    -webkit-box-shadow: 2px 5px 17px 0 rgba(31, 45, 61, 0.1);
    box-shadow: 2px 5px 17px 0 rgba(31, 45, 61, 0.1);
    border-radius: 12px;
}
#contenedor-img {
    overflow: hidden;
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
    border-radius: 5px;
}

.margin-cero {
    margin-left: 0px;
}
.mb-4-new {
    margin-bottom: 1.5rem !important;
    cursor: pointer;
}
.calif-sitio {
    font-weight: bold;
    color: #2a2a2a;
}
.titulo-sitio {
    font-weight: bold;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.titulo-sitio-lista {
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dir-sitio {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.faq .faq-layouting .fq-article-section .borde {
    border-radius: 0px;
}

.faq .faq-layouting .fq-article-section .card img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.card-img,
.card-img-top {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.faq .faq-layouting .fq-article-section .card .card-body {
    padding: 0.81rem;
}
.faq .faq-layouting .fq-article-section .card .card-body .fq-rating {
    margin-bottom: 0px;
    /*margin-bottom: 13px;*/
}
.faq .faq-layouting .fq-article-section .card .card-body .fq-rating svg {
    width: 17px;
    color: #e2a03f;
}
.faq .faq-layouting .fq-article-section .card .card-body .fq-rating svg.checked {
    fill: rgba(226, 160, 63, 0.541176);
}
.faq .faq-layouting .fq-article-section .card .card-body h5.card-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 21px;
    overflow-wrap: normal;
}
.faq .faq-layouting .fq-article-section .card .card-body p.card-text {
    letter-spacing: 0px;
    color: #515365;
}
.faq .faq-layouting .fq-article-section .card .card-body p.meta-text {
    font-size: 13px;
    font-weight: 600;
    color: #1b55e2;
}
.faq .faq-layouting .fq-article-section .card .card-body p.meta-text svg {
    width: 18px;
    vertical-align: bottom;
}
#link a {
    color: #3b3f5c;
    /*color: #1870aa;*/
    font-weight: 700;
    text-decoration: none;
}

/*
    Tab Section
*/
/*
    Article Section
*/
/*
    Mini Footer Wrapper
*/
#miniFooterWrapper {
    /*color: #fff;*/
    color: #626161;

    font-size: 14px;
    border-top: solid 1px #ffffff;
    padding: 14px;
    -webkit-box-shadow: 0px -1px 20px 0 rgba(31, 45, 61, 0.1);
    box-shadow: 0px -1px 20px 0 rgba(31, 45, 61, 0.1);
}
#miniFooterWrapper .arrow {
    background-color: #1b55e2;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: -33px;
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
#miniFooterWrapper .arrow p {
    align-self: center;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
}
#miniFooterWrapper .copyright a {
    color: #1b55e2;
    font-weight: 700;
    text-decoration: none;
}

/*
    Media Query
*/
@media (min-width: 1200px) {
   
}
@media (max-width: 1199px) {
    .fq-header-wrapper .banner-img img {
        /*width: 340px;
    height: 363px;*/
        margin: 0 auto;
    }
    .fq-header-wrapper .banner-img2 img {
        margin: 0 auto;
    }
    .faq .faq-layouting .fq-comman-question-wrapper ul li {
        font-size: 14px !important;
    }
   
    .justify-text {
        word-wrap: break-word;
    }
}

@media (max-width: 998px) {
   
}

@media (max-width: 767px) {
    .ftco-about .about-wrap {
        height: 400px;
    }
    .fq-header-wrapper {
        /*min-height: 640px;*/
    }
    .ajust-div-socios {
        min-height: 0px !important;
    }
    .contract {
        min-height: 0;
    }
    .faq .faq-layouting .fq-comman-question-wrapper {
        margin-top: 32px;
    }
    .faq .faq-layouting .fq-comman-question-wrapper ul li {
       /* font-size: 16px !important;*/
    }
   
    .componente-card_4 {
        width: auto;
        text-align: center;
    }
    .componente-card_4 .card-body {
        padding: 0;
        display: block;
    }
    .componente-card_4 .user-info {
        padding: 0 25px 25px 25px;
    }
    .componente-card_4 .user-profile {
        align-self: center;
        padding: 25px 25px;
        display: flex;
        position: relative;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    nav .navbar-brand {
        font-size: 14px;
        font-weight: 700;
        /*color: #fff;*/
    }
    .title-size {
        font-size: 23px !important;
        text-align: center;
    }
    /*
    Component Card 4
  */
    .componente-card_4 {
        width: auto;
        text-align: center;
    }
    .componente-card_4 .card-body {
        padding: 0;
        display: block;
    }
    .componente-card_4 .user-info {
        padding: 0 25px 25px 25px;
    }
    .componente-card_4 .user-profile {
        align-self: center;
        padding: 25px 25px;
        display: flex;
        position: relative;
        flex-direction: column;
    }

    /*====================*/

    .faq .faq-layouting .fq-comman-question-wrapper ul li {
        /*font-size: 13px !important;*/
    }
  
    .faq .faq-layouting .fq-comman-question-wrapper .card-body {
        padding:0;
    }
    #imagen {
        /*width: auto;*/
        height: auto;
    }
    .fq-header-wrapper .banner-img img {
        width: 100%;
       /* height: 100%;*/
      /*  height: 300px;*/
        
    }
    .fq-header-wrapper .banner-img2 img {
        width: 300px;
        height: 300px;
    }
    .margin-low {
        margin-bottom: 0 !important;
    }

    .faq .faq-layouting .fq-tab-section .accordion .card .card-header div svg.feather-code {
        display: none;
    }
}

:root {
    --thumb-gap: 0.5rem;
    --radius: 12px;
    --thumb-radius: 10px;
}

/* ===== Lado izquierdo: nombre + rating ===== */
.biz-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
    padding: 1.25rem;
    height: 100%;
}
.biz-title {
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 0.35rem;
}
.stars {
    display: inline-flex;
    gap: 0.2rem;
}
.star {
    width: 22px;
    height: 22px;
    fill: #e2e6ea;
}
.star.filled {
    fill: #ffc107;
}

/* ===== Contenedor de imagen principal ===== */
.gallery-main {
    position: relative;
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    aspect-ratio: 7/5; /* ✅ NUEVO: proporción */
    min-height: 240px; /* ✅ SAFARI/fallback: evita colapso mientras carga */
}
/* ✅ SAFARI/Fallback para navegadores sin aspect-ratio */
@supports not (aspect-ratio: 7 / 5) {
    .gallery-main::before {
        content: "";
        display: block;
        padding-top: 71.428%;
    }
}
/* Con una sola imagen, quita el límite para ocupar todo el ancho */
.gallery-main.single {
    max-width: none;
}

/* ===== Imagen principal + animación de aparición ===== */
.gallery-main > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: 0;
    /* ✅ NUEVO: usamos una variable para combinar desplazamiento + zoom */
    --tx: 0px;
    transform: translateX(var(--tx));
    will-change: opacity, transform, filter; /* perf */
}

/* ✅ NUEVO: keyframes de transición (fade + zoom suave + blur) */
@keyframes smoothReveal {
    0% {
        opacity: 0;
        transform: translateX(var(--tx)) scale(1.02);
        filter: blur(8px);
    }
    60% {
        opacity: 1;
        transform: translateX(var(--tx)) scale(1.005);
        filter: blur(2px);
    }
    100% {
        opacity: 1;
        transform: translateX(var(--tx)) scale(1);
        filter: blur(0);
    }
}
.gallery-main > img.reveal {
    animation: smoothReveal 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
/* ✅ Accesibilidad: respeta usuarios con “reducir movimiento” */
@media (prefers-reduced-motion: reduce) {
    .gallery-main > img.reveal {
        animation: smoothReveal 0.001s linear both;
    }
}

/* ✅ Deslizamiento sutil opcional (se combina con la animación usando --tx) */
.slide-from-right {
    --tx: 22px;
}
.slide-from-left {
    --tx: -22px;
}

/* ===== Overlay “shimmer” mientras carga ===== */
.loading-overlay {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
    background: linear-gradient(90deg, rgba(240, 242, 246, 0.7) 25%, rgba(220, 224, 230, 0.9) 37%, rgba(240, 242, 246, 0.7) 63%);
    background-size: 400% 100%;
    animation: shimmer 1.1s linear infinite;
}
@keyframes shimmer {
    from {
        background-position: 200% 0;
    }
    to {
        background-position: -200% 0;
    }
}

/* Flechas (ocultas mientras carga) */
.gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: rgba(0, 0, 0, 0.45) !important;
    padding: 0 !important;
    border: 0;
    color: #fff;
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    display: grid;
    place-items: center;
}
.gallery-arrow.left {
    left: 0.5rem;
}
.gallery-arrow.right {
    right: 0.5rem;
}
.gallery-arrow:hover {
    background: rgba(0, 0, 0, 0.65);
}

/* Estado de carga: oculta flechas y muestra overlay */
.is-loading .gallery-arrow {
    opacity: 0;
    pointer-events: none;
}
.is-loading .loading-overlay {
    opacity: 1;
}

/* ===== Miniaturas prolijas ===== */
.thumbs {
    gap: var(--thumb-gap);
}
.thumb {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
    border-radius: var(--thumb-radius);
    overflow: hidden;
    border: 0px solid transparent;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    cursor: pointer;
}
/*.thumb.active{ border-color:#343a40; }*/
.thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: calc(var(--thumb-radius) - 2px);
    filter: grayscale(0.6);
    opacity: 0.55;
    transition: filter 0.2s ease, opacity 0.2s ease;
}
.thumb:hover img,
.thumb.active img {
    filter: none;
    opacity: 1;
}

/* Tamaños responsivos de miniaturas */
@media (min-width: 992px) {
    .thumbs {
        max-height: 500px;
        overflow: auto;
        padding-left: 0.25rem;
    }
    .thumb {
        width: 100%;
        aspect-ratio: 6/4;
    }
}
@supports not (aspect-ratio: 6/4) {
    @media (min-width: 992px) {
        .thumb {
            height: 90px;
        }
    }
}
@media (max-width: 991.98px) {
    .thumbs {
        overflow-x: auto;
        white-space: nowrap;
        padding-top: 0.75rem;
    }
    .thumb {
        display: inline-block;
        width: 120px;
        aspect-ratio: 6/4;
    }
}
@supports not (aspect-ratio: 6/4) {
    @media (max-width: 991.98px) {
        .thumb {
            height: 80px;
        }
    }
}
