﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/*body {
    font-family: 'Proxima-Nova-Alt-Light', serif;
    font-size: 1.1em;
    font-weight: 100;
    line-height: 1.75;
    color: #444;
    background-color: #ffffff;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}*/

body {
    font-family: proxima-nova-alt, sans-serif;
    font-weight: 300; /* Light real */
    font-size: 1.1em;
    line-height: 1.75;
    color: #444;
    background-color: #ffffff;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

a {
    color: #474747;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

a:focus {
    color: #000;
    outline: none;
    text-decoration: none;  
}

a:active {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
form,
header,
hgroup,
nav,
section,
img {
  display: block;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: proxima-nova-alt, sans-serif;
    /*font-family: 'Proxima-Nova-Regular', serif;*/
    color: #191919;
}

h1 {
    font-size: 2.3em;
}

h2{
    font-size: 2em;
}

h3{
    font-size: 1.8em;
}

h4{
    font-size: 1.6em;
}

h5{
    font-size: 1.4em;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  color: #666666;
  border-radius: 3px;
}

select {
    box-shadow: none;
    border: solid 2px #ebe8e6;
    font-weight: 400;
    font-size: 1em;
    border-radius: 7px;
    line-height: 1.5;
    padding: 11px 22px;
    color: #000;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #666666;
}

b, strong {
    font-weight: bold !important;
}

/*menu*/
.main-header {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
    background: #fff;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-box-shadow: 0px 3px 8px -4px rgb(25, 25, 25);
    -moz-box-shadow: 0px 3px 8px -4px rgb(251, 188, 0);
    box-shadow: 0px 3px 8px -4px rgb(25, 25, 25);
}

@media (min-width: 320px) {
    .main-header {
       top: 0px;
    }
}

.main-headerfix {
    position: fixed;
    top: 0px;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
    background-color: #fff;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-box-shadow: 0px 3px 8px -4px rgb(25, 25, 25);
    -moz-box-shadow: 0px 3px 8px -4px rgb(251, 188, 0);
    box-shadow: 0px 3px 8px -4px rgb(25, 25, 25);
}

#menu-wrapper {
    background-color: #fff;
    overflow: visible;
}

.main-menu ul li {
    display: inline-block;
    margin: 0 10px;
}

.main-menu ul li:last-child {
    margin-right: 35px;
}

.main-menu ul li a {
        /*text-transform: uppercase;*/
        font-size: 17px;
        color: #474747;
        font-weight: 600;
        line-height: 100px;
        padding-top: 37px;
    }

.main-menu ul li.active a {
        border-bottom: 3px solid #9c0a5d;
        padding-bottom: 5px;
        color: #9c0a5d;
}

.main-menu ul li a:hover {
    color: #ede9e7;
}

.main-menu ul li input:hover {
    color: #ede9e7;
}

.main-menu-anonymous ul li {
    display: inline-block;
    margin: 0 10px;
}

.main-menu-anonymous ul li:last-child {
    margin-right: 35px;
}


.main-menu-anonymous ul li a {
        text-transform: uppercase;
        font-size: 17px;
        color: #474747;
        font-weight: 600;
        line-height: 100px;
      /*  padding-top: 37px;*/
    }

    .main-menu-anonymous ul li.active a {
        border-bottom: 3px solid #9c0a5d;
        padding-bottom: 5px;
        color: #9c0a5d;
    }

.main-menu-anonymous ul li a:hover {
    color: #ede9e7;
}

.main-menu-anonymous ul li input:hover {
    color: #ede9e7;
}

.menu-responsive {
    display: none;
    background-color: #9c0a5d;
    padding-bottom: 10px;
    padding-top: 10px;
}

.menu-responsive ul li {
    padding: 8px 5px 8px 20px;
    text-align: left;
}

.menu-responsive ul li a {
    display: block;
    color: #fff;
    font-weight: 600;
}

.menu-responsive ul li input {
    font-size: 18px;
    color: #fff;
}

.menu-responsive ul li.active a {
    color: #cecece;
    font-weight: 600;
}

a.toggle-menu {
    width: 36px;
    height: 36px;
    border-radius: 3px;
    float: right;
    margin-top: 29px;
    margin-left: 24px;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 39px;
    font-size: 1em;
    color: #9c0a5d;
}

a.toggle-login {
    width: 36px;
    height: 36px;
    border-radius: 3px;
    float: right;
    margin-top: 29px;
    padding-top: 2px;
    text-align: center;
    line-height: 32px;
    font-size: 1.1em;
    color: #9c0a5d !important;
}

/*menu...*/

/*gral*/
.heading-section {
    margin-bottom: 13px;
}
.heading-section-2 {
    margin-bottom: 10px;
}

.sub-heading-section {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 1.2em;
    font-weight: 400;
    text-align: center;
    color: #000;
}

.sub-heading-section span{
    color: #007335;
    font-weight: 700;
    font-size: 1.3em;
}

.heading-section-button {
    position: relative;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.heading-section img{
    max-width:450px;
    width:95%;
    display: block;
}

@media (min-width: 320px) {
    .heading-section, .heading-section-2 {
       margin-top: 1px;
    }
}
.heading-section h2 {
    font-size: 2em;
    display: inline-block;
    margin-top: 40px;
    color: #9c0a5d;
}

.heading-section-2 h2 {
    font-size: 2em;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 30px;
}

.heading-section h3 {
    font-size: 1.7em;
    display: inline-block;
    font-weight: 400;
    margin-top: 10px;
}

.heading-section p {
    color: #444444;
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
}
/*.content-section {
    padding-top: 35px;
}*/

.txt-red{
    color: #e00c23;
}
.txt-white{
    color: #fff;
}
/*.vacio {
    padding: 50px;
}*/
.vaciotop {
    padding: 60px;
}
.vacioaccount {
    padding: 35px;
}
.vacio-slider {
    padding: 100px;
}
.vacio-anchor{
    position: absolute;
    margin-top: -80px;
    padding: 10px;
}
.vacio-whatis{
    position: absolute;
    margin-top: -120px;
    padding: 10px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    padding-left: 35px !important;
}

.formulariopie {
    font-size: 0.8em;
    color: #9c0a5d;
/*    font-weight: 700;*/
}

/*gral...*/
/*esp*/
.req {
    font-size: 0.9em;
    color: #9c0a5d;
    font-weight: 700;
}
/*esp...*/

/*botones*/
.boton {
    color: #FFF !important;
    background: #9c0a5d;
    padding: 9px 35px;
    border-radius: 10px;
    font-weight: 600;
    border: solid 1px #9c0a5d;
    display: inline-block;
    cursor: pointer;
    transition-duration: 0.3s;
}
.boton a{
    color: #fff;
}

    .boton:hover {
        background-color: #e76011;
        border: solid 1px #e76011;
        transition-duration: 0.3s;
    }

    .boton:disabled {
        background-color: #e76011;
    }

.boton-grey {
    color: #fff;
    background-color: #444;
    padding: 9px 35px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    outline: none !important;
    transition-duration: 0.3s;
}

.boton-grey:hover, .boton-grey:focus{
    background-color: #6d6d6d;
    color: #fff;
    transition-duration: 0.3s;
}

.boton-disabled{
    color: #444;
    background-color: #f5f5f5;
    padding: 12px 20px;
    border-radius: 3px;
    font-weight: 100;
    border: none;
    margin-right: 5px;
}

.boton-disabled a{
    color: #444;
}

.boton-yellow {
    color: #005cb2;
    background-color: #FFE500;
    padding: 11px 20px;
    border-radius: 3px;
    border: none;
    outline: none !important;
    transition-duration: 0.3s;
}

.boton-yellow:hover, .boton-yellow:focus{
    background-color: #FFE500;
    transition-duration: 0.3s;
}

.boton2 {
    color: #FFF !important;
    background: #0a592f;
    padding: 9px 35px;
    border-radius: 10px;
    font-weight: 600;
    border: solid 1px #0a592f;
    display: inline-block;
    cursor: pointer;
    transition-duration: 0.3s;
}
.boton2 a{
    color: #fff;
}

.boton2:hover {
    background-color: #0c6cc6;
    border: solid 1px #0c6cc6;
    transition-duration: 0.3s;
}

.boton2:disabled{
    background-color: #eec64e;
}

/*botones...*/

/*contactanos y footer*/
.bgfooter {
    background: #f2f2f2;
}
.contact-form input {
  width: 100%;
  margin-bottom: 15px;
}
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
}
.botonmax {
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 100;
    font-size: 1.1em;
    width: 100%;
    margin-top: 10px;
    border: solid 1px #9c0a5d;
    background-color: #9c0a5d;
    color: #FFFFFF;
    transition-duration: 0.3s;

}


    .botonmax:hover {
        background-color: #e76011;
    }
.powered {
    padding-bottom: 0px;
    display: inline-block;
    margin-top: 20px;
}
.footerb {
    background: #8cb7e8;
    color: #0f1d41;
    font-size: 9pt;
}
.footerb a{
    color: #0f1d41;
}
.footermodal {
    background: #f2f2f2;
    text-align: center;
    /* color: #444;
    font-weight: 500;
    font-size: 1.3em;
    margin-bottom: 30px;
    padding: 8px 0px;*/
}
.footermodal ul li {
        display: inline;
        color: #444;
        font-size: 10pt;
        text-align: center;
    }
/*.footermodal ul li{
    display: inline;*/
    /*color: #00A84F;
    font-size: 0.9em;*/
    /*text-align: center;
}*/
.footermodal ul li a {
  /*  margin: 0px 37px;*/
    color: #444;
    text-decoration:underline;
    cursor: pointer;
}

.footermodal ul li a label {
    text-decoration: underline;
    cursor: pointer;
}

.footer-powered{
    position: relative;
    width: 100%;
    padding: 25px 25px 15px 0px;
    text-align: right;
    background-color: #15993a;
}

.footer-powered img{
    display: inline-block;
}

/** Bootstrap 5 column equal grid
 ******************************** **/
.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5th {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5th {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5th {
        width: 20%;
        float: left;
    }
}

@media screen and (max-width: 1081px)
{
    .main-menu-anonymous ul li:last-child{
        margin-right: 0;
    }
}

/*@media screen and (max-width: 1441px)
{
    .main-menu-anonymous ul li a{
        font-size:0.8em !important;
    }
}

@media screen and (max-width: 1256px)
{
    .main-menu-anonymous ul li a{
        font-size:0.74em !important;
    }
}*/

@media screen and (max-width: 1166px)
{
    .main-menu ul li a {
        font-size: 15px;
    }

    .main-menu ul li input {
        font-size: 15px;
    }
}

@media screen and (max-width: 1064px)
{
    .main-menu ul li a {
        font-size: 13px;
    }

    .main-menu ul li input {
        font-size: 13px;
    }
}

/*@media screen and (max-width: 1091px)
{
    .main-menu-anonymous ul li a{
        font-size:0.65em !important;
    }
}*/

@media screen and (max-width: 1014px)
{
    .wrapper-text{
        max-width:400px !important;
        right:0 !important;
    }
}

@media only screen and (max-width: 992px) {
	.col-md-5th {
		width:100%;
		float:none;
		display:block;
	}
    .col-md-5th.col-sm-5th {
        width: 20%;
        float: left;
    }
}
@media only screen and (max-width: 769px) {
    .col-md-5th.col-sm-5th {
		width:100%;
		float:none;
		display:block;
    }

    .vacio {
        padding: 0px !important;
    }
}

@media screen and (max-width: 411px)
{

    .cont_main_menu_account {
        position: relative;
        width: auto;
        height: auto;
        z-index: 10;
        text-align: center;
        padding-top: 20px !important;
       
    }

    .boton {
        width:230px;
        margin-top:10px;
    }

    .tbx-recover-pass{
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 312px) {

    .boton {
        width:90%;
    }

    .boton-blue {
        width:90%;
    }

}

@media screen and (max-width: 370px)
{
    .heading-section-2 img{
        width: 100%;
        margin-top:20px;
        margin-bottom:20px;
    }

    .heading-section h2{
        font-size: 10vw;
    }
}

@media screen and (max-width:320px)
{
    .vacioaccount {
        padding: 45px;
    }
}


.txtpopup {
    font-size: 1.4em;
    color: #9c0a5d;
}

.txtpopup-2 {
    position: relative;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 1.4em;
    color: #9c0a5d;
}

.txttext{
    display: block;
}

.title-404{
	text-align: center !important;
	font-weight:600 !important;
	font-size:3.3em !important;
	margin-bottom:10px;
}

.subtitle-404{
	text-align: center !important;
	font-weight:100 !important;
	font-size:2.8em !important;
	line-height:50px;
	color: #9a9a9a;
}

.vacio-2 {
    padding: 12px;
}

.vacio-3 {
    padding: 70px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

@media screen and (max-width: 1441px) {
    .main-menu-anonymous ul li a {
        font-size: 0.8em !important;
    }
}
.map-container {
    position: relative;
    width: 80%;
    height: 600px; /* 👈 altura real */
    overflow: hidden;
    border-radius: 12px;
    background: #f7f8fa;
    margin: 0 auto;
}
    .map-container iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }


.showroom-section {
    background-color: #e76011;
    min-height: 80px; /* altura del bloque */
    display: flex;
    align-items: center; /* 👈 centra vertical */
    justify-content: center; /* 👈 centra horizontal */
}
.showroom-title {
    color: #fff;
    font-size: 2em;
    display: inline-block;
    margin-top: 40px;
    /* color: #9c0a5d;*/
}
/*.background-section-register {
    position: relative;
    width: 500%;
    display: block;
    padding: 130px 0px;
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/logo/AlmaCare_Register5.PNG);*/
    /*background-image: url(https://cdn.myblueengine.com/CMSImages/hospital-alhma-medica-center.jpg);*/
    /*background-clip: padding-box;
}*/
/*.background-section-register {
    position: relative;
    width: 100%;
    min-height: 400px;
    display: block;
    padding: 130px 0;
    background-image: url(../images/logo/AlmaCare_Register5.PNG);
    background-repeat: no-repeat;
    background-position: initial;
    background-size: cover;
    background-clip: padding-box;
    background-image: none;
}*/
.background-section-register {
    background-image: none;
}
.background-section-Mycards {
    position: relative;
    width: 100%;
    display: block;
    padding: 70px 0px;
    background-repeat: no-repeat;
    /* background-position: center 100%;*/
    background-size: cover;
    background-attachment: fixed;
    background-image: url(https://alhmacare.mx/Firma/alhmacare.jpg);
    /*background-image: url(https://cdn.myblueengine.com/CMSImages/AlmaCare_Slide.jpg);*/
    background-clip: padding-box;
}




.hr-gradient {
    border: none;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #9c0a5d, #e76011);
    border-radius: 999px;
}
.hr-gradient.soft {
    height: 1px;
    opacity: .7;
}


/**BANNERS */
.mini-banner-rotator {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding:10px;
}

.mini-banner {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    border-radius: 14px;
    color: #fff;
    min-height: 80px;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
    transition: opacity .5s ease, transform .5s ease;
}

    .mini-banner.exit {
        opacity: 0;
        transform: translateY(10px);
    }

    .mini-banner.enter {
        opacity: 0;
        transform: translateY(-10px);
    }

    .mini-banner.show {
        opacity: 1;
        transform: translateY(0);
    }

.mini-banner-icon {
    font-size: 26px;
    margin-right: 14px;
}

.mini-banner-text strong {
    display: block;
    font-size: 15px;
}

.mini-banner-text span {
    font-size: 13px;
    opacity: .85;
}

/* Gradientes */
.gradient-purple {
    background: linear-gradient(135deg, #9c0a5d, #e76011);
}

.gradient-orange {
    background: linear-gradient(135deg, #e76011, #9c0a5d);
}
/* Mobile */
@media (max-width: 768px) {
    .mini-banner-rotator {
        grid-template-columns: 1fr;
    }
}



@media (max-width: 768px) {

            /*.background-section-register {
                min-height: 200px;
                padding: 60px 0;
                background-attachment: scroll;*/ /* MUY importante */
                /*background-position: center top;
            }*/

            .mobile-menu {
                position: fixed;
                bottom: 0;
                left: 0;
                right: 0;
                width: 100%;
                background: #fff;
                display: grid;
                grid-template-columns: repeat(5, minmax(0, 1fr)); /* 🔑 clave */
                padding: 8px 0 env(safe-area-inset-bottom);
                box-shadow: 0 -8px 25px rgba(0,0,0,.15);
                z-index: 9999;
            }

                .mobile-menu .cont_account_item {
                    padding: 6px 0;
                }

                    .mobile-menu .cont_account_item a {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        height: 64px; /* más área táctil */
                    }

    
                /* Elimina hover en mobile */
                .mobile-menu .hvr-grow:hover {
                    transform: none;
                }
        }
        /* CONTENEDOR PROMO */
        .promotions-section {
/*    padding: 60px 0;*/
    background-color: #9c0a5d;
}

/* MOBILE */
@media (max-width: 767px) {
    .mobile-menu img {
        width: 120%;
        height: auto;
        
    }
    .branch-selector {
        display: flex;
        gap: 12px;
        padding: 6px;
        justify-content: center;
        flex-wrap: wrap;
        /*    margin-bottom: 24px;*/
        margin: 0 auto 24px auto !important; /* 👈 ESTO lo centra */
        width: 100% !important;
    }
}

/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    .mobile-menu img {
        width: 60%;
      
        height: auto;
    }
}

.promotions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 0 80px;
}

.promo-card {
    display: block;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,.15);
    transition: transform .3s ease, box-shadow .3s ease;
}

    .promo-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .promo-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 40px rgba(0,0,0,.25);
    }

/* Mobile */
@media (max-width: 992px) {
    .promotions-grid {
        grid-template-columns: 1fr;
    }
}



/* CONTENEDOR MAPA */
/* SELECTOR */
.branch-selector {
    display: flex;
    gap: 12px;
    padding: 6px;
    justify-content: center;
    flex-wrap: wrap;
/*    margin-bottom: 24px;*/
    margin: 0 auto 24px auto; /* 👈 ESTO lo centra */
    width: 70%;
}

/* CHIP */
.branch-chip {
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 999px;
    cursor: pointer;
    background: #fff;
    color: #555;
    border: 1px solid #e1e1e1;
    transition: all .25s ease;
}

    /* ACTIVO */
    .branch-chip.active {
        background: linear-gradient(135deg, #9c0a5d, #e76011);
        color: #fff;
        border-color: transparent;
        box-shadow: 0 8px 24px rgba(0,0,0,.25);
    }

    /* HOVER */
    .branch-chip:hover {
        transform: translateY(-1px);
    }

/* MOBILE */
@media (max-width: 768px) {
    .branch-selector {
        overflow-x: auto;
     /*   justify-content: flex-start;*/
        padding-left: 16px;
    }

    .branch-chip {
        white-space: nowrap;
        flex-shrink: 0;
    }
}
@media (max-width: 768px) {
    .map-container {
        width: 100%;
        height: 450px;
    }
}

.text-uppercase {
    text-transform: uppercase;
}
p {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.branch-logo {
    max-width: 220px;   /* Ajusta según lo necesites */
    width: 100%;
    height: auto;
}

.branch-dropdown-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.branch-dropdown {
    width: 100%;
    max-width: 420px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid #9c0a5d;
    font-size: 14px;
    font-weight: 600;
    color: #9c0a5d;
    background: #fff;
    cursor: pointer;
    outline: none;
}

    .branch-dropdown option {
        color: #333;
        font-weight: 500;
    }

.logo-header-privacity {
    max-width: 220px; /* ajusta según tu diseño */
    width: 100%;
    height: auto;
}

/* 1 promo */
.promos-1 .promo-card img {
    max-width: 100%;
    justify-content: center;
}

.promos-2 {
    display: flex;
    justify-content: center;
    gap: 20px;
}

    .promos-2 .promo-card {
        max-width: 48%;
    }