* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Open Arial, Helvetica, sans-serif; 
}

header {
    background:-webkit-linear-gradient(180deg, rgb(12, 43, 146), rgb(2, 11, 133), rgb(12, 3, 92), rgb(5, 24, 109), rgb(7, 9, 116));
    width: auto;
}

.logo {
    color: #ffffff;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .logo {
        font-size: 1.4rem;
    }
}

@media (min-width: 769px) {
    .logo {
        font-size: 1.6rem;
    }
}

@media (min-width: 1200px) {
    .logo {
        font-size: 2rem;
    }
}

.container {
    width: 100%;
    padding: 10px;
    height: 15vh;
    display: flex;
    justify-content: center;
}

.franja {
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.animated-text {
    padding: 10px;
    font-size: 2rem;
    color: rgb(252, 227, 3);
    overflow: hidden;
    display: inline-block;
    position: relative;
}

@media (max-width: 768px) {
    .animated-text {
        font-size: 1.8rem;
    }
}

@media (min-width: 769px) {
    .animated-text {
        font-size: 2rem;
        margin-top: -9px;
    }
}

@media (min-width: 1200px) {
    .animated-text {
        font-size: 2.2rem;
        margin-top: -19px;
    }
}


.banner {
    width: 100%;
    height: 16vh;
    letter-spacing: 1px;
    background:-webkit-linear-gradient(180deg, rgb(12, 43, 146), rgb(2, 11, 133), rgb(12, 3, 92), rgb(5, 24, 109), rgb(7, 9, 116));
    text-align: center;
    color: whitesmoke;
    padding: 10px;
}

.banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-text {
    font-size: 1.3rem;
}

.whatsapp-button {
    background-color: rgba(35, 190, 4, 0.863);
    color: #ffffff;
    margin-top: 10px;
    line-height: 1.7;
    padding: 5px 12px;
    border-radius: 25px;
    font-size: 1.5rem;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

@media (min-width: 768px) {
    .banner h2 {
        font-size: 1.6rem;
    }

    .whatsapp-button {
        font-size: 1.45rem;
        padding: 8px 12px;
    }
}

.bounce-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
}

.bounce-text {
    font-size: 1.5rem;
    margin-top: 10px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 768px) {
    .bounce-text {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .bounce-text {
        font-size: 26px;
    }
}

.independent-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    min-height: 60vh;
    background:-webkit-linear-gradient(180deg, rgb(12, 43, 146), rgb(2, 11, 133), rgb(27, 3, 92), rgb(5, 24, 109), rgb(7, 9, 116));
}

.independent-container {
    max-width: 800px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #333333;
    padding: 20px 10px;
}

.independent-title {
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
    background-color: hwb(59 35% 0%);
    border: #000000 3px, solid;
    color: rgb(12, 5, 109);
}

.independent-text {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.5px;
    color: #181717;
}

@media (max-width: 768px) {
    .independent-title {
        font-size: 1.5rem;
    }

    .independent-text {
        font-size: 1.2rem;
    }
}

@media (min-width: 769px) {
    .independent-title {
        font-size: 1.7rem;
    }

     .independent-container {
        max-width: 900px;
    }

    .independent-text {
        font-size: 1.2em;
    }
}

#responsive-section {
    display: auto;
    background-color: #f4f4f4;
    padding: 20px;
    margin: 10px;
    text-align: center;
    max-width: 100%;
}

#responsive-section h1 {
    font-size: 2.2rem;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 10px;
}

#responsive-section h2 {
    font-size: 2rem;
    color: #333;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

#responsive-section p {
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    color: #0a0a0a;
    line-height: 1.5;
}

@media (min-width: 768px) {
    #responsive-section h1 {
        font-size: 2.2rem;
    }
    #responsive-section p {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    #responsive-section h2 {
        font-size: 2rem; 
    }
    #responsive-section p {
        font-size: 1.3rem;
    }
}

#respon-section {
    display: auto;
    background-color: #f4f4f4;
    padding: 20px;
    margin: 10px;
    text-align: center;
    max-width: 100%;
}

#respon-section h1 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 10px;
}

#respon-section h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 10px;
}

#respon-section p {
    font-size: 1.5rem;
    color: #0a0a0a;
    line-height: 1.5;
}

