* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}
    
body .conteudo {
    max-width: 1200px;
    height: 88vh;
    padding: 50px;
}

body{
    background-image: url(../img/bg-branco-elementos.svg);
    background-repeat: no-repeat;
} 

.seta-left, .seta-right {
    position: absolute;
    top: 48%;
}

.seta-right {
    right: 10px;
    z-index: 3001;
}

.seta-left {
    left: 10px;
}


body .navbar .modulos {
    width: 140px;
    height: 60px;

    font-weight: bold;
    background: #21A0D2;
    margin-left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.font-25 {
    font-size: 25px !important;
}

.text-laranja {
    color: #F39500 !important;
}

.text-verde {
    color: #65ac1d !important;
}

.text-azul {
    color: #21a0d2 !important;
}

.bg-laranja {
    background-color: #F39500 !important;
}

.bg-laranja-2 {
    background-color: #F36600 !important;
}

.bg-laranja-3 {
    background-color: #C35C10 !important;
}

.bg-azul-1 {
    background-color: #51B6DE !important;
}

.bg-azul-2 {
    background-color: #1990C3 !important;
}

.bg-azul-3 {
    background-color: #2575AF !important;
}

.bg-azul-4 {
    background-color: #195E90 !important;
}

.text-azul-escuro {
    color: #004A96 !important;
}

.bg-azul-escuro {
    background-color: #004A96 !important;
}

.seta {
    clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 5% 50%, 0% 0%);
}

.pull-center {
    margin: 0 auto;
    display: table;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px !important;
    height: 40px !important; 
    position: absolute !important; 
    top: 50% !important; 
}

.carousel-inner {
    width: 90% !important;
    margin: 0 auto !important;
}

.carousel-indicators li {
    background-color: #b6babe !important;
}

.carousel-indicators .active {
    background-color: #18a0fb !important;
}

.carousel-inner .active {
    right: 0px !important;
}

.cards-items-pag5 {
    width: 80px !important; 
    height: auto !important; 
    margin-right: 5px !important; 
}

.cards-items {
    width: 110px !important; 
    height: 120px !important; 
    margin-right: 5px !important; 
}

.cards-items .card-body .card-text {
    font-size: 14px !important; 
}

.fique_atento .icone {
    width: 200px !important; 
    height: 40px !important; 
    margin-left: 20px !important; 
}

.fique_atento .personagem {

    width: 160px !important; 
    height: 143px !important; 

}

.hide_item {
    display: none !important;
}

.show_item {
    display: block !important; 
}

.filter {
    filter: saturate(0) !important; 
}

.opacity {
    filter: saturate(0) !important; 
    opacity: 0.1 !important; 
}

.repeateAction {
    width: 100% !important; 
    height: 100vh !important; 

    position: fixed !important; 
    z-index: 100 !important; 
    display: flex !important; 
    justify-content: space-evenly !important; 
    align-items: center !important; 

    flex-direction: row !important; 
    top: 0 !important; 
    bottom: 0 !important; 
    left: 0 !important; 
    right: 0 !important; 
    background: #000000b0 !important; 
}

.repeateAction .btn {
    width: 100px !important; 
    height: 100px !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 

}

.repeat {
    background-image: url('../img/repeat.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.repeat:hover {
    background-image: url('../img/repeat_hover.png');

}

.avancar {
    background-image: url('../img/avancar.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.avancar:hover {
    background-image: url('../img/avancar_hover.png');

}

.repeateAction .btn span {
    margin-top: 130px;
    color: white;
    font-weight: bold;
    font-size: 25px;
}


.repeateAction .btn:hover span {
    color: #ffffff6e;
}

.modalUp {

    position: fixed !important; 
    top: 0 !important; 
    bottom: 0 !important; 
    left: 0 !important; 
    right: 0 !important; 
    z-index: 100 !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
    background: #000000a3;
    box-shadow: 0 0 60px rgb(0 0 0 / 5%) !important; 
}

.modalUp .cont {

    width: 100%;
    max-width: 1050px;
    text-align: center;
    position: relative;

}