@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Ubuntu', cursive;
}

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin-left: 0px;
    margin-top: 0px;
}

#tudo {
    position: relative;
    float: left;
    width: 100%;
    margin: 0% auto;
}

#topo {
    z-index: 99999;
    position: relative;
    float: none;
    display: block;
    text-align: center;
    background-color: #5993b8;
    -webkit-box-shadow: 0px 3px 9px -1px rgba(194, 194, 194, 0.6);
    -moz-box-shadow: 0px 3px 9px -1px rgba(194, 194, 194, 0.6);
    box-shadow: 0px 3px 9px -1px rgba(194, 194, 194, 0.6);
}

#logos {
    position: relative;
    float: left;
    text-align: center;
    z-index: 2;
}

#logo_sesi {
    position: relative;
    float: left;
    text-align: center;
}

#logo_senai {
    position: relative;
    float: left;
    text-align: center;
}

#pull {
    position: relative;
    float: left;
    text-align: center;
    cursor: pointer;
    display: none;
}

#menu {
    position: relative;
    float: right;
    text-align: right;
}

#menu ul {
    list-style-type: none;
}

#menu li {
    float: right;
}

#menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
}

#menu li a:hover {
    color: #275c95;
}

#banners {
    position: relative;
    float: left;
    border-bottom: 2px solid #CFCFCF;
    -webkit-box-shadow: 0px 3px 9px -1px rgba(194, 194, 194, 0.6);
    -moz-box-shadow: 0px 3px 9px -1px rgba(194, 194, 194, 0.6);
    box-shadow: 0px 3px 9px -1px rgba(194, 194, 194, 0.6);
}

#banner_foto {
    position: relative;
    float: left;
    z-index: 1;
    background-image: url(../images/sesisenainomundo_banner.jpg);
    background-repeat: no-repeat;
}

#projeto {
    position: relative;
    float: left;
    clear: both;
}

#projeto {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #ececec;
    padding: 30px 0;
    -webkit-box-shadow: 0px 3px 9px -1px rgba(194, 194, 194, 0.6);
    -moz-box-shadow: 0px 3px 9px -1px rgba(194, 194, 194, 0.6);
    box-shadow: 0px 3px 9px -1px rgba(194, 194, 194, 0.6);
}

#projeto .container {
    width: 1199px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

#projeto_sesi {
    position: relative;
    float: left;
    text-align: center;
}

#projeto_senai {
    position: relative;
    float: left;
    text-align: center;
}

#categorias {
    position: relative;
    float: left;
    clear: both;
}

#categorias h2 {
    color: #275C95;
}

#categorias_item {
    position: relative;
    float: left;
    text-align: center;
}

#categorias .texto-regulamento {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1em;
    color: #275c95;
    font-weight: 400;
    text-decoration: none;    text-align: center;
    padding: 27px;
    border-radius: 10px;
    border: 1px solid #5993b8;
    margin: 5px;
    transition: 0.4s all ease-in-out;
    
}

#categorias .texto-regulamento:hover {   
    background-color: #5993b8;
    color: #FFF !important;
}

#participantes {
    position: relative;
    float: left;
    clear: both;
}

#participantes_item {
    position: relative;
    float: left;
    text-align: center;
}

#ganhadores {
    position: relative;
    float: left;
    text-align: center;
    /*background-color: #eeeeee; */
    background-color: #ac2925;
    clear: both;
    border-top: 2px solid #CFCFCF;
    -webkit-box-shadow: 0px -3px 9px -1px rgba(194, 194, 194, 0.6);
    -moz-box-shadow: 0px -3px 9px -1px rgba(194, 194, 194, 0.6);
    box-shadow: 0px -3px 9px -1px rgba(194, 194, 194, 0.6);
    border-bottom: 2px solid #CFCFCF;
}

#ganhadores_sesi {
    position: relative;
    float: left;
    text-align: center;
    background-color: #e9e9e9;
}

