
body{
	 background: #6441A5!important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #031c3b, #6441A5)!important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #031c3b, #6441A5)!important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	
	
}
.fb-share-button{}
body.pushable>.pusher {
   
    background: #6441A5!important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #031c3b, #6441A5)!important;  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #031c3b, #6441A5)!important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.h1Ft1 {font-family: 'Shrikhand', cursive !important;}
.h1Ft2 {font-family: 'Titan One', cursive !important;}
.fontHand{font-family: 'Source Sans Pro', sans-serif;}
.fontIndi{ font-family: 'Indie Flower', cursive;}
/*helpers*/
.notBorder{border:none!important;}
.notShadow{box-shadow:none!important;}

.text-white{color:#ffffff;}

/*estilos de botones */
.btn {
  flex: 1 1 auto;
  margin: 10px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  border:none;
  font-size:1.5rem;
 /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
 
  font-family: 'Source Sans Pro', sans-serif;
  
  border-radius: 200px;
  cursor:pointer;
 }
 
 .btn-mini {
 	margin-top: 0.2em;
    position: absolute;
    padding:0.5em;
    border-radius:15px;
    color:white;
 }


.btn:hover {
  background-position: right center; /* change the direction of the change here */
}
.btn-purple {background-image: linear-gradient(to right, #9a16c3 0%, #5c0970 51%, #f14ac5 100%);}
.btns-purple{  box-shadow: 0 0 20px #e33baf;}      

.btn-gold{ background-image: linear-gradient(to right, #cb480c 0%, #cb7811 51%, #a712bd 100%);}
.btns-gold{ box-shadow: 0 0 20px #bd5d18;} 
/*borders*/
.brd-m{ border: 6px solid #fff;}

.t-white{ color: white;}   
.ui.white.header {
    color: #ffffff!important;
}

#slices .slice.avalible {
	cursor: pointer;
}
#slices .slice:not(.avalible) {
	cursor: not-allowed;
	opacity: 0.5;
}

.marginTop10{ margin-top:10px;}.marginTop15{ margin-top:15px;}
.marginBottom10{ margin-bottom:10px;} .marginBottom15{ margin-bottom:15px;}
.paddingBottom10{ padding-bottom:10px!important;} .paddingBottom15{ padding-bottom:15px!important;}
.paddingBottom10{ padding-bottom:10px!important;} .paddingBottom15{ padding-bottom:15px!important;}

/*text-shadow*/
.ts-m{text-shadow: 1px 2px 17px rgb(171 57 13 / 88%)}
.t-shadow{text-shadow: 1px -1px 10px black;}
/*animaciones*/

.bounce-2{
  animation: bounce; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 1s; /* don't forget to set a duration! */
}

.rubber{
	  animation:rubberBand; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}

.bgLine {
  /*  border: 3px solid #e6adad;
    padding: 15px;*/
}
.bgLine:hover{
 animation: bounce; /* referring directly to the animation's @keyframe declaration */
animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
 
}

main
{
	background: url("/img/rosca/svg/nocheReyes.svg") no-repeat center;
	background-image: url("/img/rosca/svg/nocheReyes.svg");
	background-size: cover;
	background-attachment: fixed;
    background-position: bottom center;
}
.star{
	background: url(/img/rosca/svg/star.png) no-repeat center;
    position: absolute;
    background-image: url(/img/rosca/svg/star.png);
    background-size: contain;
	animation:flash; /* referring directly to the animation's @keyframe declaration */
  	animation-duration: 12s;
  	animation-iteration-count: infinite;
	}

/*inputs*/
input[type=text],textarea,input[type=number],input[type=email]{}


.star-s{ width: 90px;height: 90px;}
.star-m{width:50px;height:50px;}
.delay-2{animation-delay: 2s}


/*papel libreta usar 2 div el primero con clase papael y el segundo con clase lines**/ 
.paper {
  position: absolute;
  height: 550px;
  width: 450px;
  background: rgba(255,255,255,0.9);
  margin: -275px -225px;
  left: 50%;
  top: 50%;
  box-shadow: 0px 0px 5px 0px #888;
}
.paper::before {
  content: '';
  position: absolute;
  left: 45px;
  height: 100%;
  width: 2px;
  background: rgba(255,0,0,0.4);
}
.lines {
  margin-top: 40px;
  height: calc(100% - 40px);
  width: 100%;
  background-image: repeating-linear-gradient(white 0px, white 24px, steelblue 25px);
}
/*efecto muchas cartas*/
.letter {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  margin: 26px auto 0;
  /*max-width: 550px;*/
  
  min-height: 150px;
  padding: 24px;
  position: relative;

}
.letter:before, .letter:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.letter:before {
  background: #fafafa;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}
.letter:after {
  background: #f6f6f6;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
}

/*tabla*/

.ui.striped.table tbody tr:nth-child(2n), .ui.striped.table>tr:nth-child(2n) {
background-color: rgb(255 219 119 / 55%)!important;
}

/*decoraciones*/

.borderCandy {
    background-color: rgb(249 243 242 / 80%);
    display: inline-flex;
    margin: 20px;
    /* width: 20vw; */
    /* height: 20vw; */
    border-radius: 8px;
    border: 15px solid #d3acc7!important;
    border-image: repeating-linear-gradient( 
45deg, #efa2a4, #e4d6eb 20px, white 20px, white 40px ) 20!important;}

.wr{
  border-bottom: 5px solid #f1f1f1;
    border-radius: 50%;
    box-shadow: 0px 12px 50px -15px #0e0e0f;
    text-shadow: 0px 1px 10px;
    width: 300px;
    padding: 1rem;
    margin: 100px auto;
    
}

.op{
    border: 1px solid #dbd2d2!important;
    /*width: 200px;*/
    border-radius: 50%;
    box-shadow: inset 5px 5px 10px #ccc!important;
    margin:0;
}
.backImage{
	background-color: #e4d6eb;
	border-radius:200px;
}

#cutImg {
    margin: 0 auto;
    max-width: 450px;
}

.invitadosholder .invitado:not(:last-child) .add {
	display:none !important;
}

#niniosHolder {
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
}

#niniosHolder .ninioConfig:nth-child(2n+1) .ninioImg {
	filter: hue-rotate(35deg); 
}

#niniosHolder .ninioConfig:nth-child(3n+1) .ninioImg {
	filter: hue-rotate(-35deg); 
}

#niniosHolder .ninioConfig:nth-child(3n) .ninioImg {
	filter: sepia(50%);
}

#niniosHolder .ninioConfig:nth-child(4n) .ninioImg {
	filter: grayscale(-35deg); 
}