.divCookie{position: fixed;min-width: 100%;z-index: 100000;font-size: 13px;letter-spacing: 0px;text-align: center;background-color: #0f1d32;bottom: 0;left: 0;}.spanTexto{color: #FFF;text-align: center;vertical-align: middle;display: inline-block;padding: 15px 20px;}.spanButton{display: inline-block;padding: 15px 0px;}.btn-ok{background-color:#95c11f;color:#000;}.divChat{margin:0; padding:0; text-align: center;height:70px;width:70px;position:fixed;bottom:20px;right:20px;border-radius: 50%;cursor: pointer;z-index: 10;}.divChat img{border: 0px; vertical-align: baseline;height:60px;width:60px;margin-top: 10px;}.rotate{-webkit-transition-duration: 0.8s;-moz-transition-duration: 0.8s;-o-transition-duration: 0.8s;transition-duration: 0.8s;-webkit-transition-property: -webkit-transform;-moz-transition-property: -moz-transform;-o-transition-property: -o-transform;transition-property: transform;overflow:hidden;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg); -o-transform:rotate(360deg);} @font-face { 
    font-family: 'Degular'; 
    src: url('./fonts/Degular-Bold.woff2') format('woff2'); 
    font-weight:700; font-style:normal; font-display:swap;
}

@font-face { 
    font-family: 'Degular'; 
    src: url('./fonts/Degular-Black.woff2') format('woff2'); 
    font-weight:900; 
    font-style:normal; 
    font-display:swap; 
}

:root{
    --blue-top:#0a2a5a;     /* barra de ícones */
    --blue-nav:#0c357e;     /* navbar */
    --blue-hashtag:#0b244f; /* faixas hashtag */
    --hero:#061a3b;
    --mint:#7acb12;         /* tarja verde */
    --white:#fff;
    --container:1180px;
}

*{
    box-sizing:border-box
}

body{
    margin:0;
    font-family: 'Degular';
    color:#282828;
    background: #fff;
}

.marquee{
    background: #020e21;
    border-top:1px solid rgba(255,255,255,.06);
    border-bottom:1px solid rgba(255,255,255,.06);
    overflow:hidden;
    color: var(--white);
}

.track{
    display:flex;
    gap:12px;
    white-space:nowrap;
    padding:8px 0;
    animation:marq 22s linear infinite;
}

.track span{
    font-weight:700;
    color: #95c11f;
}

@keyframes marq{
    to{transform:translateX(-50%)}
}

.marquee .container img{
    height: 20px;
    margin-right: 10px;
}

/* ===== HERO ===== */
.hero{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: left;
    position:relative;
    background:url('https://www.federalonline.com.br/imagemsite/3314/fundo-wallpaper-4.jpg') center right/cover no-repeat;
    overflow:hidden;
    min-height: 100%;
    padding: 7% 7% 7% 7%;
    gap: 5%;
}