#ganhadores_senai {
    position: relative;
    float: left;
    text-align: center;
    background-color: #e9e9e9;
}

#ganhadores_item {
    position: relative;
    float: left;
    text-align: center;
}

#regulamento {
    position: relative;
    float: left;
    text-align: center;
    clear: both;
}

#regulamento_sesi, #regulamento_senai {
    position: relative;
    float: left;
}

#regulamento {
    width: 100%;
    margin: 2% auto;
    padding: 30px 0;
    background: #5993b8;
}

#regulamento h2 {
    color: #ffffff;
}

#regulamento a:hover {
    color: #463b2e;
}

#regulamento img {
    vertical-align: middle;
}

#midias {
    position: relative;
    float: left;
    text-align: center;
    clear: both;
}

#ganhadores {
    padding: 30px 0 50px;
    display: block;
}

#ganhadores .container {
    /* width: 1199px; */
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

#ganhadores .wrapper {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
}

#ganhadores .wrapper .item {
    align-self: stretch;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    flex: 1 0 auto;
    width: 20%;
    height: 30%;
    padding: 0;
    margin: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 9px -1px rgba(194, 194, 194, 0.6);
    -moz-box-shadow: 0px 3px 9px -1px rgba(194, 194, 194, 0.6);
    box-shadow: 0px 3px 9px -1px rgba(194, 194, 194, 0.6);
}

#ganhadores .wrapper .item h1 {
    font-weight: bold;
}

#ganhadores .wrapper .item p {
    line-height: 1.8em;
    color: #5993b8;
    font-weight: bold;
}

#ganhadores .wrapper .item img.thumb {
    width: 100%;
}
#ganhadores .wrapper .item img {
    margin-bottom: 5px;
}

#ganhadores .wrapper .item h3 {
    margin: 10px auto 20px;
}

#ganhadores h2,
#ganhadores h3 {
    /* color: #275C95; */
    color: #eea236;
}

#rodape {
    position: relative;
    float: left;
    text-align: center;
    border-top: 2px solid #44382C;
    -webkit-box-shadow: 0px -3px 9px -1px rgba(194, 194, 194, 0.6);
    -moz-box-shadow: 0px -3px 9px -1px rgba(194, 194, 194, 0.6);
    box-shadow: 0px -3px 9px -1px rgba(194, 194, 194, 0.6);
    background-color: #44382C;
    clear: both;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 0 30px;
}

.button-cadastro{
    padding: 14px;
    background: #44382C;
    color: #fff !important;
    border-radius: 5px;
}

.button-cadastro:hover{
    opacity: 0.6 ;
}

#up {
    position: fixed;
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #325b2f;
    font-size: 1.275em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    bottom: 0;
    right: 0;
    margin-right: 10px;
    z-index: 999;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    color: #FFF;
}

.ativo {
    background-color: #00A651;
    padding: 0% 2%;
}