@media (min-width: 768px) {
    #respon-section h1 {
        font-size: 2.2rem;
    }
    #respon-section p {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    #respon-section h2 {
        font-size: 2rem; 
    }
    #respon-section p {
        font-size: 1.3rem;
    }
}

.elegant-footer {
    background:-webkit-linear-gradient(180deg, rgb(12, 43, 146), rgb(2, 11, 133), rgb(12, 3, 92), rgb(5, 24, 109), rgb(7, 9, 116));
    color: #ffffff;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.footer-text {
    margin: 0;
    font-size: 1.3rem;
}

.link-urgente {
    font-size: 1.4rem;
    color: rgb(25, 12, 210);
}

.footer-link {
    font-weight: bold;
    color: gold;
    font-size: 1.4rem;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-link:hover {
    color: #f39c12;
    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 {
        display: block;
        margin: 5px 0;
    }
}

.image-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    min-height: 29vh;
    background-color: #fff;
}

.image-container {
    position: relative;
    padding: 20px 20px;
    overflow: hidden;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.description-container {
    position: absolute;
    bottom: 0;
    left: 0;
    content: hidden;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    transition: opacity 0.5s ease;
    opacity: 0;
    border-radius: 0 0 10px 10px;
}

@media (min-width: 768px) {
    .image-section {
        padding: 40px;
    }

    .description-container {
        padding: 20px;
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .image-container {
        max-width: 600px;
    }
}

.accordion-section {
    justify-content: center;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 10px;
    transition: box-shadow 0.3s ease;
}

.accordion-header {
    padding: 15px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    background-color: #27b9f3;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    text-align: left;
    outline: none;
}

.accordion-header:hover {
    background-color: #cef2fd;
}

.accordion-content {
    padding: 0 15px;
    background-color: #deefff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    font-size: 26px;
    line-height: 1.6;
    color: #666;
    opacity: 0;
    visibility: hidden;
}

.accordion-content p {
    margin: 15px 0;
}

.accordion-active .accordion-content {
    max-height: 990px;
    opacity: 1;
    visibility: visible;
}

.accordion-active {
    box-shadow: 0 6px 12px rgba(0, 185, 209, 0.815);
}

@media (max-width: 768px) {
    .accordion-header {
        font-size: 1.3rem;
    }
    .accordion-content p {
        font-size: 1.2rem;
    }
}

.independent-section {
    text-align: center;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
}

.image-text-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 10px;
    max-width: 1200px;
    margin: 40px 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 h2 {
    font-size: 2rem;
    color: rgb(13, 11, 110);
    margin-bottom: 15px;
    font-family: 'Arial', sans-serif;
}

.text-container p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 15px;
    font-family: 'Georgia', serif;
    color: #555;
}

.image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
}

.image-cards {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
}

.image-containera {
    width: 100%;
    max-width: 350px;
    max-height: 350px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.image-containera img {
    width: 100%;
    max-width: 350px;
    max-height: 350px;
    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-container {
        padding: 10px;
    }

    .text-container h2 {
        font-size: 1.8rem;
    }

    .text-container p {
        font-size: 1.4rem;
    }

    .image-containera img {
        max-width: 369px;
    }
}

.faq-container {
    max-width: 600px;
    margin: 20px auto;
    padding: 10px 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.5rem;
    background-color: #edf2fd;
}

.faq-answer {
    padding: 15px;
    font-size: 1.35rem;
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 600px) {
    .faq-question {
        font-size: 1.6rempx;
    }

    .faq-answer {
        font-size: 1.4rem;
    }
}

.titulo {
    font-size: 1.7rem;
}

.animado-section {
    background-color: #ffffff;
    padding: 20px;
    margin: 40px auto;
    max-width: 800px;
    border-radius: 10px;
    animation: fadeIn 1s ease-out;
}

.animado-title {
    font-size: 1.7rem;
    letter-spacing: 1px;
    font-weight: 700;
    color: #082e53;
    text-align: center;
    animation: slideInFromLeft 1.5s ease-out;
    margin-bottom: 20px;
}

.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.4rem; 
}

@media(min-width: 768px) {
    .animado-section {
        padding: 40px;
    }

    .animado-title {
        font-size: 2rem;
    }

    .animado-text {
        font-size: 1.4rem;
    }
}

