/*
Theme Name: Start W3
Description: Template básico para sites institucionais com Bootstrap e design limpo em branco e cinza.
Author: W3D - Jorge S Calçado
Version: 1.1.1
*/

/* Reset e estilos globais */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* Header */
.site-header {
    /*background-color: #fff;*/
    /*box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
    padding: 1rem 0;
}

.navbar-brand {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #333 !important;
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    margin: 0 0.5rem;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #fcc900 !important;
}

.topo {
    background: #CB0600;
    padding: 0 0 0 0;
    text-align: center;
}

/* Hero Section */
.hero-section {
    /*background: linear-gradient(135deg, #CB0600 0%, #EBC70E 100%);*/
    padding: 0 0 20px 0;
    text-align: center;
    border: solid 0px #fff;
}

.hero-section img{
    border-radius: 5px 5px 5px 5px;

}

.hero-section h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    color: #333;
    margin-bottom: 1rem;
}

.hero-section p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2rem;
}

.btn-primary {
    background-color: #333;
    border-color: #333;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #555;
    border-color: #555;
    transform: translateY(-2px);
}

/* Seções de conteúdo */
.content-section {
    padding: 4rem 0;
        background-color: #f8f9fa;
    border: solid 0px red;
}

.content-section:nth-child(even) {
    background-color: #ffca00;
        border: solid 0px green;
}

.section-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 2.5rem;
    letter-spacing: -1.5px;
    color: #000;
    text-align: center;
    margin-bottom: 3rem;
    border: solid 0px red;
}

.card1 {
    border: none;
    /*box-shadow: 0 4px 6px rgba(0,0,0,0.1);*/
    transition: transform 0.3s ease;
    margin-bottom: 2rem;
    border: solid 0px red;
}

.card-title,
.card-title a {
    color:#000;
    margin: 10px 0 0 0;
    text-decoration: none;
}

.card-text {
    color:#000;
    margin: 10px 0 0 0;
    line-height: 17px;
    text-decoration: none;
}
.botao-full2 {
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    margin: 0 0 40px 0;
    padding: 0 0 0 0;
    border-radius: 50px 50px 50px 50px;
    background: #cb0600;
}
.botao-full {
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    margin: 0 0 40px 0;
    padding: 0 0 0 0;
    border-radius: 50px 50px 50px 50px;
    background: #000;
}
    .botao-full p,
    .botao-full2 p  {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: -1px;
        text-align: center;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
        @media screen and (max-width: 801px) {
            .botao-full p,
            .botao-full2 p {
                line-height: 22px;
            }
        }

    .botao-full p a,
    .botao-full2 p a{
        display: block;
        color: #fff;
        padding: 15px;
        text-decoration: none;
    }

.botao {
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    margin: 15px 0 40px 0;
    padding: 0 0 0 0;
    border-radius: 0 50px 50px 0;
    background: #000;
}
    .botao p {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: -1px;
        text-align: center;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
    .botao p a{
        display: block;
        color: #fff;
        padding: 7px;
        text-decoration: none;
    }

.card {
    border: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    margin-bottom: 2rem;
    border: solid 0px red;
}

.card:hover {
    transform: translateY(-5px);
}

.card-header {
    background-color: #333;
    color: #fff;
    font-weight: 600;
}

.box-text-capa {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    text-align: justify;
}

/* Footer */
.site-footer {
    background-color: #cb0600;
    color: #fff;
    padding: 3rem 0 1rem;
    margin-top: 4rem;
}

.site-footer h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.site-footer a:hover {
    color: #ccc;
}

.footer-bottom {
    border-top: 1px solid #fff;
    padding-top: 1rem;
    margin-top: 2rem;
    text-align: center;
    color: #fff;
}

/* Responsividade */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-section p {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
}