/*-- MEDIA QUERY --*/
@media screen and (max-width: 1199px) {
    #ganhadores h1,
    #ganhadores h3 {
        font-size: 14px;
    }

    #ganhadores p {
        font-size: 12px;
    }

    #ganhadores .container,
    #projeto .container {
        width: 100%;
        padding: 0 15px;
    }

    #categorias_item {
        width: 100%;
        float: none;
    }

    #categorias .texto-regulamento {
        font-size: 0.9em;
        color: #275c95;
        font-weight: bold;
    }
}
@media screen and (max-width: 640px) {
    .wrapper .item img.thumb {
        max-width: 100%;
    }
    #ganhadores .wrapper .item {
        flex: 1 0 auto;
        width: 100%;
        margin: 5px 0; 
    }
    #topo {
        width: 100%;
        margin: 0% auto;
        padding: 1% 0%;
    }

    #logos {
        width: 80%;
        margin-right: 10%;
    }

    #logo_sesi {
        width: 42%;
        margin: 0% 4%;
    }

    #logo_senai {
        width: 42%;
        margin: 0% 4%;
    }

    #menu {
        width: 92%;
        margin: 0% 4%;
        display: none;
    }

    #menu ul {
        list-style-type: none;
    }

    #menu li {
        float: left;
        width: 100%;
    }

    #pull {
        width: 10%;
        margin: 0% auto;
        display: block;
    }


    #banners {
        width: 100%;
        margin: 0% auto;
    }

    #banner_foto {
        width: 100%;
        margin: 0% auto;
        z-index: 1;
        background-position: top center;
        min-height: 150px;
    }

    #projeto {
        width: 100%;
        margin: 0 auto;
        padding: 15px auto;
    }

    #projeto_sesi {
        width: 100%;
        margin: 0% auto;
    }

    #projeto_senai {
        width: 100%;
        margin: 0% auto;
    }

    #categorias {
        width: 92%;
        margin: 0% auto;
        padding: 2% 4%;
    }

    #categorias_item {
        width: 92%;
        margin: 2% 4%;
    }

    #participantes {
        width: 100%;
        margin: 2% auto;
        padding: 2% auto;
    }

    #participantes_item {
        width: 50%;
        margin: 2% auto;
    }

    #ganhadores {
        width: 100%;
        margin: 2% auto;
        padding: 2% auto;
    }

    #ganhadores_sesi {
        width: 100%;
        margin: 0% auto;
    }

    #ganhadores_senai {
        width: 100%;
        margin: 0% auto;
    }

    #ganhadores_item {
        width: 100%;
        margin: 2% auto;
    }

    #regulamento {
        width: 100%;
        margin: 2% auto;
    }

    #regulamento_sesi, #regulamento_senai {
        width: 92%;
        margin: 2% 4%;
        text-align: center;
    }

    #midias {
        width: 92%;
        margin: 0% 4%;
        padding: 2% auto;
    }

    #rodape {
        width: 100%;
        margin: 0% auto;
        padding: 2% auto;
    }

}

@media screen and (min-width: 641px) {
    #topo {
        width: 100%;
        margin: 0% auto;
        padding: 1% 0%;
    }

    #logos {
        width: 22%;
        margin: 0% auto;
        margin-left: 8%;
    }

    #logo_sesi {
        margin-top: 10px;
    }

    #logo_senai {
        margin-top: 10px;
    }

    #menu {
        width: 62%;
        margin: 0% auto;
        margin-right: 8%;
    }

    #menu ul {
        list-style-type: none;
    }

    #menu li {
        float: right;
    }

    #pull {
        display: none;
    }

    #banners {
        width: 100%;
        margin: 0% auto;
    }

    #banner_foto {
        width: 100%;
        margin: 0% auto;
        background-position: center;
        background-size: 100% auto;
        min-height: 400px;
    }

    #projeto_sesi {
        width: 46%;
        margin: 2%;
    }

    #projeto_senai {
        width: 46%;
        margin: 2%;
    }

    #categorias {
        width: 100%;
        margin: 0% auto;
        padding: 2% 10%;
    }

    #categorias_item {
        width: 25%;
        margin: 2% auto;
    }

    #participantes {
        width: 100%;
        margin: 2% auto;
        padding: 2% auto;
    }

    #participantes_item {
        width: 23%;
        margin: 2% 1%;
    }

    #ganhadores {
        width: 100%;
        margin: 0 auto;
        padding: 0 auto;
    }

    #ganhadores_sesi {
        width: 46%;
        margin: 2%;
    }

    #ganhadores_senai {
        width: 46%;
        margin: 2%;
    }

    #ganhadores_item {
        width: 42%;
        margin: 2% 4%;
        min-height: 240px;
    }    

    #regulamento_sesi, #regulamento_senai {
        width: 42%;
        margin: 2% 4%;
        text-align: center;
        display: inline-block;
        float: none;
    }

    #midias {
        width: 92%;
        margin: 0% 4%;
    }

    #rodape {
        width: 100%;
        margin: 0% auto;
        padding: 2% auto;
    }
}