.hero-tag{
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.hero-tag p{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #f1f1f1;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    height: 20px;
    width: 400px;
    padding: 10px;
    letter-spacing: 2px;
}

.hero-tag i{
    padding: 7px;
    border-radius: 3px;
    color: #ffffff;
    background: #83ac15;
}

.hero .container{
    display:flex;
    grid-template-columns:1.1fr .9fr;
    gap:30px;
    position:relative;
    z-index:2;
    color: var(--white);
    justify-content: space-between
}

.hero-content{
    margin-left: 0;
}

.hero .container{
    max-width: 1400px;
}

.hero .container .hero-content .title h1{
    font-size: 110px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -5px;
    margin: 0;
    margin-bottom: 0;
}

.hero .container .hero-content .title h2{
    font-size:36px;
    margin-top: -65px;
    text-align: left;
    color: #fff;
}

.title .federal{
    display:block;
    font-weight:900;
    font-size:clamp(72px,12vw,150px);
    color:#a4d10f;
    transform:skewX(-10deg);
    text-shadow:0 6px 0 rgba(255, 255, 255, 0.15)
}

.desc{
    max-width:520px;
    color:#ffffff;
    opacity:.95;
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 20px;
}

h5{
    font-weight:800;
    font-size:16px;
    color:#e1ecff;
    margin-top:0;
    margin-bottom: 0;
    text-transform:uppercase;
    font-style: italic;
}

.hero-buttom{
    margin-top: 20px;
}

.hero-buttom a{
    display: inline;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    background: #030361;
    padding: 14px 20px;
    border-radius:8px;
    color: #ffffff;
    text-decoration: none;
    height: 40px;
    cursor: pointer;    
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.hero-buttom a i{
    margin-right: 8px;
}

.hero-buttom a:hover{
    background: #f1f1f1;
    color: #000268;
    transform: translateY(-3px); 
    box-shadow: 0 10px 10px rgba(2, 3, 24, 0.17);
}

.btn-coupon{
    display:inline-block;
    font-weight:600;
    font-size:.9rem;
    border:1px solid rgba(255,255,255,.55);
    padding:12px 20px;
    border-radius:8px;
    color:#e1ecff;
    cursor: copy;
}

.hero-image{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    width: 100%;
}

.hero-image img{
    position: absolute;
    bottom: 0;
    width: 40%;
    height: auto;
}

/* ====== slider ========*/

.sliderSection{
    overflow: hidden;
    background: linear-gradient(135deg, #0a1929 0%, #042c60 50%, #2563eb 100%);
    position: relative;
    background-image: url(https://www.federalonline.com.br/imagemsite/3409/glitter-abstract-background-wallpaper.jpg);
    background-size: cover;
}

.slider-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 20px;
}

.page-header {
    text-align: center;
    margin-bottom: 50px;
    color: white;
}

.page-header h1 {
    font-size: 46px;
    margin-bottom: 15px;
    font-weight: 700;
}

.page-header p {
    font-size: 20px;
    opacity: 0.9;
}

.category-section {
    margin-bottom: 60px;
}

.category-header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 60px;
}

.category-header h2 {
    font-size: 40px;
    color: white;
    font-weight: 500;
    padding: 0;
}

.category-header h2 span{
    font-weight: 800;
    color: #ffffff;
}

.category-icon {
    font-size: 1.5rem;
    color: #95c11f;
}

.category-badge {
    background: #95c11f;
    color: #0a1929;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.slider-container {
    position: relative;
    padding: 0 60px;
}

.slider-wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.slider-wrapper::-webkit-scrollbar {
    display: none;
}

.slider-track {
    display: flex;
    gap: 24px;
    padding: 20px 10px;
}

.product-card {
    min-width: 280px;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
}

.card-image {
    position: relative;
    width: 100%;
    height: 240px;
    background: linear-gradient(135deg, #f5f7fa 0%, #f2f2f2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.card-image img {
    width: 80%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .card-image img {
    transform: scale(1.1);
}

.discount-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #4747ff;
    color: white;
    padding: 8px 14px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    box-shadow: 0 4px 12px rgba(71, 80, 255, 0.4);
}

.card-content {
    padding: 20px;
}

.card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.card-subtitle {
    font-size: 0.9rem;
    color: #636e72;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}

.slider-container {
    position: relative;
    padding: 0 60px;
}

.slider-wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-top: 0;
    padding-top: 0;
}

.slider-wrapper::-webkit-scrollbar {
    display: none;
}

.slider-track {
    display: flex;
    gap: 24px;
    padding: 20px 10px;
}

.product-card {
    min-width: 280px;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
}

.card-image {
    position: relative;
    width: 100%;
    height: 240px;
    background: linear-gradient(135deg, #f5f7fa 0%, #f2f2f2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.card-image img {
    width: 80%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .card-image img {
    transform: scale(1.1);
}

.discount-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #4747ff;
    color: white;
    padding: 8px 14px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    box-shadow: 0 4px 12px rgba(71, 80, 255, 0.4);
}

.card-content {
    padding: 20px;
}

.card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.card-subtitle {
    font-size: 0.9rem;
    color: #636e72;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}

.price-container {
    margin-bottom: 12px;
}

.price-original {
    font-size: 0.9rem;
    color: #b2bec3;
    margin-bottom: -10px;
}

.price-current {
    font-size: 2rem;
    font-weight: 800;
    color: #1b1bc1;
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.price-currency {
    font-size: 1.2rem;
}

.price-second {
    font-size: 0.9rem;
    color: #b2bec3;
    margin-bottom: 4px;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 10;
    margin: 2%;
}

.slider-btn:hover {
    background: #95c11f;
    transform: translateY(-50%) scale(1.1);
}

.slider-btn:hover svg {
    stroke: white;
}

.slider-btn.prev {
    left: 0;
}

.slider-btn.next {
    right: 0;
}

.slider-btn svg {
    width: 24px;
    height: 24px;
    stroke: #2d3436;
    transition: stroke 0.3s ease;
}

.product-card .btn-hero{
    margin-top: 10px;
}

.product-card .btn-hero i{
    margin-right: 8px;
}

.product-card .btn-hero a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    background: linear-gradient(45deg, #4747ff, #1b1bc1, #4747ff);
    padding: 12px 20px;
    border-radius:8px;
    color:#ffffff;
    text-decoration: none;
    height: 40px;
    cursor: pointer;    
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.product-card .btn-hero a:hover{
    background: linear-gradient(45deg, #23238a, #080855, #08086f);
    color: #f1f1f1;
    transform: translateY(-3px); 
    box-shadow: 0 5px 10px rgba(0, 8, 91, 0.303);
}


/* ====== Material ========*/

.containerMaterial{
    display: none;
    background-image: url(https://www.federalonline.com.br/imagemsite/3323/fundo-sec-2.jpg);
    background-size: cover;
}

.container-material {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
}

.container-material img{
    height: 100px;
}

.container-material .titleMaterial2{
    margin: 0;
    margin-top: -5px;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    border: 1px solid #000268;
    padding: 10px;
    border-radius: 5px;
}

.container-material .titleMaterial2 i{
    color: #282828;
    margin-right: 10px;
}

.material-txt{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.material-txt p{
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #282828;
}

.titleMaterial {
    font-size: 2.4rem;
    font-weight: 800;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    background: linear-gradient(45deg, #006eff, #2a64e0, #000268);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 4s ease-in-out infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.material-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 0.5fr));
    gap: 7px;
    justify-items: center;
    margin-top: 40px;
}

.material {
    display: flex;
    flex-direction: column;
    width: 170px;
    height: 320px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: none;
}

.material::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    border-radius: 20px;
    z-index: -1;
    border: none;
}

.material-1::before {
    background: #f1f1f1;
}

.material-2::before {
    background: #f1f1f1;
}

.material-3::before {
    background: #f1f1f1;
}

.material-4::before {
    background: #f1f1f1;
}

.material-5::before {
    background: #f1f1f1;
}

.material-6::before {
    background: #f1f1f1;
}

.material-::before {
    background: #f1f1f1;
}

.material:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.151);    
    border: none;
}

.material-image {
    width: 100%;
    height: 80%;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    position: relative;
    justify-items: center;
}

.material-1 .placeholder-image {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    position: relative;
    background-image: url(https://www.federalonline.com.br/imagemsite/3317/A4-capa.jpg);
    background-size: cover;

}

.material-2 .placeholder-image {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    position: relative;
    background-image: url(https://www.federalonline.com.br/imagemsite/3318/Capa-slides.jpg);
    background-size: cover;
}

.material-3 .placeholder-image {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    position: relative;
    background-image: url(https://www.federalonline.com.br/imagemsite/3181/CAPA-0-33x.jpg);
    background-size: cover;
}

.material-4 .placeholder-image {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    position: relative;
    background-image: url(https://www.federalonline.com.br/imagemsite/3278/Simuladao-01.jpg);
    background-size: cover;
}

.material-5 .placeholder-image {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    position: relative;
    background-image: url(https://www.federalonline.com.br/imagemsite/3279/Simuladao-02.jpg);
    background-size: cover;
}

.material-6 .placeholder-image {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    position: relative;
    background-image: url(https://www.federalonline.com.br/imagemsite/3291/Simuladao-03.jpg);
    background-size: cover;
}

.material-7 .placeholder-image {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    position: relative;
    background-image: url(https://www.federalonline.com.br/imagemsite/3344/Capa-simuladao-04.jpg);
    background-size: cover;
}

.placeholder-image::after {
    font-size: 3rem;
    opacity: 0.7;
}

.material-content {
    text-align: left;
    width: 100%;
    padding: 20px;
    background: linear-gradient(90deg, #082a8f, #1c056e);
    margin-top: 0;
}

.material .material-content h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    color: rgb(236, 236, 236);
    text-align: center;
}

.material-content span{
    font-size: 16px;
    font-weight: 700;
}

.price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-block;
}

.materialInscrition{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Degular";
    margin-bottom: 20px;
    text-align: center;
}

.material-title h2{
    margin: 0;
}

.material-title p{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #282828;
}

.material-title i{
    color: #ff7b00;
    margin-left: 10px;
    margin-right: 10px;
}

.material-title hr{
    width: 100%;
    height: 1px;
    border: 0px;
    border-top: 1px solid rgb(0, 0, 0);
    background-color: #dddddd;   
}

.materialInscrition a{
    padding: 15px;
    color: #f1f1f1;
    background: linear-gradient(90deg, #082a8f, #1c056e);
    border-radius: 5px;
    text-decoration: none;
    margin-top: 2%;
}

.materialInscrition a:hover{
    background: linear-gradient(90deg, #011c6d, #1c056e);

}

/* ===== slider ===== */
/* ===== Tittle ===== */

.titleSection{
    text-align: center;
    padding: 15px;
    color: #202020;
    background-color: #fff;
}

.title-txt{
    padding: 40px;
    border-radius: 10px;
    display: block;
}

.title-txt p{
    font-size: 24px;
    margin-bottom: 0;
}

.title-txt h1{
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.title-txt ul{
    list-style-type: none;
    padding-left: 0;
}

.title-txt .title-list{
    display: flex;
    flex-direction: row;
    align-items: left;
    justify-content: space-around;
    margin-top: 50px;
}

.title-list1{
    line-height: 20px;
    text-align: left;
}

.title-list1 h1{
    font-size: 80px;
    font-weight: 1000;
    color: #95C11F;
    line-height: 30px;
    font-family: "Degular", sans-serif;
}

.title-list1 p{
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    width: 300px;
}


.title-list .title-list1 .title-list2{
    display: flex;
    width: 300px;
    line-height: 24px;
    gap: 10px;
}

/*--------------------------------------------------------------------------------*/

.federal-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: url(https://www.federalonline.com.br/imagemsite/3177/fundo-2-0-75x.jpg) no-repeat center center/cover;
    border-radius: 20px;
    padding: 30px;
    margin: 20px;
    color: white;
    max-width: 1300px;
    margin: auto;
}

.gif-container {
    flex: 1;
    display: flex;
    justify-content: center;
}

.gif-container img {
    width: 400px;
    border-radius: 10px;
    max-width: 100%;
}

.text-container {
    flex: 1;
    max-width: 600px;
    text-align: left;
    margin-right: 60px;
}

.text-container span{
    color: #95C11F;
    font-size: 40px;
}

.text-container h2 {
    font-size: 28px;
    text-align: left;
    color: #fff;
    line-height: 23px;
}

.text-container p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    width: 100%;
}

.cards-container .card {
    border-radius: 10px;
    text-align: left;
    transition: transform 0.3s;
    margin-right: 15px;
    background-color: #ffffff00;
    border: none;
    width: 180px;
}

.cards-container .card i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #95C11F;
    border-radius: 3px;
    height: 35px;
    width: 35px;
}

.cards-container .card h3 {
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    color: #fff;
    font-weight: 700;
    width: 130px;
    height: 36px;
}

.cards-container .card p {
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
    width: 180px;
}


/*--------------------------------------------------------------------------------*/

.box-container{
    font-family: "Degular";
    padding: 100px;
    display: none;
    flex-direction: row;
    justify-content: center;
} 

.box-txt{
    width: 450px;
    height: 450px;
    background-color: #f1f1f1;
    margin-right: 20px;
    border-radius: 10px;
    border: 1px solid #2540b71a;
    padding: 20px;
}

.box-txt h4{
    color: #2540b7;
    margin-bottom: 40px;
    background-color: #fcfcfc;
    width: 110px;
    padding: 8px;
    border: 1px solid #2540b71a;
    border-radius: 7px;
    font-size: 16px;
}

.box-txt i{
    margin-right: 5px;
}

.box-txt h1{
    font-size: 70px;
    line-height: 60px;
    color: #282828;
    margin-bottom: 25px;
    margin-top: 30px;
    font-weight: 700;
}

.box-txt p{
    color: #636363;
    font-size: 14px;
}

.box-txt span{
    font-weight: 700;
}

.box-txt .boxItem{
    font-family: "degular";
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    gap: 10px;
}

.box-txt .boxItem p{
    color: #fff;
    font-size: 16px;
    padding: 7px;
    background-color: #2540b7;
    border-radius: 5px;

}

#ENTRADA_PRIMEIRO_LUGAR_MEDICINA{
    position: relative;
    border-radius: 10px;
    
    width: 800px;
    height: 454px;
}

#player-ENTRADA_PRIMEIRO_LUGAR_MEDICINA{
    border-radius: 10px;
}

.plyr--video .plyr__controls{
    font-family: "Poppins";
}

.plyr__control--overlaid {
    background: #95C11F;
}

.plyr--full-ui input[type=range]{
    color:#95C11F;
}

/*--------------------------------------------------------------------------------*/


.slider-txt{
    padding-left: 120px;
    padding-top: 100px;
}

.slider-txt h1{
    font-size: 40px;
    font-weight: 500;
}

.slider-txt span{
    font-weight: 900;
    background-color: #0A235B;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    font-family: "Degular", sans-serif;
}

.slider-txt p{
    font-size: 20px;
    font-weight: 400;
    color: #414141;
}


.wrapper-prof{
    width: 90%;
    height: 450px;
    max-width: 1536px;
    margin-inline: auto;
    position: relative;
    overflow: hidden;
    margin-top: 100px;
    mask-image: linear-gradient(
        to right,
        rgb(0, 0, 0, 0),
        rgb(0, 0, 0, 1) 10%,
        rgb(0, 0, 0, 1) 90%,
        rgb(0, 0, 0, 0) 
    );
    
}

@keyframes scrollLeft{
    to{
        left: -200px;
    }
}

.prof-title{
    color: #fff;
    text-align: center;
    margin-top: 100px;
}

.prof-title h1{
    font-size: 40px;
    font-weight: 700;
}

.wrapper-item{
    margin: 0;
}

.item{
    width: 200px;
    height: 300px;
    padding: 20px;
    position: absolute;
    left: calc(200px * 10);
    animation-name: scrollLeft;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: -30s;
    text-align: center;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item:hover{
    transform: translateY(5px);
    background-color: #0A235B;
}


.item:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: 0.5s all;
    opacity: 1;
}

.item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    transition: all 0.3s ease-in-out;
}

.item:hover img{
    opacity: 0.2;
}


.card-item{
    color: rgb(255, 255, 255);
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.5s all;
}

.item .card-item{
    position: relative;
    z-index: 3;
    color: #fff;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.5s all;
}


.card-item h2{
    color: #fff;
    font-size: 36px;
    margin-bottom: 0;
    vertical-align: middle;
    line-height: 36px;
    padding: 0;
}


.card-item h3{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}


.prof01{
    animation-delay: calc(30s / 10 * (10 - 1) * -1); 
    background-image: url(https://www.federalonline.com.br/imagemsite/3169/lay-1.jpg);
    background-size: cover;
}

.prof01:hover{
    background-image: url(https://www.federalonline.com.br/imagemsite/3170/lay-2.jpg);
    transition: 0.3s;
}


.prof02{
    animation-delay: calc(30s / 10 * (10 - 2) * -1);
    background-image: url(https://www.federalonline.com.br/imagemsite/3157/bax-1.jpg);
    background-size: cover;
}

.prof02:hover{
    background-image: url(https://www.federalonline.com.br/imagemsite/3158/bax-2.jpg);
    transition: 0.3s;
}

.prof03{
    animation-delay: calc(30s / 10 * (10 - 3) * -1);
    background-image: url(https://www.federalonline.com.br/imagemsite/3165/hen-1.jpg);
    background-size: cover;
}

.prof03:hover{
    background-image: url(https://www.federalonline.com.br/imagemsite/3166/hen-2.jpg);
    transition: 0.3s;
}

.prof04{
    animation-delay: calc(30s / 10 * (10 - 4) * -1);
    background-image: url(https://www.federalonline.com.br/imagemsite/3175/vin-1.jpg);
    background-size: cover;
}

.prof04:hover{
    background-image: url(https://www.federalonline.com.br/imagemsite/3176/vin-2.jpg);
    transition: 0.3s;
}

.prof05{
    animation-delay: calc(30s / 10 * (10 - 5) * -1);
    background-image: url(https://www.federalonline.com.br/imagemsite/3163/gas-1.jpg);
    background-size: cover;
}

.prof05:hover{
    background-image: url(https://www.federalonline.com.br/imagemsite/3164/gas-2.jpg);
    transition: 0.3s;
}

.prof06{
    animation-delay: calc(30s / 10 * (10 - 6) * -1);
    background-image: url(https://www.federalonline.com.br/imagemsite/3161/fel-1.jpg);
    background-size: cover;
}

.prof06:hover{
    background-image: url(https://www.federalonline.com.br/imagemsite/3162/fel-2.jpg);
    transition: 0.3s;
}


.prof07{
    animation-delay: calc(30s / 10 * (10 - 7) * -1);
    background-image: url(https://www.federalonline.com.br/imagemsite/3159/cid-1.jpg);
    background-size: cover;
}

.prof07:hover{
    background-image: url(https://www.federalonline.com.br/imagemsite/3160/cid-2.jpg);
    transition: 0.3s;
}


.prof08{
    animation-delay: calc(30s / 10 * (10 - 8) * -1);
    background-image: url(https://www.federalonline.com.br/imagemsite/3171/let-1.jpg);
    background-size: cover;
}

.prof08:hover{
    background-image: url(https://www.federalonline.com.br/imagemsite/3172/let-2.jpg);
    transition: 0.3s;
}


.prof09{
    animation-delay: calc(30s / 10 * (10 - 9) * -1);
    background-image: url(https://www.federalonline.com.br/imagemsite/3167/jho-1.jpg);
    background-size: cover;
}

.prof09:hover{
    background-image: url(https://www.federalonline.com.br/imagemsite/3168/jho-2.jpg);
    transition: 0.3s;
}


.prof10{
    animation-delay: calc(30s / 10 * (10 - 10) * -1);
    background-image: url(https://www.federalonline.com.br/imagemsite/3173/mat-1.jpg);
    background-size: cover;
}

.prof10:hover{
    background-image: url(https://www.federalonline.com.br/imagemsite/3174/mat-2.jpg);
    transition: 0.3s;
}

/*--------------------------------------------------------------------------------*/


.secao5 {
    display: flex;
    flex-direction: row;
    padding: 80px;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background-color: #fff;
}

.texto7dias span{
    font-weight: 700;
}

.secao5 .texto img {
    width: 150px;
    display: grid;
    margin-top: 20px;
}

.secao5 .dispositivos img {
    width: 700px;
}

.conheça{
    background-color:#0A235B;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}
 
.textoplataforma {
    color: #202020;
    font-size: 40px;
    text-align: left;
    width: 100%;
    max-width: 400px;
    line-height: 1.2;
    font-weight: 700;
}

.texto7dias {
    color: #202020;
    font-weight: 300;
    text-align: left;
    font-size: 18px;
    padding-top: 30px;
    width: 100%;
    max-width: 400px;
    line-height: 1.3;
}

/*---------------------------------------------------------------------------------------*/

.dp-container{
    padding: 50px;
    text-align: center;
    background-color: #fff;
}

.dp-txt h4{
    color: #202020;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    padding: 5px;
}

.dp-txt span{
    color: #fff;
    background-color: #0A235B;
    padding-left: 5px;
        padding-right: 5px;
}


.dp-txt p{
    font-size: 20px;
    font-weight: 400;
}


.testimony-slider.primary .testimony-slider-content .content-background img{
    display: none;
}

.testimony-slider.primary .testimony-slider-header {
    display: none;
}


.content-wrapper .content-profile .profile-text .title{
    padding: 0;
}

.quote{
    height: 330px;
    font-style: italic;
}


/*---------------------------------------------------------------------------------------*/

.contact{
    padding: 100px;
    background-color: #fff;
    text-align: center;
}

.contact h1{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact button{
    padding: 16px;
    border-radius: 10px;
    color: #202020;
    background-color: #ffffff00;
    border: 1px solid #202020;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    width: 200px;
}

.contact button a{
    color: #fff;
    text-decoration: none;}

.contact button i{
    margin-right: 10px;
}

.contact button:hover{
    color: #fff;
    background-color: #0A235B;
    transition: 0.5s;
}

.contact button a:hover{
    color: #202020;
}

.contact button:active{
    transform: translateY(7px);
    box-shadow: 5px 5px #131313;
}

/*---------------------------------------------------------------------------------------*/

.pay{
    padding: 50px;
    background-color: #f1f1f1;
}

.payment{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.txt-pay{
    text-align: left;
}

.txt-pay h3{
    font-weight: 800;
    text-align: left;
}

.txt-pay p{
    text-align: left;
}

.img-pay img{
    height: 45px;
}

/*---------------------------------------------------------------------------------------*/

.footer-container{
    max-width: 1170px;
    margin: auto;
}

.row-container{
    display: flex;
}

.footer-col ul{
    padding-left: 0;
}    

ul{
    list-style: none;
}

.footer{
    text-align: left;
    background-color: #0A235B;
    padding: 70px 0;
    width: 100%;
}

.footer-col{
    width: 25%;
    padding: 0 15px;
}

.footer-col h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
    margin-left: 0;
}

.footer-col h4::before{
    content: '';
    position: absolute;
    left: 0%;
    bottom: -10px;
    background-color: #95C11F;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
}

.footer-col ul li a{
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: 0.3s ease;
}

.footer-col ul li a:hover{
    color: #fff;
    padding-left: 10px;
}

.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgb(225, 225, 225, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    transition: 0.3s ease;
}

.footer-col .social-links a:hover{
    color: #95C11F;
    background-color: #fff;
}

.footer-col ul li i{
    color: #95C11F;
    width: 16px;
    margin-right: 10px;
}

.footer-col ul li{
    color: #bbbbbb;
    font-size: 14px;
}

.footer-container2{
    max-width: 1170px;
    margin: auto;
}

.footer-container2 img{
    height: 90px;
}

.footer-container2 p{
    color: #bbbbbb;
    font-size: 12px;
    margin-bottom: 0;
}

/*--------------------------------------------------------------------------------*/

@media (max-width: 480px) {
    .material {
        flex: 0 0 220px;
        height: 380px;
    }
    
    .titleMaterial {
        font-size: 1.8rem;
    }
    
    .placeholder-image::after {
        font-size: 2.5rem;
    }
}

/*--------------------------------------------------------------------------------*/


@media (max-width: 768px) {
    .hero{
        display: flex;
        flex-direction: column;
        height: 90vh;
        justify-content: flex-start;
    }

    .hero-buttom{
        justify-content: center;
    }

    .hero .container{
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    .hero .container .hero-content .title img{
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .category-header{
        flex-direction: column;
        align-items: flex-start;
        padding: 0 30px
    }

    .category-header h2{
        margin: 0;
        font-size: 34px;
        text-align: left;
    }

    .hero-tag{
        justify-content: center;
    }

    .hero-tag p{
        justify-content:center
    }

    .hero-image img{
        width: 90%;
        height: auto;
        margin: auto;
    }

    .hero .container .hero-content .title h1{
        font-size: 90px;
    }

    .hero .container .hero-content .title h2{
        margin-top: -20px;
    }

    .speechButtom{
        display: flex;
        align-items: flex-start;
    }

    .speechButtom p{
        margin-top: 1rem;
    }

    .desc{
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 0;
    }

    .slider-container {
        padding: 0 20px;
    }

    .product-card {
        min-width: 240px;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .slider-btn {
        width: 40px;
        height: 40px;
    }

    .container-material {
        padding: 20px 40px;
    }
    
    .container-material .titleMaterial2{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .material-txt p{
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
        color: #282828;
    }

    .titleMaterial {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 28px;
    }
    
    .material-container {
        display: flex !important;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        gap: 15px;
        padding: 10px 0 20px 0;
        grid-template-columns: none !important;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }
    
    .material-container::-webkit-scrollbar {
        height: 8px;
    }
    
    .material-container::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
    }
    
    .material-container::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.3);
        border-radius: 10px;
    }
    
    .material {
        flex: 0 0 250px;
        scroll-snap-align: start;
        min-width: 250px;
    }
    
    .material-content h3 {
        font-size: 1.2rem;
    }
    
    .material-content p {
        font-size: 0.8rem;
    }
    
    .price {
        font-size: 1rem;
    }

    .federal-section {
        flex-direction: column;
        text-align: left;
        padding: 30px;
        margin: 30px;
    }
    .gif-container {
        order: -1;
    }

    .card{
        width: 100%;
    }

    .card p{
        width: 100%;
    }

    .text-container {
        max-width: 100%;
        margin-right: 0;
    }

    .text-container h2 {
        font-size: 32px;
        line-height: 30px;
    }

    .text-container p{
        line-height: 18px;
    }

    .cards-container {
        grid-template-columns: 1fr;
    }

    .card h3 {
        font-size: 20px;
    }

    .slider-section {
        padding: 20px;
        height: max-content;
    }
    
    .slider-title {
        font-size: 2rem;
    }
    
    .category-button {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .card {
        min-width: 100%;
    }
    
    .slider-wrapper {
        gap: 15px;
    }

    .slider-controls {
        flex-direction: column;
        gap: 15px;
    }

    .title-txt .title-list{

        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .heroIcon{
        width: 40%;
    }

    .hero-content a {
        justify-content: center;
        width: 100%;
        margin-bottom: 10%;
    }

    .ribbon{
        display: flex;
        flex-direction: column;
        }

    .ribbonTxt h4{
        text-align: left;
    }
}

@media (max-width:1080px){

    .hero .container .hero-content .title h1{
        font-size: 80px;
    }

    .hero .container .hero-content .title h2{
        font-size: 25px;
    }

    .desc{
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10%;
    }

    .hero-buttom a{
        margin-top: 15px;
        font-size: 14px;
    }

    .navbar .row{
        grid-template-columns:150px 1fr 170px
    } 
    
    .menu{
        display:none
    } 

    .hero .container{
        grid-template-columns:1fr
    } 
    
    .person{
        position: sticky;
        max-width: 150px;
        margin-top: -30px;
        margin-bottom: -50px;
        margin-left: 210px;
    }

    .material-title hr{
        width: 80%;
    }

    .material-title h2{
        font-size: 30px;
        line-height: 30px ;
    }

    .category-nav{
        display: flex;
        flex-direction: column;
    }

    .slider-wrapper{
        flex-direction: column;
    }

    .banner .banner-txt p{
    font-size: 16px;
    }

    .slider-txt {
        padding-left: 50px;
        padding-top: 50px;
    }


    .container-img2 img{
        height: 450px;
    }

    .container-bx .bx-box .bx-box01{
        width: 250px;
    }

    .container-bx .bx-box h3{
        font-size: 20px;
    }

    .container-bx .bx-title h1{
        font-size: 40px;
    }

    .container-bx .bx-title h2{
        font-size: 25px;
    }

    .federal-section{
        margin: 50px;
    }

    .box-txt h4{
        font-size: 12px;
        padding: 8px;
        margin-bottom: 20px;
    }

    .box-txt h1{
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 0;
    }

    hr{
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;   
    }

    .box-txt p{
        font-size: 13px;
    }

    .box-txt .boxItem{
        margin-top: 0;
    }

    .box-txt .boxItem p{
        font-size: 13px;
        padding: 7px;
    }


    .wrapper-box button{
        width: 150px;
        font-size: 14px;
    }


    #ENTRADA_PRIMEIRO_LUGAR_MEDICINA{
        position: relative;
        border-radius: 10px;
        
        width: 340px;
        height: 190px;
    }

       /*---------------------------Seção5----------------------------*/

    .textoplataforma{
        text-align: center;
    }
      
    .texto7dias{
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        line-height: 20px;
    }
    .secao5{
        display: flex;
        padding-left: 30px;
        padding-right: 30px;
    }

    .secao5 .texto img{
        width: 105%;
       
    }
    .secao5 .texto h1{
        font-size: 38px;
    }

    .dp-container{
	padding-left: 50px;
	padding-right: 50px;
    }


  
    .dp-txt p{
        font-size: 18px;
        font-weight: 400;
    }

    .quote{
        height: 384px;
	font-size: 14px;
	font-style: italic;
    }

    .secao5 .dispositivos img{
        width: 300px;
    }

    .testimony-slider.primary .testimony-slider-content .content-slider .content-wrapper.primary .content-profile .profile-text .subtitle h4 {
        line-height: 14px;
    }

/*-------------------------------------------------------*/

    .payment{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .txt-pay h3{
        text-align: center;
        font-size: 26px;
        font-weight: 900;
        padding-bottom: 10px;
    }

    .txt-pay p{
        text-align: center;
        font-size: 12px;
    }

    .pay .payment .img-pay img{
        width: 350px;
        height: 120%;
    }

/*---------------------------------------------------------------------------------------*/

    .footer-container{
        max-width: 1170px;
        margin: auto;
        
    }

    .row-container{
        display: flex;
        flex-wrap: wrap; 
        justify-content: center; 
        text-align: center; 
    }

    ul{
        list-style: none;
    }

    .footer{
        padding: 70px 0;
        width: 100%;  
    }

    .footer-col{
        width: 100%;
        padding: 0 15px;
        margin-bottom: 40px;
    }

    .footer-col h4{
        font-size: 21px;
        text-transform: capitalize;
        margin-bottom: 30px;
        font-weight: 600;
        position: relative;
        margin-left: 0;
    }


    .footer-col ul li a{
        font-size: 17px;
        text-transform: capitalize;
        text-decoration: none;
        font-weight: 300;
        display: block;
        transition: 0.3s ease;
    }

    .footer-col .social-links a{
        display: inline-block;
        height: 40px;
        width: 40px;
        text-align: center;
        margin: 0 10px 10px 0;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        transition: 0.3s ease;
    }

    .footer-col ul li i{
        width: 16px;
        margin-right: 10px;
    }

    .footer-col ul li{
        font-size: 17px;
    }

    .footer-container2{
        max-width: 1170px;
        margin: auto;
    }

    .footer-container2 img{
        height: 90px;
    }

    .footer-container2 p{
        font-size: 12px;
        margin-bottom: 0;
    }

    .social-links{
        display: flex;
        flex-direction: row;
        
    }

    .footer-col h4::before{
        content: '';
        position: absolute;
        left: 41%;
        bottom: -10px;
        background-color: #95C11F;
        height: 2px;
        box-sizing: border-box;
        width: 60px;
    }

    .social-links{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .footer-container2{
        text-align: center;
    }

    
@media (max-width:1200px){
    .person{
        right:-30px;
        max-width:460px;
        bottom:-20px;
    } 

    .hero .container .hero-content .title h1{
        font-size: 80px;
    }

    .hero .container .hero-content .title h2{
        margin-top: -50px;
        font-size: 24px;
        text-align: center;
    }
}

}