@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;
}

.call-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    height: 13vh;
    line-height: 1.6;
    background:-webkit-linear-gradient(180deg, rgb(12, 43, 146), rgb(2, 11, 133), rgb(12, 3, 92), rgb(5, 24, 109), rgb(7, 9, 116));
}

.call-container-first {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
}

.call-button-first {
    display: flex;
    justify-content: center;
    background-color: #ffe387;
    color: rgb(11, 35, 141);
    letter-spacing: 1px;
    text-decoration: none;
    padding: 9px 24px;
    border-radius: 50px;
    font-size: 1.7rem;
    font-weight: bold;
}

@media (max-width: 480px) {
    .call-button-first {
        padding: 9px 20px;
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .call-button-first {
        padding: 11px 22px;
        font-size: 1.55rem;
    }
}


@media (min-width: 1200px) {
    .call-button-first {
        padding: 11px 22px;
        font-size: 2rem;
    }
}

.call-button {
    display: flex;
    justify-content: center;
    background-color: #fff878;
    color: rgb(3, 31, 90);
    text-decoration: none;
    padding: 9px 24px;
    border-radius: 50px;
    font-size: 1.4em;
    font-weight: bold;
}

@media (max-width: 768px) {
    .call-button {
        padding: 11px 22px;
        font-size: 29px;
    }
}

@media (max-width: 480px) {
    .call-button {
        padding: 9px 20px;
        font-size: 26px;
    }
}


.seccion-cerrajero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    background-color: #f4f4f4;
}
  
.seccion-cerrajero .contenedor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
  
.imagen-cerrajero {
    width: 100%;
    max-width: 390px;
    height: 100%;
    max-height: 400px;
    border-radius: 10px;
}
  
.texto-cerrajero {
    text-align: center;
    padding: 15px 15px;
    color: #333;
}

.texto-cerrajero h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
  
.texto-cerrajero p {
    font-size: 1.35rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 10px auto;
}
  
@media (min-width: 768px) {
    .seccion-cerrajero .contenedor {
      flex-direction: row;
      justify-content: space-between;
    }
  
    .imagen-cerrajero {
      width: 100%;
      max-width: 490px;
    }
  
    .texto-cerrajero {
      text-align: left;
      width: 60%;
    }
}
  
.texto-cerrajero h2:focus {
    color: #007acc;
}

.customer-reviews {
  padding: 2rem 1rem;
  background-color: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
  color: rgb(59, 56, 56);
  margin-top: -20px;
}

.customer-reviews h3 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  color: #220ba3;
}


.text-zonas {
    font-size: 1.25rem;
}

.text-acorazadas {
    font-size: 1.25rem;
}

.breadcrumb-menu {
    display: flex;
    justify-content: center;
    letter-spacing: 1px;
    background:-webkit-linear-gradient(180deg, rgb(12, 43, 146), rgb(2, 11, 133), rgb(12, 3, 92), rgb(5, 24, 109), rgb(7, 9, 116));
    padding: 10px;
    box-shadow: 0 3px 15px rgba(7, 3, 91, 0.766);
    display: flex;
    gap: 8px;
    z-index: 999;
}

.breadcrumb-menu a {
    color: gold;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.25rem;
    transition: color 0.3s ease, transform 0.2s ease;
}

.breadcrumb-first {
    display: flex;
    justify-content: center;
    letter-spacing: 1px;
    background:-webkit-linear-gradient(180deg, rgb(12, 43, 146), rgb(2, 11, 133), rgb(12, 3, 92), rgb(5, 24, 109), rgb(7, 9, 116));
    padding: 10px;
    box-shadow: 1px 3px 15px rgba(200, 235, 21, 0.466);
    display: flex;
    gap: 8px;
    z-index: 999;
}

.breadcrumb-first a {
    color: gold;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.55rem;
    transition: color 0.3s ease, transform 0.2s ease;
}

.breadcrumb-menu a:hover {
    color: #f39c12;
    transform: scale(1.05);
}

.breadcrumb-menu span {
    color: #fff;
    font-weight: bold;
}


.call-texto {
    font-size: 1.4rem;
    justify-content: center;
    font-weight: bold;
}