@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/*General Styles*/
/* styles.css */


/* General Variables */
/* General Styles */
body {
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    background: #fff;
    width: 100%;
    z-index: 0;
}

body section {
    display: block;
}


body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body ul,
body li {
    margin: 0;
    padding: 0;
}

body h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

body h2 .ind {
    font-family: 'Lato', sans-serif;
    font-size: 1.875em;
    font-weight: 700;
    text-transform: uppercase;
}

body h3 {
    font-family: 'Lato', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
}

body h4 {
    font-family: 'Lato', sans-serif;
    font-size: 0.875em;
    font-weight: 400;
    text-transform: uppercase;
}

body p {
    line-height: 150%;
    font-family: 'Lato', sans-serif;
    font-size: 0.9375em;
    color: #999;
}

body li {
    list-style-type: none;
}

body a {
    text-decoration: none;
}

:root {
    --primary-color: #0ead63;
    --secondary-color: #474646;
    --accent-color: #ffffff;
    --highlight-color: #474646;
    --dark-color: #474646;
    --text-color: #333;
    --light-text: #999;
    --section-padding: 4rem 2rem;
    --transition-time: 0.5s;
    --border-radius: 12px;
}

.herbosalud-contact-container {
    max-width: 1200px;
    margin: 100px auto 40px;
    padding: 0 20px;
    font-family: "Lato", sans-serif;
}

.herbosalud-contact-title {
    text-align: center;
    color: #0ead63;
    font-size: 2.5rem;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}

.herbosalud-contact-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #0ead63;
    border-radius: 2px;
    font-family: "Lato", sans-serif;
}

.herbosalud-contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
    font-family: "Lato", sans-serif;
}

@media (max-width: 900px) {
    .herbosalud-contact-content {
        grid-template-columns: 1fr;
    }
}

.herbosalud-contact-info {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(14, 173, 99, 0.1);
    font-family: "Lato", sans-serif;
}

.herbosalud-info-title {
    color: #0ead63;
    margin-bottom: 25px;
    font-size: 1.8rem;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
}

.herbosalud-info-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #0ead63;
    border-radius: 2px;
}

.herbosalud-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.herbosalud-info-icon {
    width: 50px;
    height: 50px;
    background: rgba(14, 173, 99, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #0ead63;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.herbosalud-info-content h3 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #474646;
    font-weight: 600;
}

.herbosalud-info-content p,
.herbosalud-info-content a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.herbosalud-info-content a {
    color: #0ead63;
    font-weight: 500;
}

.herbosalud-info-content a:hover {
    color: #474646;
    text-decoration: underline;
}

.herbosalud-business-hours {
    margin-top: 30px;
    background: rgba(14, 173, 99, 0.05);
    padding: 20px;
    border-radius: 12px;
    border-left: 4px solid #0ead63;
}

.herbosalud-business-hours h3 {
    color: #0ead63;
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: 600;
}

.herbosalud-hours-list {
    list-style: none;
}

.herbosalud-hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(14, 173, 99, 0.2);
}

.herbosalud-hours-list li:last-child {
    border-bottom: none;
}

/* Formulario de contacto */
.herbosalud-contact-form {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(14, 173, 99, 0.1);
}

.herbosalud-form-group {
    margin-bottom: 25px;
}

.herbosalud-form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #474646;
}

.herbosalud-form-control {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s;
    font-family: 'Lato', sans-serif;
    background: #f9fdfa;
}

.herbosalud-form-control:focus {
    border-color: #0ead63;
    outline: none;
    box-shadow: 0 0 0 3px rgba(14, 173, 99, 0.2);
}

.herbosalud-form-control.herbosalud-textarea {
    resize: none;
    min-height: 150px;
}

.herbosalud-btn-submit {
    background: #0ead63;
    color: #ffffff;
    border: none;
    padding: 14px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
    width: 100%;
    box-shadow: 0 4px 15px rgba(14, 173, 99, 0.3);
}

.herbosalud-btn-submit:hover {
    background: #474646;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(14, 173, 99, 0.4);
}

/* Mapa de sucursales */
.herbosalud-map-section {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(14, 173, 99, 0.1);
}

.herbosalud-map-header {
    background: #0ead63;
    color: #ffffff;
    padding: 20px;
}

.herbosalud-map-header h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.herbosalud-branches {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.herbosalud-branch-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #ffffff;
    padding: 10px 18px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
    font-size: 0.95rem;
}

.herbosalud-branch-btn.active,
.herbosalud-branch-btn:hover {
    background: #ffffff;
    color: #0ead63;
}

.herbosalud-map-container {
    height: 400px;
    position: relative;
}

.herbosalud-map-frame {
    width: 100%;
    height: 100%;
    border: none;
}


.herbosalud-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.4s ease;
    font-weight: 600;
    max-width: 350px;
}

.herbosalud-notification.show {
    opacity: 1;
    transform: translateX(0);
}

.herbosalud-notification.success {
    background-color: #0ead63;
    color: white;
    border-left: 5px solid #0b8a4d;
}

.herbosalud-notification.error {
    background-color: #e74c3c;
    color: white;
    border-left: 5px solid #c0392b;
}

/* Responsive */
@media (max-width: 768px) {
    .herbosalud-contact-title {
        font-size: 2rem;
    }

    .herbosalud-contact-info,
    .herbosalud-contact-form {
        padding: 25px;
    }

    .herbosalud-info-title {
        font-size: 1.6rem;
    }

    .herbosalud-map-header {
        padding: 15px;
    }

    .herbosalud-map-header h2 {
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .herbosalud-contact-title {
        font-size: 1.8rem;
    }

    .herbosalud-branches {
        flex-direction: column;
    }

    .herbosalud-branch-btn {
        width: 100%;
    }

    .herbosalud-info-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .herbosalud-info-icon {
        margin-bottom: 10px;
    }
}