/*
	DIOGENES JUNIOR
	CONTATO@DIOGENESJUNIOR.COM.BR
	
*/


/*---------------------------------
	OUTROS ESTILOS
-----------------------------------*/

  section.copinha .container{
  	width: 600px;
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	position: relative;
  	overflow: hidden;
  }
  .container-copinha {
    display: flex;
    flex-direction: column;
  }


  section.copinha .capa-copinha{
  	position: absolute;
  	display: block;
  	width: 100%;
  	height: 100%;
  	width: 100%;
  	height: 100%;
  	background: url('../images/Banner-BemVindo.jpg') #000 no-repeat;
  	background-size: cover;
  	background-position: center center;
  	z-index: 999;
  	top: 0;
  	left: 0;
  	text-align: center;
  	padding-top: 180px;
  	 -webkit-transition: 300ms ease;
    transition: 300ms ease;
  }

  section.copinha .capa-copinha img{
  	width: 70%;
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  }

  .row-copinha {
    display: flex;
    flex: 1;
  }

  .col-copinha {
    height: 100px;
  }

  .col-1-copinha {
    flex: 1;
    background-color: #eee;
     -webkit-transition: 300ms ease;
    transition: 300ms ease;
  	cursor: pointer;
  }

  .col-copinha img{
    width: 50px;
    height: 48px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    object-fit: cover;
  }

  .col-copinha span{
  	cursor: pointer;
  }

  .col-1-copinha.copinha-ativo{
  	box-shadow: inset 0px 0px 7px 3px #ff0000 !important;
  	background: #1d8d4d !important;
    color: #fff !important;
  	-webkit-transition: 300ms ease;
    transition: 300ms ease;
  }

  .col-1-copinha.copinha-ativo span{
  	color: #fff !important;
  }

  .col-5-copinha {
    flex: 5;
    background-color: #ccc;
    position: relative;
  }

  .row-copinha > .col-copinha {
    border: 0px solid #ccc;
    box-shadow: inset 0 0 0 1px #ccc;
    text-align: center;
    padding-top: 12px;
    font-weight: 900;
    font-size: 13px;
    color: #000 !important;
  }

  .row-copinha > .col-copinha span{
    color: #000 !important;
  }

  .row-copinha > .col-copinha.clicado {
  	background: #fff;
  	border: 0px solid #849cf2;
    box-shadow: inset 0px 0px 7px 3px #849cf2 !important;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
  }




  .overlay-copinha {
    position: absolute;
    top: 100px;
    left: calc(100% / 7 - -10px);
    width: calc(100% - (100% / 7 * 2.254));
    height: 600px;
    background: url('../images/Banner-BemVindo.jpg') #000 no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 10;
  }


  .mini-actions{
  		margin-top: -5px;
    margin-bottom: 8px;
  }


		#switchModoTeste{
		    position: relative;
		    z-index: 181;
		}

		#switchModoTeste label{
		    color: #fff;
		    font-weight: bold;
		    font-size: 13px;
		    line-height: 24px;
		}

		#switchModoTeste input{

		}


		#switchModoTeste .custom-control-input:checked ~ .custom-control-label::before {
		    color: #fff;
		    border-color: #00ed68 !important;
		    background-color: #00ed68 !important;
		}



  #mutesound{
  	position: relative;
    display: block;
    margin-left: auto;
    float: right;
    right: -5px;
    top: -7px;
    z-index: 9991;
  	 -webkit-transition: 300ms ease;
    transition: 300ms ease;
  }

  #mutesound a,
  #mutesound a:hover{
  	text-decoration: none !important;
  	box-shadow: none !important;
  }

  #mutesound img{
     width: 26px;
      -webkit-transition: 300ms ease;
    transition: 300ms ease;
  } 

  /*
  #mutesound.ativo{
  	top: -3px;
  	 -webkit-transition: 300ms ease;
    transition: 300ms ease;
  }

  #mutesound.ativo img{
     width: 28px;
     filter:invert(1);
      -webkit-transition: 300ms ease;
    transition: 300ms ease;
  } 
  */ 



  section.copinha .actions{
  	position: absolute;
    background: rgba(000,000,000,0.86);
    width: 100%;
    z-index: 99;
    bottom: 115px;
    width: 350px;
    left: 50%;
    margin-left: -175px;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    color: #fff;
  }

  section.copinha .actions .selecoes-usuario{
  		font-size: 13px;
  }

  section.copinha .actions .selecoes-usuario div{

  }

  section.copinha .actions .selecoes-usuario div img{
    width: 42px;
    height: 28px;
    object-fit: cover;
    margin-bottom: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  section.copinha .actions.times .selecoes-usuario div img{
    width: auto;
    height: 28px;
    object-fit: cover;
    margin-bottom: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  section.copinha .actions label{
  	text-align: left !important;
    width: 100%;
    font-size: 13px;
  }

  section.copinha .actions .user-selection{
  	position: relative;
    display: inline-block;
    width: 25%;
  }

  section.copinha .actions .user-selection p{
  	font-size: 11px;
  	height: 40px;
    line-height: 15px;
    margin-bottom: 0;
  }




  section.copinha .form-control{
  	background: none;
    border: 1px solid #ccc !important;
    border-radius: 24px;
    height: 43px;
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
    margin-top: 3px;
  }


  section.copinha .actions .girando{
  		position: absolute;
  		display: none;
  		width: 100%;
  		height: 100%;
  		z-index: 999;
  		background: rgba(000,000,000,0.80);
  		color: #fff;
  		font-size: 13px;
  		text-align: center;
  		padding-top: 55px;
  		top: 0;
  		left: 0;
  		border-radius: 12px;
  		-webkit-transition: 300ms ease;
    	transition: 300ms ease;
  }

  section.copinha .actions .girando img{
  	position: relative;
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 24px;
  	height: auto;
  	margin-bottom: 12px;
  }


  .times img{
  	border-radius: 0px !important;
  }
  .times .overlay-copinha {
    position: absolute;
    top: 100px;
    left: calc(100% / 7 - -10px);
    width: calc(100% - (100% / 7 * 2.254));
    height: 600px;
    background: url('../images/hmgneE4C45vxLnNu (1).jpg') #000 no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 10;
  }


  @media(max-width:540px){

		  		section.copinha .container {
					    width: 390px;
					    display: block;
					    margin-left: auto;
					    margin-right: auto;
					    position: relative;
					    overflow: hidden;
					}

					.col-copinha {
					    height: 80px;
					}

					.row-copinha > .col-copinha {
					    border: 0px solid #ccc;
					    box-shadow: inset 0 0 0 1px #ccc;
					    text-align: center;
					    padding-top: 12px;
					    font-weight: 900;
					    font-size: 13px;
					    color: #000;
					}

					.col-copinha img {
					    width: 28px;
					    height: 27px;
					    display: block;
					    margin-left: auto;
					    margin-right: auto;
					    border-radius: 100%;
					    object-fit: cover;
					}

					.overlay-copinha,
					.times .overlay-copinha{
					    position: absolute;
					    top: 80px;
					    left: calc(100% / 7 - -10px);
					    width: calc(100% - (100% / 7 * 2.340));
					    height: 481px;
					    z-index: 10;
					}

					section.copinha .actions {
					    position: absolute;
					    background: rgba(000,000,000,0.90);
					    width: 100%;
					    z-index: 99;
					    bottom: 115px;
					    width: 60%;
					    left: 50%;
					    margin-left: -30%;
					    border-radius: 12px;
					    padding: 20px;
					    text-align: center;
					    color: #fff;
					}

					section.copinha .actions .btn-primary,
					section.copinha .actions .btn-primary:hover,
					section.copinha .actions .btn-primary:active,
					section.copinha .actions .btn-primary:focus,
					section.copinha .actions .btn-primary:visited{
							width: 100% !important;
					}

					section.copinha .actions .user-selection p {
					    white-space: nowrap;
					}

					#switchModoTeste label {
					    color: #fff;
					    font-weight: 900;
					    font-size: 10px;
					    line-height: 24px;
					}

  }


  section.copinha .btn-primary,
	section.copinha .btn-primary:hover,
	section.copinha .btn-primary:active,
	section.copinha .btn-primary:focus,
	section.copinha .btn-primary:visited{
    font-weight: bold !important;
    background: #0cd463 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }