<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}

header {
    background:-webkit-linear-gradient( 360deg, rgb(19, 7, 80), rgb(3, 3, 76), rgb(5, 5, 99), rgb(6, 6, 83));
}

.logo-benidorm {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .logo-benidorm {
        font-size: 1.4rem;
    }
}

@media (min-width: 769px) {
    .logo-benidorm {
        font-size: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .logo-benidorm {
        font-size: 1.9rem;
    }
}

.container-benidorm {
    width: 100%;
    padding: 10px;
    height: 7vh;
    display: flex;
    justify-content: center;
}

.franja-benidorm .animated-text {
    animation: elegantFadeSlide 3s ease-in-out infinite both;
    transform: translateY(15px);
}

@keyframes elegantFadeSlide {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    20% {
        opacity: 1;
        transform: translateY(0);
    }
    80% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.franja-benidorm {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10vh;
    overflow: hidden;
    width: 100%;
}

.animated-text {
    font-size: 1.8rem;
    color: yellow;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .animated-text {
        font-size: 1.7rem;       
    }

    .franja-benidorm { 
        height: 10vh;
        margin-top: -20px;
    }
}

@media (min-width: 1200px) {
    .animated-text { 
        font-size: 2.9rem;
        margin-top: -39px;
    }
}

.first-section {
    display: flex;
    justify-content: center;
    padding: 20px 20px;
    align-items: center;
    min-height: 60vh;
}

.first-container {
    max-width: 800px;
    justify-content: center;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(255, 255, 255, 0.6);
    text-align: center;
    color: #333333; 
}

.first-title {
    font-size: 2rem;
    margin-bottom: 15px;
    background-color: #faf605;
    color: #1f1c1c;
}

.best-locskmith-title {
    font-size: 1.6rem;
    background-color: #faf605;
    border: #000000 3px, solid;
    color: #1f1c1c;
}

.best-locksmith-text {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #181717;
}

.first-title h2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    background-color: #faf605;
    color: #1f1c1c;
}

.first-text {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #181717;
}

@media (max-width: 768px) {
    .first-title h2{
        font-size: 1.4rem;
    }
    .first-text {
        font-size: 1.2rem;
    }
    .first-container {
        padding: 15px auto;
    }
}

@media (min-width: 769px) {
    .first-title {
        font-size: 1.4rem;
    }
    
    .first-text h2 {
        font-size: 1.3em;
    }

    .first-container {
        padding: 15px auto;
    }
}

.primerasm {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #000000;
}

@media (max-width: 768px) {
    .primerasm {
        font-size: 1.15rem;
    }
}

@media (min-width: 769px) {
    .primerasm {
        font-size: 1.25rem;
    }
}

#responsive-section {
    display: auto;
    background-color: #f4f4f4;
    padding: 20px 20px;
    margin: 10px 20px;
    text-align: center;
    max-width: 100%;
}

#responsive-section h2 {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 10px;
}

#responsive-section p {
    font-size: 1.3rem;
    color: #0a0a0a;
    line-height: 1.5;
}

@media (min-width: 768px) {
    #responsive-section h2 {
        font-size: 1.4rem;
    }
    #responsive-section p {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    #responsive-section h2 {
        font-size: 1.3rem; 
    }
    #responsive-section p {
        font-size: 1.1rem;
    }
}

.footer {
    background:-webkit-linear-gradient( 360deg, rgb(28, 27, 33), rgb(27, 27, 31), rgb(28, 28, 31), rgb(53, 53, 58));
    color: #ffffff;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.footer-text {
    margin: 0;
    font-size: 1.6rem;
}

.footer-link-benidorm {
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.6rem;
}

.footer-link-benidorm {
    color: #f1d815;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-link-benidorm:hover {
    color: #3b56f5;
    transform: translateY(-3px);
}

@keyframes elegant-glow {
    0% {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
    }
    100% {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    }
}

@media (max-width: 600px) {
    .footer-text {
        font-size: 1.2rem;
    }
    .footer-link-benidorm {
        display: block;
        margin: 5px 0;
    }
}

.image-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    background-color: #fff;
}

.image-container {
    padding: 10px 10px;
    overflow: hidden;
    max-height: 269px;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.image-container img {
    display: block; 
    transition: transform 0.5s ease, opacity 0.5s ease;
    border-radius: 10px;
}


.image-container-arbitraje {
    padding: 10px 10px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.image-container-arbitraje img {
    display: block; 
    border-radius: 1rem;
    max-width: 1600px;
    max-height: 180px;
}

.description-container {
    position: absolute;
    bottom: 0;
    left: 0;
    content: hidden;
    width: 100%;
    max-width: 399px;
    padding: 10px 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    opacity: 0;
    border-radius: 0 0 10px 10px;
}

@media (min-width: 768px) {
    .image-section {
        padding: 25px;
    }
    .description-container {
        padding: 20px;
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .image-container {
        max-width: 399px;
        justify-content: center;
    }
}

.image-text-section {
    display: flex;
    padding: 20px 20px;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 10px auto;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.text-container {
    flex: 1;
    padding: 20px;
    color: #333;
}

.text-container h3 {
    font-size: 1.7rem;
    color: #333;
    margin-bottom: 15px;
}

.text-container p {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #555;
}

.image-containera {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-containera img {
    width: 80%;
    max-width: 269px;
    max-height: 269px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .image-text-section {
        flex-direction: column-reverse;
        text-align: center;
    }
    .text-containera {
        padding: 10px;
    }
    .text-containera h2 {
        font-size: 1.3rem;
    }
    .text-containera p {
        font-size: 1.3rem;
    }
    .image-containera img {
        max-width: 100%;
    }
}

.imagen-texto-seccion {
    display: flex;
    padding: 20px 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 10px auto;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.texto-contenedor {
    flex: 1;
    padding: 20px;
    color: #333;
}

.texto-contenedor h2 {
    font-size: 1.7rem;
    color: #333;
    margin-bottom: 15px;
    font-family: 'Arial', sans-serif;
}

.texto-contenedor p {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #555;
}

.imagen-contenedor {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagen-contenedor img {
    width: 80%;
    max-width: 269px;
    max-height: 269px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .imagen-texto-seccion {
        flex-direction: column-reverse;
        text-align: center;
    }
    .texto-contenedor {
        padding: 10px;
    }
    .texto-contenedor h2 {
        font-size: 1.3rem;
    }
    .texto-contenedor p {
        font-size: 1.3rem;
    }
    .imagen-contenedor img {
        max-width: 100%;
    }
}

.trusted-locksmith {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #181717;
}

.faq-container {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px 20px;
    background-color: #f9f9f9;
    border-radius: 8px; 
}

.faq-item {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.faq-item:hover {
    transform: scale(1.02);
}

.faq-question {
    margin: 0;
    padding: 15px;
    font-size: 1.3rem;
    background-color: #edf2fd;
}

.faq-answer {
    padding: 15px;
    font-size: 1.25rem;
    display: block;
}

@media (max-width: 600px) {
    .faq-question {
        font-size: 1.2rem;
    }

    .faq-answer {
        font-size: 1rem;
    }
}

.benidorm-container {
    display: flex;
    padding: 30px 20px;
    justify-content: center; 
    align-items: center; 
    height: auto;
}

.animado-section {
    background-color: #ffffff;
    margin: 10px 10px;
    padding: 10px 10px;
    max-width: 800px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgb(49, 49, 51);
    animation: fadeIn 1s ease-out;
}

.animado-title {
    font-size: 2rem;
    color: #151617;
    text-align: center;
}

.animado-text {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #34495E; 
    animation: fadeInText 2s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInText {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.animado-title {
    font-size: 1.6rem;
}

.animado-text {
    font-size: 1.6rem; 
}


@media(min-width: 768px) {
    .animado-section {
        padding: 40px;
    }

    .animado-title {
        font-size: 1.8rem;
    }

    .animado-text {
        font-size: 1.5rem;
    }
}

@media(min-width: 1024px) {
    .animado-section {
        max-width: 1000px;
    }

    .animado-title {
        font-size: 2rem;
    }

    .animado-text {
        font-size: 1.5rem;
    }
}

.linka {
    display: flex;
    justify-content: center;
    font-size: 1.5em;
}

.cards-accepted {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #f4f4f4;
}

.card-text {
    font-size: 1.3rem;
}

.text-call {
    font-size: 1.4rem;
}

.cards-container {
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.card-text {
     font-size: 1.4rem;
    line-height: 1.6;
    color: #181717;
}

.locksmith-section .locksmith-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.locksmith-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #f4f4f4;
}
  
.locksmith-section .locksmith-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
  
.locksmith-image {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 10px;
}
  
.locksmith-text {
    text-align: center;
    padding: 15px;
    color: #333;
}
  
.locksmith-text h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
  
.locksmith-text p {
    font-size: 1.4rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}
  
@media (min-width: 768px) {
    .locksmith-section .locksmith-container {
      flex-direction: row;
      justify-content: space-between;
    }

    .locksmith-image {
      width: 58%;
    }

    .locksmith-text {
      text-align: left;
      width: 48%;
    }
}
  
.locksmith-image :focus {
    outline: 3px solid #007acc;
}
  
.locksmith-text h2:focus {
    color: #007acc;
}

.animadotexto-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eaeaea;
    text-align: center;
}

.animadotexto {
    font-size: 1.5rem;
    font-weight: bold;
    color: #444;
    animation: fadeInUp 2s ease-in-out;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

call-action {
    position: fixed;
    bottom: -29px;
    width: 100%;
    height: auto;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

@media (max-width: 768px) {
    .call-action {
      font-size: 1.6;
    }
}
  
@media (max-width: 480px) {  
    .call-action p {
      font-size: 1.4rem;
    }
}


#animated-seccion {
    padding: 20px;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}
  
.animated-titulo {
    font-size: 1.7rem;
    font-weight: 700;
    color: #333;
    opacity: 0;
    animation: fadeIn 2s ease-out forwards;
    transition: transform 0.3s ease;
}
  
@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}

.animated-descripcion {
    font-size: 1.2rem;
    color: #555;
    opacity: 0;
    animation: slideIn 3s ease-out 0.5s forwards;
    transition: transform 0.3s ease;
}
  
@keyframes slideIn {
    from {
      transform: translateY(30px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
}
  
@media (max-width: 600px) {
    .animated-titulo {
      font-size: 1.5rem;
    }
    .animated-descripcion {
      font-size: 1rem;
    }
}

.image-text-section-benidorm {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    margin: 10px 10px;
    overflow: hidden;
}

.animated-image-benidorm {
    width: 100%;
    margin: 10px 10px;
    max-width: 169px;
    max-height: 169px;
    height: auto;
    border-radius: 10px;
    opacity: 0;
    transform: scale(0.9);
    animation: fadeInScale 1s ease-out 0.5s forwards;
}

.animated-description-benidorm {
    font-size: 1rem;
    color: #333;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out 1s forwards;
}

@keyframes fadeInScale {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {
    .image-text-section-benidorm {
        flex-direction: row;
        justify-content: center;
        text-align: left;
    }

    .animated-image-benidorm {
        max-width: 199px;
    }

    .animated-description-benidorm {
        max-width: 50%;
        text-align: left;
    }
}

@media (min-width: 989px) {
    .image-text-section-benidorm {
        flex-direction: row;
        justify-content: center;
        text-align: left;
    }

    .animated-image-benidorm {
        max-width: 200px;
        max-height: 269px;
    }

    .animated-description-benidorm {
        max-width: 50%;
        text-align: left;
    }
}

.fixed-call-boton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    background-color: #bc1616;
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 1rem;
    font-weight: bold;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    line-height: 1.7;
    overflow: hidden;
    max-width: 100%;
    animation: pulse 1.1s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(244, 255, 246, 0.951); }
    69% { box-shadow: 0 0 0 3px rgba(49, 54, 50, 0.799); }
}


.fixed-call-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    background-color: #bc1616;
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 1rem;
    font-weight: bold;
    font-size: 1.4rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    line-height: 1.7;
    overflow: hidden;
    max-width: 100%;
    margin-left: -29px;
    animation: pulse 1.1s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(244, 255, 246, 0.951); }
    69% { box-shadow: 0 0 0 3px rgba(49, 54, 50, 0.799); }
}

@media (max-width: 480px) {
    .optimized-call-button {
        padding: 15px 30px;
        font-size: 1.39rem;
        width: 100%;
    }
}

#consejos-seguridad {
    font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

.consejos-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.consejos-title {
    color: #2c3e50;
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 0.5rem;
}

.consejos-subtitle {
    color: #181a1a;
    font-size: clamp(1rem, 1.5rem, 2rem);
}

.consejos-btn {
    background-color: rgb(194, 181, 3);
    color: rgb(0, 0, 0);
    border: none;
    padding: 1rem 1.5rem;
    font-size: 1.3rem;
    font-size: bold;
    border-radius: 50px;
    cursor: pointer;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .consejos-btn {
        padding: 1.2rem 1.5rem;
        font-size: 1.1rem;
    }
}

.consejos-btn:hover, .consejos-btn:focus {
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.consejos-btn:active {
    transform: translateY(0);
}

.consejos-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid white;
    transition: transform 0.3s ease;
}

.consejos-btn[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg);
}

.consejos-lista {
    list-style-type: none;
    padding: 0;
    max-width: 700px;
    margin: 1rem auto 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.3s ease;
    opacity: 0;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.consejos-lista[aria-hidden="false"] {
    max-height: 2000px;
    opacity: 1;
    padding: 1.5rem;
    margin-top: 1.5rem;
}

.consejo-item {
    padding: 0.8rem 0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.consejo-item:last-child {
    border-bottom: none;
}

.consejo-icono {
    color: #3498db;
    font-size: 1.5rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.consejo-texto {
    color: #34495e;
    font-size: 0.95rem;
    line-height: 1.5;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.cta-container {
    margin-top: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.cta-button {
    padding: 15px 30px;
    background-color: #bc1616;
    color: #ffffff;
    text-decoration: none;
    border: 1px, solid, rgb(5, 169, 49);
    border-radius: 29px;
    font-size: 1.7rem;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    outline: none;
}

.cta-button:hover,
.cta-button:focus {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.cta-button:active {
    transform: scale(0.98);
}

@media (min-width: 768px) {
    .cta-button {
        font-size: 1.6rem;
        padding: 15px 30px;
    }
}

@media (min-width: 1024px) {
    .cta-button {
        font-size: 1.7rem;
        padding: 18px 36px;
    }
}


.ubicaciones-wrapper {
    padding: 1.5rem;
    max-width: 600px;
    margin: 0 auto;
    background: #f9f9f9;
    border-radius: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', sans-serif;
}

.ubicaciones-titulo {
    font-size: 1.5rem;
    text-align: center;
    color: #333;
    margin-bottom: 1rem;
}

.ubicaciones-nav {
    width: 100%;
}

.ubicaciones-lista {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ubicaciones-link {
    display: block;
    padding: 0.75rem 1rem;
    background-color: #ffffff;
    color: #094f80;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

@media (min-width: 600px) {
    .ubicaciones-lista {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .ubicaciones-lista li {
      flex: 1 1 45%;
    }
}

.seccion-fabricantes {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    max-width: 800px;
    margin: auto;
    box-sizing: border-box;
}

.imagen-marcas {
    width: 100%;
    max-width: 400px;
}

.imagen-marcas img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.texto-fabricantes {
    text-align: center;
    font-family: system-ui, sans-serif;
    color: #333;
}

.titulo-fabricantes {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.texto-fabricantes p {
    font-size: 1.15rem;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .seccion-fabricantes {
      flex-direction: row;
      justify-content: center;
      gap: 5rem;
    }

    .texto-fabricantes {
      text-align: left;
      max-width: 400px;
    }
}

@media (max-width: 768px) {
    .texto-fabricantes {
      text-align: left;
      max-width: 360px;
    }
    .imagen-marcas {
      width: 100%;
      max-width: 300px;
      margin-bottom: 1rem;
    }
}

.title-breadcrums {
    font-size: 2rem;
    margin-bottom: 20px;
    color: rgb(1, 1, 79);
}

.breadcrumbs {
    display: flex;
    justify-content: center;
    padding: 1rem 1rem;
    background-color: #f8f9fa;
     list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.breadcrums-link {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.breadcrumbs li {
    display: flex;
    align-items: center;
}

.breadcrumbs li + li::before {
    margin: 0 0.5em;
    color: #6c757d;
}

.breadcrumbs a {
    color: #0658bb;
    text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .breadcrumbs {
      font-size: 1rem;
      padding: 1.5rem 1rem;
    }
}

.link-urgentes {
    color:#051fc6;
    font-size: 1.4rem;
}

.amaestramiento-section {
    margin-left: 20px;
    max-width: auto;
    padding: 20px 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.amaestramiento-section .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 29px;
}

.amaestramiento-section .image-amaestramiento {
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    border-radius: 8px;
}

.amaestramiento-section .responsive-img {
    width: 90%;
    height: auto;
    border-radius: 9px;
}

@media (min-width: 1200px) {
    .amaestramiento-section .responsive-img {
        width: 55%;
    }
}

.amaestramiento-section .text-container {
    max-width: 800px;
    padding: 20px;
}

.amaestramiento-section .section-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.amaestramiento-section .description {
    font-size: 1.2rem;
    color: #292929;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .amaestramiento-section .content {
        flex-direction: row;
        text-align: left;
    }

    .amaestramiento-section .image-container {
        width: 50%;
    }

    .amaestramiento-section .text-container {
        width: 50%;
        padding: 20px;
    }
}

</pre></body></html>