body{margin:0;font-family:Inter,sans-serif;background-color:#f9f9f9;color:#333}a{text-decoration:none;color:inherit}ul{list-style:none;padding:0;margin:0}section{padding:4rem 2rem;text-align:center}.header-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem 1rem 1rem;background-color:#fff;color:#333;position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 2px 5px #0000001a}.header-logo img{height:50px;max-width:100%;object-fit:contain}.header-menu{display:flex;justify-content:center;list-style:none;margin:0;padding:0 1rem;font-family:Montserrat,sans-serif;flex:1}@media screen and (max-width: 768px){.header-menu{display:none}}.menu-item{display:inline-block;padding:0 1rem}.menu-item a{text-decoration:none;color:#333;font-size:1.2rem;font-weight:700;font-family:Montserrat,sans-serif}.menu-item a:hover{color:#007bff}.header-icons{display:flex;align-items:center;gap:1.5rem;padding:0 4.5rem;margin-left:auto}.icon-image{width:24px;height:24px;object-fit:contain;transition:transform .3s ease-in-out}.icon-image:hover{transform:scale(1.1)}.menu-toggle{display:none;background:none;border:none;font-size:2rem;color:#333;cursor:pointer;z-index:1100;position:absolute;top:.7rem;right:2.3rem;padding:.5rem 1rem}@media screen and (max-width: 768px){.menu-toggle{display:block}.header-menu{display:none}}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000;display:none}.mobile-menu.menu-open{display:flex}.mobile-menu ul{list-style:none;padding:0;margin:0;width:100%;display:flex;flex-direction:column;align-items:center}.mobile-menu .menu-item{margin:1.5rem 0;width:100%;text-align:center}.mobile-menu .menu-item a{text-decoration:none;font-size:1.5rem;font-weight:700;color:#333;display:block}.mobile-menu .menu-item a:hover{color:#007bff}.header-icons-wrapper{display:flex;align-items:center;justify-content:flex-end;gap:1.5rem;padding-right:4.5rem}.hero{height:100vh;display:flex;justify-content:center;align-items:center;background-image:url(/images/despacho-2.JPG);background-size:cover;background-position:center;color:#fff;padding:2rem;position:relative}.hero-content{max-width:75%;background-color:#0009;padding:1.5rem;border-radius:8px;text-align:center;margin-left:30%}.hero-text h1{font-size:2.5rem;margin-bottom:1rem}.hero-text p{font-size:1.2rem;margin-bottom:1.5rem}.hero .btn{display:inline-block;margin-top:1rem;padding:.8rem 1.5rem;font-size:1rem;color:#fff;background-color:#06c;border:none;border-radius:4px;text-decoration:none;transition:background-color .3s ease}.hero .btn:hover{background-color:#004a99}@media screen and (max-width: 768px){.hero-content{max-width:90%}.hero-text h1{font-size:2rem}.hero-text p{font-size:1rem}}.about{max-width:900px;margin:0 auto;padding:2rem;background-color:#f8f8f8;border-radius:8px;box-shadow:0 4px 8px #0000001a;margin-top:4rem}.about-image-container{text-align:center;margin-bottom:1.5rem}.about-image{max-width:250px;border-radius:50%;object-fit:cover}.about-text{line-height:1.8;font-size:1.1rem;color:#333}.about-text p{margin-bottom:1rem}.about-text h3{margin-top:1.5rem;margin-bottom:.5rem;font-size:1.3rem;color:#2c3e50;border-bottom:2px solid #e0e0e0;padding-bottom:.3rem}.about h2{font-size:2rem;margin-bottom:1.5rem;text-align:center;color:#2c3e50}.services-container{max-width:1200px;margin:0 auto;padding:40px 20px;background-color:#f7f9fc;border-radius:8px;box-shadow:0 4px 8px #0000001a}.services-title{text-align:center;margin-bottom:30px;font-size:28px;font-weight:700;color:#333}.services-columns{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.services-column{flex:1;min-width:250px;text-align:center;border:1px solid #ddd;border-radius:8px;background-color:#fff;padding:20px;position:relative;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.services-column:hover{transform:scale(1.02);box-shadow:0 6px 12px #0000001a}.service-image{width:100%;max-width:200px;height:auto;margin:0 auto 15px;border-radius:6px}.accordion-button{width:100%;padding:10px 20px;font-size:16px;font-weight:700;color:#fff;background-color:#007bff;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.accordion-button:hover{background-color:#0056b3;transform:scale(1.03)}.accordion-button.active{background-color:#28a745}.accordion-content{margin-top:20px;padding:20px;background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:none}.services-column.active .accordion-content{display:block}@media (max-width: 768px){.services-columns{flex-direction:column}.services-column{margin-bottom:20px}.accordion-content{position:static;margin-top:10px;width:100%}}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center;padding:20px;min-height:100vh}.contact-column{padding:20px;border-radius:8px;background-color:#f9f9f9;display:flex;justify-content:center;align-items:center;flex-direction:column}.contact-form{width:100%;max-width:400px;text-align:center;margin:0 auto}.form-title{margin-bottom:20px;font-size:24px;font-weight:700;text-align:center}.contact-form form{display:flex;flex-direction:column;gap:15px}.contact-form label{font-weight:700;margin-bottom:5px;text-align:left}.contact-form input,.contact-form textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:16px}.contact-form textarea{height:100px;resize:vertical}.contact-form button{background-color:#007bff;color:#fff;padding:10px 15px;border:none;border-radius:4px;cursor:pointer;font-size:16px}.contact-calendar{display:flex;flex-direction:column;align-items:center}.calendar-title{margin-bottom:20px;text-align:center;font-size:24px;font-weight:700}.contact-calendar .zl-url{width:100%;max-width:800px}.feedback-message{margin-top:15px;color:#007bff;font-weight:700;font-size:14px;text-align:center}@media (max-width: 768px){.contact-container{grid-template-columns:1fr;gap:30px}.contact-column{align-items:center;justify-content:center;padding:10px}.contact-form{max-width:300px}.form-title{font-size:20px;margin-bottom:15px}.contact-form input,.contact-form textarea{padding:8px;font-size:14px}.contact-form button{padding:8px 12px;font-size:14px}}.footer{background-color:#1a1a1a;color:#fff;text-align:center;padding:1rem 2rem}.features-section .row{display:flex;align-items:center;justify-content:space-between}.features-section .col-md-6.image-column{flex:0 0 40%;max-width:40%}.features-section .col-md-6.text-column{flex:0 0 60%;max-width:60%;text-align:left;padding-left:20px}.features-section img{width:100%;height:auto;object-fit:cover;margin:0}.full-width-section{display:flex;align-items:center;justify-content:space-between;padding:60px 20px;gap:20px}.full-width-section .text-column{flex:0 0 60%;max-width:60%;text-align:left}.full-width-section .image-column{flex:0 0 40%;max-width:40%}.full-width-section img{width:100%;height:auto;border-radius:10px;object-fit:cover}@media (max-width: 768px){.features-section .row,.full-width-section{flex-direction:column}.features-section .col-md-6,.full-width-section .text-column,.full-width-section .image-column{flex:unset;max-width:100%}.full-width-section img{margin-top:20px}}.corazon{max-width:400px;width:80%!important;height:auto;object-fit:cover}.features-section h2{font-size:2rem;font-family:Poppins,sans-serif;color:#4a5568;margin-bottom:20px;font-weight:600;text-align:center}.primerbloque{font-size:1.1rem;font-family:Poppins,sans-serif;line-height:1.9;color:#6b7280;margin-bottom:20px}.segundobloque{font-size:1.1rem}
