﻿@media(max-width:620px) {
    .header-back.minecraft {
        background-image: url("/images/Banners/MineCraftEducation_sm.jpg");
        background-color: initial;
        background-size: cover;
        opacity: 1;
    }

    .header-back.robotica {
        background-image: url("/images/Banners/RoboticaEducacional_sm.jpg");
        background-color: initial;
        background-size: cover;
        opacity: 1;
    }

    .header-back.games {
        background-image: url("/images/Banners/Desenvolvimento_Games2d_sm.jpg");
        background-color: initial;
        background-size: cover;
        opacity: 1;
    }
}

@media(min-width:621px) {
    .header-back.minecraft {
        background-image: url("/images/Banners/MineCraftEducation.jpg");
        background-color: initial;
        background-size: cover;
        opacity: 1;
    }

    .header-back.robotica {
        background-image: url("/images/Banners/RoboticaEducacional.jpg");
        background-color: initial;
        background-size: cover;
        opacity: 1;
    }

    .header-back.games {
        background-image: url("/images/Banners/Desenvolvimento_Games2d.jpg");
        background-color: initial;
        background-size: cover;
    }
}

.carousel-caption {
    background-color: rgba(131, 133, 140,.5);
    border-radius: 40px;
    padding: 15px;
}

#cursos h1.amarelo {
    background-color: #ffc001;
    border-bottom-right-radius: 32px;
    color: white;
    font-weight: bold;
    padding: 8px;
}

#cursos h1.azul {
    background-color: #5b9bb6;
    border-bottom-right-radius: 32px;
    color: white;
    font-weight: bold;
    padding: 8px;
}

#cursos h1.azul-claro {
    background-color: #c1d5d6;
    border-bottom-right-radius: 32px;
    color: white;
    font-weight: bold;
    padding: 8px;
}

.texto-card-curso {
    background-color: white;
    padding: 5px;
    color: #646464 !important;
    font-size: 15px !important;
    border-radius: 15px;
}

.landing-page .mosaico-eventos {
    padding-top: 80px;
    padding-bottom: 90px;
    background-color: white;
    background-image: url('/images/Mosaico_Eventos.png');
    background-size: cover;
}

.eventos-container {
    background-color: rgba(255, 255, 255,0.8);
    border-radius: 40px;
    padding: 15px;
    box-shadow: 0px 0px 12px 1px rgb(103 106 108) !important;
}

.vertical-timeline-content {
    box-shadow: 0px 0px 9px 0px rgb(103 106 108);
}

.parceiros-prebackground {
    background-color: rgba(131, 133, 140,.2);
    padding: 15px;
}

#myVideo {
    position: absolute;
    transform: rotate(90deg);
    transform-origin: bottom left;
    width: 100vh;
    height: 100vw;
    margin-top: -100vw;
    object-fit: cover;
    z-index: 4;
    visibility: visible;
}