.elementor-19377 .elementor-element.elementor-element-7629e66{--display:flex;--min-height:365px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overlay-opacity:0.68;}.elementor-19377 .elementor-element.elementor-element-7629e66:not(.elementor-motion-effects-element-type-background), .elementor-19377 .elementor-element.elementor-element-7629e66 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://learning.selektacenter.com/wp-content/uploads/2024/01/IMG_0014-scaled-1.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-19377 .elementor-element.elementor-element-7629e66::before, .elementor-19377 .elementor-element.elementor-element-7629e66 > .elementor-background-video-container::before, .elementor-19377 .elementor-element.elementor-element-7629e66 > .e-con-inner > .elementor-background-video-container::before, .elementor-19377 .elementor-element.elementor-element-7629e66 > .elementor-background-slideshow::before, .elementor-19377 .elementor-element.elementor-element-7629e66 > .e-con-inner > .elementor-background-slideshow::before, .elementor-19377 .elementor-element.elementor-element-7629e66 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(158deg, var( --e-global-color-d9b3eb7 ) 15%, #0F77B7 100%);}.elementor-19377 .elementor-element.elementor-element-6852499 .elementor-heading-title{font-family:"Darker Grotesque", Sans-serif;font-size:58px;color:#FFFFFF;}.elementor-19377 .elementor-element.elementor-element-862dc8e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 50px;--row-gap:0px;--column-gap:50px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-19377 .elementor-element.elementor-element-c455b8e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19377 .elementor-element.elementor-element-876c3f8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-19377 .elementor-element.elementor-element-c455b8e{--width:29%;}.elementor-19377 .elementor-element.elementor-element-876c3f8{--width:80%;}}@media(max-width:767px){.elementor-19377 .elementor-element.elementor-element-7629e66{--min-height:201px;}.elementor-19377 .elementor-element.elementor-element-6852499{text-align:center;}.elementor-19377 .elementor-element.elementor-element-6852499 .elementor-heading-title{font-size:38px;}.elementor-19377 .elementor-element.elementor-element-862dc8e{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-57px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-7cd36b3 *//* --- Barra lateral fixa do Guia do Aluno --- */

.guia-sidebar {
    position: sticky;
    top: 80px;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    border: 1px solid #eee;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.guia-sidebar h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #222;
}

.guia-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.guia-sidebar ul li {
    margin-bottom: 12px;
}

.guia-sidebar ul li a {
    color: #333;
    font-size: 15px;
    text-decoration: none;
    transition: 0.2s;
}

.guia-sidebar ul li a:hover {
    color: #4BB3FD;
    padding-left: 4px;
}
/* --- Mobile: sidebar vira botão de menu lateral (com botão à esquerda) --- */
@media (max-width: 768px) {

    .guia-sidebar {
        position: fixed;
        left: -260px;
        top: 0;
        height: 100vh;
        width: 240px;
        padding: 24px;
        background: #fff;
        box-shadow: 0 0 20px rgba(0,0,0,0.15);
        transition: 0.3s;
        z-index: 9999;
    }

    /* Botão flutuante do menu – AGORA À ESQUERDA */
    .guia-sidebar-toggle {
        position: fixed;
        bottom: 20px;
        left: 20px;   /* alterado do right para left */
        right: auto;  /* garante que não usa o right antigo */
        background: #4BB3FD;
        color: #fff;
        padding: 14px 20px;
        border-radius: 50px;
        font-weight: 600;
        cursor: pointer;
        z-index: 10000;
        box-shadow: 0 6px 14px rgba(0,0,0,0.15);
    }

    /* Quando a sidebar abre */
    .guia-sidebar.open {
        left: 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3cc52c9 *//* ================================
   ESTILO GERAL DO CONTEÚDO
================================ */

.guia-conteudo {
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 10px;
}

/* ================================
   TÍTULOS
================================ */

.guia-conteudo h2 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 20px;
    color: #1a1a1a;
    position: relative;
    padding-left: 15px;
}

.guia-conteudo h2::before {
    content: "";
    width: 6px;
    height: 100%;
    background: #4BB3FD;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
}

.guia-conteudo h4 {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 600;
    color: #222;
}

/* ================================
   PARÁGRAFOS
================================ */

.guia-conteudo p {
    margin-bottom: 16px;
    font-size: 16px;
}

/* ================================
   LISTAS
================================ */

.guia-conteudo ul,
.guia-conteudo ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.guia-conteudo ul li,
.guia-conteudo ol li {
    margin-bottom: 12px;
}

/* Marcadores personalizados */
.guia-conteudo ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
}

.guia-conteudo ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    line-height: 14px;
    color: #4BB3FD;
}

/* ================================
   LINKS
================================ */

.guia-conteudo a {
    color: #4BB3FD;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s;
}

.guia-conteudo a:hover {
    color: #1a8ad6;
    text-decoration: underline;
}

/* ================================
   SEPARADORES ENTRE SEÇÕES
================================ */

.guia-conteudo h2 + p,
.guia-conteudo h2 + ol,
.guia-conteudo h2 + ul {
    margin-top: 10px;
}

.guia-conteudo h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

/* ================================
   ITEM DE FAQ
================================ */

.guia-conteudo h4 {
    position: relative;
    padding-left: 18px;
}

.guia-conteudo h4::before {
    content: "❓";
    position: absolute;
    left: -5px;
    font-size: 18px;
}

/* ================================
   MOBILE FRIENDLY
================================ */

@media (max-width: 768px) {
    .guia-conteudo {
        padding: 20px;
    }

    .guia-conteudo h2 {
        font-size: 22px;
    }

    .guia-conteudo h4 {
        font-size: 17px;
    }

    .guia-conteudo p,
    .guia-conteudo ul li,
    .guia-conteudo ol li {
        font-size: 15px;
    }
}/* End custom CSS */