body {
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    background-color: #f4f4f4;
    color: #333;
}
.jumbotron {
    background-color: #e9ecef;
    color: #202124;
    padding: 100px 25px;
    text-align: center;
    border-bottom: 1px solid #ced4da;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.jumbotron h1 {
    font-weight: 600;
    font-size: 3.5rem;
    letter-spacing: -0.025em;
    color: #202124;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.jumbotron p {
    font-size: 1.3rem;
    color: #555;
    font-weight: 400;
    margin-top: 20px;
}
.jumbotron .logo-container {
    background-color: #17a2b8; /* Cor principal */
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.btn-eden {
    background-color: #17a2b8; /* Cor principal */
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 1.1rem;
    border-radius: 50px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.btn-eden:hover {
    background-color: #138496; /* Cor principal mais escura no hover */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}
.container-fluid {
    padding: 60px 50px;
}
.logo {
    font-size: 200px;
    color: #17a2b8; /* Cor principal */
}
.bg-grey {
    background-color: #f2f2f2;
}
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}
.item span {
    font-style: normal;
}
.panel {
    border: 1px solid #ced4da;
    border-radius: 10px !important;
    transition: box-shadow 0.5s;
    background-color: #fff;
}
.panel:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.panel-footer .btn:hover {
    border: 1px solid #17a2b8; /* Cor principal */
    background-color: #fff !important;
    color: #17a2b8; /* Cor principal */
}
.panel-heading {
    color: #fff !important;
    background-color: #17a2b8 !important; /* Cor principal */
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel-footer {
    background-color: white !important;
}
.panel-footer h3 {
    font-size: 32px;
}
.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}
.panel-footer .btn {
    margin: 15px 0;
    background-color: #17a2b8; /* Cor principal */
    color: #fff;
}
footer .glyphicon {
    font-size: 0.8em;
    margin-bottom: 20px;
    color: #17a2b8; /* Cor principal */
}
@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
    .feature-box {
        margin-bottom: 50px;
    }
}
.feature-icon {
    font-size: 48px;
    color: #17a2b8; /* Cor principal */
    margin-bottom: 20px;
}
.feature-box {
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
    border: none;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 280px; /* Altura mínima */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.feature-box h4 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #202124;
}
.feature-box p {
    font-size: 1rem;
    color: #555;
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 2.5rem;
    color: #202124;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.ia-box, .google-calendar-box, .gmail-box {  /* Estilos para ambas as caixas */
    background-color: #e9ecef;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.ia-box h4, .google-calendar-box h4, .gmail-box h4 { /* Estilos para os títulos */
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #202124;
}
.ia-box p, .google-calendar-box p, .gmail-box p { /* Estilos para os textos */
    font-size: 1rem;
    color: #555;
}
.ia-icon, .google-calendar-icon, .gmail-icon { /* Estilos para os ícones */
    font-size: 48px;
    color: #17a2b8;
    margin-bottom: 20px;
}

footer {
    background-color: #f6f6f6;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
footer a {
    color: #17a2b8; /* Cor principal */
}
footer a:hover {
    text-decoration: none;
    color: #138496; /* Cor principal mais escura no hover */
}
.logo-icon {
    font-size: 48px;
    color: #fff;
    margin-right: 0;
}
/* Ajustes para manter os feature-boxes alinhados */
.row {
    display: flex;
    flex-wrap: wrap;
}
.col-md-4 {
    display: flex;
}
/* Ajustes para manter os planos alinhados */
.panel {
    min-height: 470px;
}


footer {
    max-width: 99%;
    font-size: 0.8em;
}

.login-cadastro {
    position:absolute; 
    top: 10px; 
    right: 30px; 
    color: #17a2b8; 
}

.login-cadastro a {
    color: #17a2b8; 
}

html {
    font-size: 100% !important;
}