/* include_certif_styles.css
   Custom styles for the Certificación Internacional en Servicio al Cliente page
   Place this file in the parent folder (same as other include_* files)
*/

body {
    font-family: 'Merriweather', 'Georgia', serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
    scroll-behavior: smooth;
}
.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}
header {
    text-align: center;
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
header img {
    max-width: 100%;
    height: auto;
}
h1, h2, h3 {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}
h1 {
    font-size: 2.5em;
    margin: 20px 0;
    color: #2c3e50;
}
.whatsapp-cta {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
    z-index: 1000;
}
.whatsapp-cta:hover {
    transform: scale(1.1);
}
.whatsapp-cta img {
    vertical-align: middle;
    margin-right: 10px;
}
.section {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    padding: 20px;
    transition: transform 0.3s;
}
.section:hover {
    transform: translateY(-5px);
}
.section h2 {
    font-size: 1.8em;
    font-weight: 700;
    color: #B22222;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: underline;
}
.section h3 {
    font-size: 1.8em;
    font-weight: 700;
    color: #B22222;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
}
.section img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 15px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.section p {
    font-size: 1.1em;
    line-height: 1.3;
    margin: 10px 0;
    text-align: left;
}
.section ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 10px 0;
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.section ul li {
    margin: 10px 0;
    font-size: 1em;
}
.section ul li.icon-item {
    list-style-type: none;
    display: flex;
    align-items: center;
}
.section ul li.icon-item img {
    margin-right: 10px;
}
.smalltext {
    text-align: center;
    font-family: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 20px;
    font-size: 0.5em;
}
.highlight-box {
    background-color: #fff9e6;
    border: 2px solid #f1c40f;
    border-radius: 5px;
    padding: 15px;
    margin: 15px 0;
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.highlight-box-orange {
    background-color: #fff5e6;
    border: 2px solid #e67e22;
    border-radius: 5px;
    padding: 15px;
    margin: 15px 0;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.btn {
    display: inline-block;
    background-color: #c0392b;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    margin: 5px;
}
.btn:hover {
    background-color: #e74c3c;
}
hr {
    border: 0;
    height: 3px;
    background-color: #c0392b;
    margin: 30px 0;
}
footer {
    background-color: #fff;
    color: #000;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}
footer a {
    color: #000;
    text-decoration: none;
    margin: 0 10px;
}
footer a:hover {
    text-decoration: underline;
}
footer .social-logos a {
    display: inline-block;
    margin: 0 15px;
    transition: transform 0.3s;
}
footer .social-logos a:hover {
    transform: scale(1.1);
}
footer img {
    vertical-align: middle;
}
.in-company {
    background-color: #fff5e6;
    border: 2px solid #e67e22;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 0;
}
a:focus {
    outline: 2px solid #c0392b;
}
.form-section {
    background-color: #fff9e6;
    border: 2px solid #f1c40f;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
    text-align: center;
}
.form-section input[type="text"],
.form-section select {
    width: 100%;
    max-width: 300px;
    padding: 8px;
    margin: 5px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.form-section input[type="submit"] {
    background-color: #c0392b;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.form-section input[type="submit"]:hover {
    background-color: #e74c3c;
}
.center-text {
    text-align: center;
}
.center-container {
    text-align: center;
}
.center-container img,
.center-container iframe {
    display: block;
    margin: 0 auto;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.module-title p {
    text-align: center;
}
.module-number {
    font-size: 1.3em;
}
.toggle-section {
    margin: 10px 0;
}
.toggle-button {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 10px auto;
    padding: 10px;
    background-color: #f39c12;
    color: #333;
    border: none;
    border-radius: 5px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 1em;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s;
}
.toggle-button:hover {
    background-color: #e67e22;
}
.toggle-content {
    display: none;
}
.toggle-content.active {
    display: block;
}
@media (max-width: 768px) {
    .container {
        padding: 10px;
    }
    h1 {
        font-size: 1.8em;
    }
    .section h2 {
        font-size: 1.5em;
        font-weight: 700;
        color: #B22222;
    }
    .section h3 {
        font-size: 1.5em;
        font-weight: 700;
        color: #B22222;
        text-decoration: none;
    }
    .whatsapp-cta {
        display: block;
        bottom: 10px;
        right: 10px;
        padding: 8px 15px;
    }
    .btn {
        display: block;
        margin: 10px auto;
    }
}
