* Estilo personalizado para a seção de redes sociais */
.youtube-section {
    padding-bottom: 40px !important;
    position: relative;
}

.youtube-section:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 1200px;
    height: 1px;
    background: linear-gradient(to right, rgba(58, 153, 204, 0), rgba(58, 153, 204, 0.7), rgba(58, 153, 204, 0));
}

.subtitulo {
    color: #002131;
    font-size: 130%;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.youtube-section .subtitulo + hr {
    width: 150px;
    border-top: 2px solid #3a99cc;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.5;
}

.divider-icon {
    width: 40px;
    height: 40px;
    background-color: #3a99cc;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.divider-icon i {
    color: white;
    font-size: 16px;
}

.social-icon {
    text-align: center;
    transition: all 0.3s ease;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 15px;
    border-radius: 8px;
}

.social-icon:hover {
    transform: translateY(-5px);
    text-decoration: none;
    background-color: rgba(58, 153, 204, 0.1);
}

.social-name {
    font-size: 12px;
    color: #002131;
    text-decoration: none;
    font-weight: 500;
    margin-top: 8px !important;
}

.youtube-section .social-icon .fa-youtube {
    color: #FF0000 !important;
}

.youtube-section .social-icon .fa-instagram {
    color: #E1306C !important;
}

.youtube-section .social-icon .fa-facebook {
    color: #4267B2 !important;
}

.youtube-section .social-icon .fa-twitter {
    color: #1DA1F2 !important;
}

.btn-danger.btn-lg {
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(255, 0, 0, 0.2);
}

.btn-danger.btn-lg:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(255, 0, 0, 0.3);
}
