:root {
    --orange-yellow: #f3b700ff;
    --orange-web: #faa300ff;
    --fulvous: #e57c04ff;
    --safety-orange-blaze-orange: #ff6201ff;
    --coquelicot: #f63e02ff;

    --fg: #fff;
    --bg: var(--coquelicot);
    --light-alpha: rgba(255, 255, 255, .3);
    --dark-alpha: rgba(0, 0, 0, .3);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}


.back {
    display: block;
    text-align: center;
    width: 100%;
    background-color: rgba(168, 0, 0, 0.829);
    color: white;
    font-size: 14pt;
    font-weight: 900;
    letter-spacing: 1pt;
    padding: 1em;
    
}

header h3 {
    display: inline;
    font-size: 22pt;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
}


header .back {
    background-color: rgba(0, 0, 0, .3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 10px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

header .back-1 {
    background-color: rgba(0, 0, 0, .3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 10px;
}

main {
    flex: 1 0 auto;
}


.full-height {
    max-width: unset !important;
    height: 100vh;
}

.main-container {
    padding: 0 1em;

}

blockquote{
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #ee6e73;
    text-align: center;
    background-color: #ffe2e2;
    color: #a00303;
}

 #header-login{
    display: flex;
    flex-direction: column;
 }
.btn{
    width: 95%;
    background-color: yellowgreen;
}

.home-video {
    margin-top: 2em;
    height: 500px;
    width: 700px;
    max-width: 90%;
    margin: auto;
}




iframe {
    border-radius: 20px;
    width: 100%;
    height: 340px;
    max-width: 100%;
}

.input-field label {
    color: #c5c5c5c2;
    opacity: 1 !important;
    padding-left: 10px;
}

.mt1 {
    margin-top: 1em;
}

.p1 {
    padding: 1em;
}


.material-icons {
    vertical-align: middle;
}

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: bolder;
}

.videos {
    backdrop-filter: blur(13px);
    background-color: rgba(163, 46, 0, 0.801);
    box-shadow: black 0px 0px 10px 1px;
    border-radius: 5px;
    padding: 1em;
}

.videos input {
    color: #fff;
}

.videos .video {
    margin-bottom: 1em;
    padding: 1em;
    width: 100%;
    box-shadow: white 0px 0px 4px .01px;
    background-color: rgba(45, 96, 162, 0.64);

}

.videos .video:nth-child(1) {
    /* border-right: 1px solid rgba(255, 255, 255, 0.295); */
}

.videos .video .desc {
    text-align: justify;
    margin: 5px;
}

.videos .video iframe {
    width: 100%;
    height: 30em;
}

.videos .video img {
    width: 100%;
}

.toggleFavorite {
    border-radius: 3px;


    background-color: var(--dark-alpha);
}

.hoverable {
    transition: opacity .1s;
}

.hoverable:hover {
    opacity: .8;
}

.error {
    padding: 1em;
    background-color: rgba(206, 0, 0, 0.409);
}

.error::before {
    content: "Erro: ";
    font-weight: bolder;
}

.blur-5 {
    backdrop-filter: blur(5px);
}



.block-link {
    border-radius: 10px;
    margin-bottom: 3em;
    display: block;
    box-shadow: 4px 4px 10px 10px rgba(0, 0, 0, 0.158);
    transition: .2s;
}

.block-link:hover {
    box-shadow: 4px 4px 40px 10px rgba(0, 0, 0, 0.342);
}

.block {
    width: 100%;
    position: relative;

}

.block.t {
    width: 100% !important;
    margin-bottom: 1em;

}

.block.t iframe {
    max-width: unset;
    border-radius: 0 0 10px 10px;
    width: 100% !important;
}

.block.t .title {
    width: 100% !important;
    display: block;
}


.block img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    margin: 0;
    margin-bottom: -6px;
}

.block .title {
    margin: 0;
    width: 100%;
    font-size: 12pt;
    text-align: center;
    display: inline-block;
    padding: 10px;
    background-color: rgba(168, 0, 0, 0.829);
    margin-top: -6px;
    color: white;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
}

