.background{padding:10px}.branch-page{background-color:#fff;width:100%}.box{background-color:var(--primary-color);margin:2rem 8rem;padding:1rem;border-radius:50px 0 50px 0}.branch-box{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap;margin:1rem 4rem}.branch-details{display:flex;justify-content:space-around;flex-direction:column;gap:2rem;color:white;margin:1rem;letter-spacing:1px}.branch-details .branch-status{margin-top:10px}.branch-details .branch-status strong{border-radius:20px;padding:3px}.branch-info{font-weight:600}.branch-info p{font-weight:700;max-width:400px;display:flex;align-items:center;gap:.5rem}.branch-details h1{color:var(--secondary-color);font-size:2.5rem;font-weight:800;font-family:var(--font-family)}.branch-details p{font-size:1.4rem;margin:0;font-family:var(--font-family)}.branch-details p i{padding:.2rem;font-size:.6rem;background-color:white;border-radius:100%;color:black}.schedules{display:flex;gap:1rem}.branch-schedule h3{color:var(--tertiary-color);font-size:1.3rem;font-family:var(--font-family);font-weight:700}.branch-schedule p{font-size:1rem}.branch-schedule .days{font-weight:700;margin-right:.7rem;text-align:right}.branch-schedule .time{text-transform:uppercase}.branch-image{padding:2rem;background-color:white;border-radius:30px;display:flex;justify-content:center;align-items:center;background:linear-gradient(to right bottom,white,rgba(255,255,255,.8))}.button-map a{background-color:var(--secondary-color);color:white;padding:.5rem 1rem;border-radius:50px;font-weight:700;font-family:var(--font-family);text-transform:uppercase;cursor:pointer;transition:all .3s ease;transition:all .4s ease;display:flex;justify-content:space-around;gap:.5rem;width:200px;text-align:center;margin:auto;background:linear-gradient(to right,#e9123c,#d8852f)}.button-map a{color:white;text-decoration:none;text-transform:capitalize;font-size:1.15rem;font-weight:600}.button-map a:hover{transform:scale(1.1)}.branch-services{gap:1.5rem;margin:2rem 16rem;padding:10px}.branch-services .servicios-principales{display:grid;grid-template-columns:repeat(auto-fill,minmax(450px,1fr));place-items:center}.branch-services .servicios-principales .service{min-width:400px}.branch-services .servicios-principales .service p{width:190px;font-size:1.5rem;font-weight:700}.branch-services .servicios-restantes{display:grid;grid-template-columns:repeat(3,1fr);place-items:center}.branch-services .service{display:flex;align-items:center;min-height:150px;max-width:300px;padding:20px;transition:transform .3s ease-in-out}.service:hover{transform:translateY(-5px)}.service p{font-size:1.3rem;width:100px;margin:0 -5px;color:var(--primary-color);font-family:var(--font-family);font-weight:600}.service p .destacar-despues-punto{font-size:1.2rem;font-weight:400;color:var(--secondary-color)}.service-icon{position:relative;background-color:var(--primary-color);width:8rem;height:8rem;margin:0 15px;border-radius:10px;display:flex;justify-content:center;align-items:center;color:white;box-shadow:0 4px 1px rgba(241,50,93,.5)}.service-icon::after{content:"";position:absolute;top:5px;left:5px;right:-4px;bottom:-4px;border-radius:10px;background:linear-gradient(to right bottom,var(--secondary-color),rgba(255,0,0,0));z-index:-1}.service-icon i{font-size:3.5rem;color:white}.contain-state{width:100%}.banner-state{background:linear-gradient(90deg,#01152c,#01366c);height:20rem;display:flex;justify-content:center;align-items:center;padding:0 5rem}.banner-state .state-image{width:340px;padding:.5rem;max-height:400px}.banner-state h1{color:var(--title-color);font-size:4.5rem;font-family:var(--font-family);font-weight:700}.branches-map{display:flex;justify-content:center;align-items:center;margin-top:.5rem;padding:0 10rem}.company-container{height:45px;display:flex;justify-content:center;margin:1.5rem 0}.company-container__logo{height:100%}.accordion-container{display:flex;gap:.5rem;padding:0 10rem;margin-top:.5rem}.accordion-column{flex:1}.accordion-item{border:1px solid #ccc;border-radius:5px;margin-bottom:10px;overflow:hidden;transition:box-shadow .3s ease;font-family:var(--font-family)}.accordion-item:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}.accordion-header{padding:15px;cursor:pointer;position:relative;font-weight:700;background-color:var(--primary-color);display:flex;justify-content:start;gap:.7rem;align-items:center;fill:white;transition:all .3s ease}.accordion-header:hover{background-color:#042767}.accordion-header h2{color:var(--title-color);font-size:1.4rem}.rating{display:flex;align-items:center;font-family:var(--font-family)}.rating__label{margin-right:.2rem;font-weight:700}.rating__container--link{display:flex;text-decoration:none;align-items:center}.rating__stars{display:flex}.rating__star{margin-right:.1rem;font-size:1rem;color:#f5a623}.rating__star--empty{color:#ccc}.rating__star--half{position:relative}.rating__score{font-size:.9rem;margin-left:.2rem;margin-bottom:.1rem}.rating__reviews{margin-left:.5rem;color:#666;font-size:.9rem}.accordion-content-hours h4,.accordion-content-services h4{font-size:1rem;text-align:left;margin-bottom:.5rem;color:var(--secondary-color)}.accordion-content-hours{margin-bottom:.5rem}.accordion-content-flex{display:flex;flex-wrap:wrap;gap:1rem;margin:1rem 0}.accordion-content-hours,.accordion-content-services{flex:1;min-width:150px}.icon-open,.icon-close{width:20px;height:20px;transition:transform .3s ease}.icon-close{display:none}.accordion-item.active .icon-close{display:inline}.accordion-item.active .icon-open{display:none}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 15px;background-color:#fff;display:flex;flex-direction:column;gap:.2rem}.accordion-content .more-info{background-color:var(--secondary-color);text-decoration:none;color:white;padding:10px;border-radius:5px;text-align:center;font-weight:700;width:auto;margin:auto;transition:all .3s ease}.accordion-content .more-info:hover{background-color:#be2749}.accordion-item.active .accordion-content{padding:15px}.accordion-content p{margin:0}@media only screen and (min-width:1024px) and (max-width:1300px){.branch-services{margin:2rem 10rem}.branch-services .servicios-principales .service{min-width:400px}.branch-services .servicios-principales{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));place-items:center}}@media (min-width:1600px){.box{margin:2rem 6rem}.branch-box{margin:1rem 10rem}.branch-services{margin:0 15rem}.branch-services .servicios-principales{grid-template-columns:repeat(2,minmax(300px,1fr));margin:0 10rem;gap:1rem}.branch-services .servicios-restantes{margin:0 5rem}.company-container{height:50px}.company-container--jp{height:100px}.company-container__legend{font-size:1.3rem}}@media (max-width:820px){.box{margin:2rem 4rem;padding:1rem}.branch-box{gap:1rem;flex-wrap:wrap;margin:1rem 3rem}.branch-schedule .schedules{justify-content:center}.branch-image{padding:1.5rem}.branch-services{gap:1.5rem;margin:2rem 5rem;padding:10px}.branch-services .servicios-principales{display:grid;grid-template-columns:repeat(2,minmax(200px,1fr));place-items:center}.branch-services .servicios-principales .service{max-width:200px;min-width:300px}.branch-services .servicios-principales .service p{width:120px;font-size:1.2rem;font-weight:700}.branch-services .servicios-restantes{display:grid;grid-template-columns:repeat(2,1fr);place-items:center}.branch-services .service{display:flex;align-items:center;min-height:150px;max-width:300px;padding:20px;transition:transform .3s ease-in-out}.service:hover{transform:translateY(-5px)}.service p{font-size:1.3rem;width:100px;margin:0 -5px;color:var(--primary-color);font-family:var(--font-family);font-weight:600}.service-icon{width:6.5rem;height:6.5rem}.service-icon i{font-size:2.5rem}.banner-state{height:18rem}.banner-state .state-image{max-width:200px}.banner-state{flex-direction:column-reverse;padding:3rem}.banner-state h1{font-size:4rem;margin-left:0}.branches-map,.accordion-container{padding:0 4rem}.accordion-container{flex-direction:column}}@media (max-width:768px){.box{margin:2rem .5rem;padding:1rem}.branch-box{gap:1rem;flex-wrap:wrap;margin:1rem .5rem}.branch-details{gap:1rem;margin:1rem .5rem;letter-spacing:0px}.branch-info p{max-width:400px}.branch-details h1{font-size:1.4rem}.branch-details p{font-size:1.1rem}.schedules{display:flex;gap:.5rem}.branch-schedule h3{color:var(--tertiary-color);font-size:1.25rem}.branch-schedule p{font-size:1rem}.branch-schedule .days{margin-right:.1rem;text-align:right}.branch-image{padding:.8rem;margin:1rem 0}.branch-services{margin:0 .5rem;justify-content:space-around;text-align:center}.branch-services .servicios-principales{grid-template-columns:repeat(1,minmax(200px,1fr));margin-bottom:.5rem}.servicios-restantes .service{flex-direction:column;padding:0;width:100px;aspect-ratio:1/2;gap:.5rem}.service p{font-size:1rem}.service-icon{width:5.5rem;height:5.5rem}.service-icon i{font-size:2.5rem}.banner-state{flex-direction:column-reverse;padding:2rem}.banner-state h1{font-size:2.5rem}.branches-map,.accordion-container{padding:0 1.2rem}.company-container{height:30px;display:flex;justify-content:center;margin:1rem 0}.company-container--jp{height:45px}.company-container__legend{font-size:.9rem}.accordion-header h2{font-size:1rem}.accordion-content{font-size:.8rem}.accordion-content-flex{flex-direction:column}.rating__star{font-size:.9rem}.rating__score{margin-left:.1rem;font-size:.8rem}.rating__reviews{margin-left:.3rem;font-size:.9rem}}