﻿/* Quienes_Somos */
.corporate-section {
    display: flex;
    justify-content: center;
    padding: 40px;
    background-color: #f7f7f7;
    font-family: 'Arial', sans-serif;
}

.corporate-content {
    display: flex;
    max-width: 900px;
    width: 100%;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.left-content {
    flex: 1;
    padding: 20px;
    background-color: #ffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.image-section img.corporate-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
}

.video-section iframe {
    width: 100%;
    height: 191px;
    border-radius: 5px;
}

.right-content {
    flex: 1.5;
    padding: 30px;
    background-color: #ffffff;
}

.logo-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.company-logo {
    width: 80px;
    height: auto;
}

.smitco-logo {
    width: 150px;
    height: auto;
}

.company-info p {
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
}

.link-highlight {
    color: #468018;
    font-weight: bold;
    text-decoration: none;
}

    .link-highlight:hover {
        text-decoration: underline;
    }

/*ubicacion*/
/* new */
.location-section {
    display: flex;
    justify-content: center;
    padding: 40px;
    background-color: #f7f7f7;
    font-family: 'Arial', sans-serif;
}

.location-content {
    max-width: 900px;
    width: 100%;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #cccccc;
}

.title-image {
    width: 80px;
    height: auto;
}

.logo .smitco-logo {
    width: 150px;
    height: auto;
}

.image-section {
    margin-top: 20px;
}

.main-image, .secondary-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
/*horarios*/

.horario-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/*.title-horario {
    text-align: left;
    color: #4a4a4a;
}*/
.title-horario {
    text-align: left;
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
    padding: 0px;
}

    .title-horario::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        height: 4px;
        background-color: #589e1e;
        border-radius: 2px;
    }
.subtitle-horario {
    background-color: #589e1e;
    color: white;
    padding: 10px;
    margin: 0 -20px 20px -20px;
    border-radius: 5px;
    text-align: center;
    font-size:22px;
    font-weight:bold;
}

.table-horario {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.group-th, .grup-td {
    border: 1px solid #468018;
    padding: 10px;
    text-align: left;
}

.group-th {
    background-color: #589e1e;
    color: #ffff
}

.group-tr:nth-child(even) {
    background-color: #f2f2f2;
}

.group-tr:hover {
    background-color: #eaeaea;
}

.note {
    background-color: #DDEECC;
    padding: 10px;
    border: 1px solid #589e1e;
    border-radius: 5px;
    margin-bottom: 20px;
}

.important {
    font-weight: bold;
    color: #BFDF9F;
}
/*Index*/
.container-custom {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
body
.title-company {
    /*             font-size: 2rem;
            margin-bottom: 20px; */
    background-color: #589e1e;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

body
.title-company {
    background-color: #589e1e;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 10px; /* Redondear todas las esquinas */
}

.container-custom {
    max-width: 960px;
    margin: 0 auto;
    padding: 2rem;
}

.image-container {
    text-align: center;
    margin-bottom: 2rem;
}

    .image-container img {
        max-width: 100%;
        height: auto;
    }

.content-section {
    margin-bottom: 2rem;
}

    .content-section h2 {
        margin-bottom: 1rem;
    }

    .content-section p {
        text-align: justify;
    }

    .content-section ul {
        list-style-type: disc;
        margin-left: 2rem;
    }

    .content-section li {
        margin-bottom: 0.5rem;
    }

.policy-section {
    margin-bottom: 2rem;
}

    .policy-section h2 {
        text-align: center;
        margin-bottom: 1rem;
    }

    .policy-section p {
        text-align: justify;
        margin-bottom: 1rem;
    }

.practices-section {
    margin-bottom: 2rem;
}

    .practices-section h2 {
        text-align: center;
        margin-bottom: 1rem;
    }

    .practices-section ul {
        list-style-type: none;
        padding-left: 0;
    }

    .practices-section li {
        margin-bottom: 1rem;
    }
        .practices-section a:hover {
            text-decoration: underline;
            color:darkblue;
        }

/* Responsive styles */
@media (max-width: 768px) {
    .navbar-nav {
        flex-direction: column;
        align-items: center;
    }

    .nav-item {
        margin: 0.5rem 0;
    }

    .container {
        padding: 1rem;
    }
}