.d {
    display: flex;
    margin-bottom: 1em;
}

.d .img-container {
    display: flex;
    align-items: center;
    width: 40%;
    float: left;

    border-radius: 10px 0px 0px 10px;
    border: 1px solid white;

    border-right: none;
}

.d img {
    width: 100%;
    vertical-align: middle;
}

.d p {
    border-radius: 0 10px 10px 0;
    flex: 1;
    background-color: rgba(0, 0, 0, .3);
    padding: 1em;
    max-width: 60%;
    font-size: 12pt;
    text-align: left;
    float: right;
    overflow-wrap: break-word;
    backdrop-filter: blur(10px);
}

.e {
    background-color: rgba(0, 0, 0, 0.459);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 0;
    padding-top: 1px;
    margin-bottom: 1em;
}

.e iframe {

    bottom: 0;
    left: 0;

}

.e h3 {
    font-size: 25pt;
}

a.b {
    display: inline-block;
    padding: 1em;
    background-color: rgba(206, 0, 0, 0.582);
    color: white;
    margin: 1em auto;
    font-size: 17pt;
    font-weight: bold;

}


textarea::placeholder {
    color: black;
}

.evolution {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

}

.ev {
    background-color: rgba(0, 0, 0, 0.678) !important;
    color: #fff;
}



.ev h3 {
    color: white !important;
}

.lives {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

}

.lives .image {
    border-radius: 3px;
    width: 400px;
    margin: 10px;
    max-width: 100%;
    flex-wrap: wrap;
}

.lives .image h4 {
    margin: 0;
    margin-top: -6px;
    font-size: 12pt;
    background-color: rgba(168, 0, 0, 0.829);
    padding: 10px;
    color: white !important;
    border-radius: 0px 0 10px 10px;
}

.lives .image img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    margin: 0;
}

.evolution .image {
    width: 400px;
    margin: 3px;
    padding: 1em;
    max-width: 100%;
    flex-wrap: wrap;
    transition: .2s;
}

.participant-images {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.349);
    padding: 1em;
    margin-bottom: 1em;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.participant-images img {
    width: 300px;
}


.lives .image:hover {
    opacity: .8;
}

.lives .image h3 {
    font-size: 16pt;
    color: black;
}

.evolution .image h3 {
    color: black;
}

.evolution .image img {
    width: 100%;
}

.row{
    text-align: center;
}

@media only screen and (max-width:700px) {
    .home-video {
        max-width: unset;
        width: 100%;
        height: 250px;

    }

    header .header {
        width: 100%;
        position: absolute;
    }

    .container {
        width: 90%;
    }

    .small-on-small {
        font-size: 10pt !important;

    }

    .videos .video iframe {
        height: 15em;
    }

    .e iframe {
        height: 250px;
    }

    .block.t {
        width: 100%;
    }

}

@media only screen and (max-width:800px) {

    .participant-images {



        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch;
    }

    .participant-images img {
        flex: 1;
        width: 130px;
        margin: 3px;
    }

}

@media only screen and (max-width:600px) {

    .slider {
        width: 90%;
    }

}



@media only screen and (max-width:400px) {
    .participant-images img {
        flex: 1;
        width: 100px;
        margin: 3px;
    }

    .slider {
        width: 90%;
    }

}


/* Scrollbar Styles for All Browsers */

/* Webkit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
    height: 8px; /* Height for horizontal scrollbar */
}

::-webkit-scrollbar-track {
    background: black; /* Track background */
}

::-webkit-scrollbar-thumb {
    background: greenyellow; /* Thumb color */
    border-radius: 10px; /* Rounded corners for thumb */
}

::-webkit-scrollbar-thumb:hover {
    background: #adff2f; /* Slightly lighter green on hover */
}

/* Firefox */
* {
    scrollbar-width: thin; /* Thin scrollbar */
    scrollbar-color: greenyellow black; /* Thumb and track color */
}