.texto-titulo a:hover {
    background-color: #229b88;
    color: #FFFF00;
}


.texto-titulo-banner-maior {
    font-family: 'Ubuntu', cursive;
    font-size: 2.1em;
    font-style: oblique;
    color: white;
    letter-spacing: 1px;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.texto-titulo-banner {
    font-family: 'Ubuntu', cursive;
    font-size: 1em;
    font-style: oblique;
    color: white;
    letter-spacing: 1px;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.texto-titulo-grande {
    font-family: 'Ubuntu', cursive;
    font-size: 1em;
    color: #275C95;
}

.texto-titulo-grande a:link, .texto-titulo-grande a:active, .texto-titulo-grande a:visited {
    text-decoration: none;
    color: #1eae2f;
}

.texto-titulo-grande a:hover {
    color: #A0D80B;
}

.texto-titulo {
    font-family: 'Ubuntu', cursive;
    font-size: 1em;
    color: #275C95;
    font-weight: 400;
    text-decoration: none;
}

.texto-titulo a:link, .texto-titulo a:active, .texto-titulo a:visited {
    text-decoration: none;
    color: #275C95;
}

.texto-titulo a:hover {
    color: #229b88;
}

.texto-conteudo, .texto-conteudo a:link, .texto-conteudo a:active, .texto-conteudo a:visited {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1em;
    color: #585857;
    font-weight: 400;
    text-decoration: none;
}

.texto-conteudo a:hover {
    color: #463b2e;
}

.texto-menu, .texto-menu a:link, .texto-menu a:active, .texto-menu a:visited {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.2em;
    color: #FFF;
    font-weight: 400;
    text-decoration: none;
    font-style: oblique;
}

.texto-menu a:hover {
    color: #5993b8;
}

.texto-regulamento, .texto-regulamento a:link, .texto-regulamento a:active, .texto-regulamento a:visited {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.3em;
    color: #463b2e;
    font-weight: 400;
    text-decoration: none;
}

.publicacoes {
    width: 100%;
    padding: 10px;
    margin: 5px auto;
    position: relative;
}
.publicacoes > div {
    text-align: center;
    background-color: #f6f6f6;
    border-radius: 15px;
    padding: 33px;

}
.publicacoes:hover > div {
    background: #5993b8;
    cursor: pointer;
}

.texto-regulamento a:hover {
    color: #5993b8;
}

.texto-rodape {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    color: #fff !important;
}

.texto-info {
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.8em;
    color: #2D3968;
}

.input {
    width: 100%;
    background-color: #F9FCFF;
    border: 1px solid #463b2e;
    height: 30px;
    padding: 4px;
    color: #463b2e;
    font-size: 1em;
}

.ganhadores_foto {
    background-color: aliceblue;
    border-radius: 5%;
    border: 1px solid #CFCFCF;
    -webkit-box-shadow: 0px 3px 9px -1px rgba(194, 194, 194, 0.6);
    -moz-box-shadow: 0px 3px 9px -1px rgba(194, 194, 194, 0.6);
    box-shadow: 0px 3px 9px -1px rgba(194, 194, 194, 0.6);
}

.texto-ver-participante, .texto-ver-participante a:link, .texto-ver-participante a:active, .texto-ver-participante a:visited {
    position: relative;
    float: left;
    width: 60%;
    margin: 2% 20%;
    background-color: #5993b8;
    color: #FFF;
    border: 0;
    padding: 2% auto;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1em;
}

.texto-ver-participante a:hover {
    color: #FFDD00;
    background-color: #5993b8;
}

.texto-button,
.texto-button a:link,
.texto-button a:active,
.texto-button a:visited,
.texto-button input {
    position: relative;
    float: left;
    width: 60%;
    margin: 2% 20%;
    background-color: #5993b8;
    color: #FFF;
    border: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-family: 'Ubuntu', cursive;
    font-size: 1em;
}

.texto-button:hover,
.texto-button input:hover,
.texto-button input:focus {
    background-color: #244995;
    color: #02375C;
}

.texto-alterar-button, .texto-alterar-button a:link, .texto-alterar-button a:active, .texto-alterar-button a:visited {
    font-family: 'Ubuntu', sans-serif;
    background-color: #fa0;
    color: #FFF;
    border: 0;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

.texto-alterar-button a:hover {
    background-color: #FFC600;
    color: #FFFFFF;
}


.button-cadastrar {
    background-color: #3aaa35;
    color: #FFF;
    border: 0;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    margin: 0% auto;
    padding: 2% 0%;
}

.button-cadastrar:hover {
    background-color: #0AFF00;
}

.button-alterar {
    background-color: #fa0;
    color: #FFF;
    border: 0;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    margin: 0% auto;
    padding: 2% 0%;
}

.button-alterar:hover {
    background-color: #FFC600;
    color: #FFFFFF;
}

.button-excluir {
    background-color: #E81414;
    color: #FFF;
    border: 0;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    margin: 0% auto;
    padding: 2% 0%;
}

.button-excluir:hover {
    background-color: #FF9292;
}
/*/////////////////NEW CUSTOM/////////////////////*/
.texto-titulo-concorrentes {
    font-family: 'Ubuntu', cursive !important;
    font-size: 1em !important;
    color: #275C95 !important;
    text-decoration: none !important;
    font-weight: bold;
}

.texto-titulo-concorrentes small {
    font-weight: normal;
    line-height: 1;
    color: #999;
    font-size: 65%;
}
.button-default-view {
    display: block;
    width: 100%;
    margin: 5px auto;
    background-color: #5993b8;
    color: #fff;
    padding: 8px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 0.9em;
}
.button-default-view:hover {
    background: #f3c541;
}

.button-default-view-slim {
    display: block;
    width: 80%;
    margin: 4px auto;
    background-color: #5993b8;
    color: #fff;
    padding: 6px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 0.7em;
}
.button-default-view-slim:hover {
    background: #f3c541;
}

.button-default {
    clear: both;
    width: 100%;
    display: block;
    margin: 20px auto;
    padding: 15px;
    background-color: #5993b8;
    color: #275C95;
    border: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-family: 'Ubuntu', cursive;
    font-size: 1.2em;
}

.button-default:hover {
    background: #f3c541;
}

.button-default-w60 {
    clear: both;
    width: 60%;
    display: block;
    margin: 20px auto;
    padding: 15px;
    background-color: #5993b8;
    color: #fff;
    border: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-family: 'Ubuntu', cursive;
    font-size: 1.2em;
}

.button-default-w60:hover {
    background: #f3c541;
}

/* The container */
.label-radio {
    display: block;
    position: absolute;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    bottom: 50%;
    right: 5px;
}

/* Hide the browser's default radio button */
.label-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: -25px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #275c95;
}

/* On mouse-over, add a grey background color */
.label-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.label-radio input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.label-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.label-radio .checkmark:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


@media screen and (max-width: 1024px) {
    .button-default,
    .button-default:hover,
    .button-default-w60,
    .button-default-w60:hover {
        font-size: 0.80em;
        padding: 10px;
    }

    .button-default-view,
    .button-default-view:hover,
    .button-default-view-slim,
    .button-default-view-slim:hover {
        font-size: 10px;
    }
}

@media screen and (max-width: 640px) {
    .button-default,
    .button-default:hover,
    .button-default-w60,
    .button-default-w60:hover {
        font-size: 12px;
        width: 100%;
    }
}


.btn {
    text-decoration: none;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.card__image{
    width: 188px;
    height: 188px;
    border-radius: 5px;
}
.btn.btn-danger.btn-sm.btn-remover{
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#contador {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#contador .item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 5px solid #dee6ee;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    color: #73c0d4;
    font-size: 21px;

    margin-top: 25px;
}

#contador .item small{
    font-size: 8px;
    color: #73c0d4;
}