body1 {
	background: linear-gradient(45deg,#3aa18d, #6151a3, #874f99, #aa4892, #aa4892, #538390, #327e9b, #327e9b, #9c648c, #4065a2, #7c7c8b) no-repeat center center fixed;
	background-size: 100% 100%;
	animation: gradient 70s ease infinite;
	animation-direction: alternate;
}

body {
	background: linear-gradient(45deg,#500000, #500000, #404040, #484848, #505050, #585858, #606060, #686868, #696969, #707070, #787878, #500000, #500000 ) no-repeat center center fixed;
	background-size: 600% 600%;
	positon: relative;
    animation: gradient 60s ease-in-out infinite;
}

@keyframes gradient {
    0% {background-position: 0 50%}
	50% {background-position: 100% 50%}
    100% {background-position: 0 50%}
}




.text-light {
	width:100%;
    min-width:1px;
    color: #f8f9fa!important;
	font-size: 4vw;
	margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
	margin-top: 0;
    margin: .67em 0;
	/*position: relative;*/ 
	/*font-family: "Montserrat", sans-serif;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	vertical-align: top;
}


* {
    font-family: 'Bebas Neue', cursive;
}


.btn {
    display: inline-block;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    /*border: 1px solid transparent;*/
    padding: .375rem .75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-outline-light {
    color: #FFFFFF;
    border-color: #FFFFFF;
	border: 1px solid ;
}
.button {
  background-color: #FF0000; /* Green */
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  transition-duration: 0.2s;
  cursor: pointer;
}
.button1 {
  background-color: transparent; 
  color: white; 
  border: 2px solid #FF0004;
}
.button1:hover {
  background-color: #FF0004;
  color: white;
}







.hbtn {
    display: inline-block;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
	margin-top: 10px;
    /*border: 1px solid transparent;*/
    padding: .375rem .75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 400px
}
.hbtn-outline-light {
    color: #FFFFFF;
    border-color: #FFFFFF;
	border: 1px solid ;
}
.hbutton {
  background-color: #FF0000; /* Green */
  border: none;
  color: #E7E7E7;
  text-align: center;
	margin-bottom: auto;
  text-decoration: none;
	font-size: 30px;
  display: inline-block;
  transition-duration: 0.2s;
  cursor: pointer;
}
.hbutton1 {
  background-color: transparent; 
  color: #E7E7E7; 
  border: 2px solid #4287f5;
}
.hbutton1:hover {
  background-color: #4287f5;
  color: #E7E7E7;
}


.obutton1 {
  background-color: transparent; 
  color: #E7E7E7; 
  border: 2px solid #00b300;
}
.obutton1:hover {
  background-color: #00b300;
  color: #E7E7E7;
}








.sub {
	color: #DBDBDB;
	font-family: 'Bebas Neue', cursive;
	font-size: 2.5vw;
	display: block;
	text-align: center;
	margin-top: 0;
	vertical-align: top;
}

.large {
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 1.5vw;
	display: block;
	text-align: center;
	margin-top: 0;
	vertical-align: top;
	padding-top: 10;
}

.hidden {
	display: none !important;
}



.videoWrapper iframe {
    margin:auto;
    display:block;
}

.sub2{
	color: #DBDBDB;
	font-family: 'Bebas Neue', cursive;
	font-size: 2.5vw;
	display: block;
	text-align: center;
	margin-top: 50px;
	vertical-align: top;
}

.warning{
	color: red;
}

.privacy{
	text-align: center;
	margin-top: 50px;
	color: #ffffff;
}

.floatRight{float:right;margin-left:20px}

.closead{
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0%;
  padding: 12px 16px;
  transform: translate(0%, -50%);
}

.jbad{
    max-width: 100%;
  	height: auto;
}
.ad{
    max-width: 100%;
  	height: auto;
}


.copy-button {
    color: white;
	cursor: pointer;
	flex: 0 0 auto;
    color: rgba(0, 0, 0, 0.54);
    padding: 12px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: right;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	width: 1em;
    display: inline;
    margin-right: -55px;
    vertical-align: bottom;
}



.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
	margin-bottom: -40px;
  width: 10%;
	object-fit: cover;
}
.AdCenter {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 10%;
	object-fit: cover;
}


.icon {
  	display: block;
  	margin-right: auto;
	margin-bottom: -40px;
	object-fit: cover;
}

.topicon {
  	display: inline-block;
	width: 30px;
	object-fit: cover;
	margin-bottom: -8px;
	margin-right: 10px;
	padding: -10px;
}



.rotate {
  animation: rotation 2s infinite linear;
}









/* The alert message box */
.alert {
  padding: 10px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
	font-size: 25px
}

.alert.danger {background-color: #f44336;}
.alert.success {background-color: #04AA6D;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
}








.tooltip {
  	position: relative;
  	display: inline-block;
  	border-bottom: 1px dotted black;
	
	height: 40px;
  width: 40px;
	background: #ccc;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.tooltipsmall {
  	position: relative;
  	display: inline-block;
  	border-bottom: 1px dotted black;
	
	height: 20px;
  width: 20px;
	background: #ccc;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}


.tooltip .tooltiptext h3, .tooltipsmall .tooltiptext h3 {
  margin: 0;
  padding: 10px 0 0 10px;
  height: 30px;
  background: #555;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.tooltip .tooltiptext p, .tooltipsmall .tooltiptext p {
  font-size: 15px;
  padding: 10px;
  margin: 0;
}

.tooltip .tooltiptext, .tooltipsmall .tooltiptext {
	font-size: 18px;
  visibility: hidden;
  width: 420px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: -300%;
  margin-left: -60px;
	
	
  
  /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 0.8s;
}

.tooltip:hover .tooltiptext, .tooltipsmall:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}













.btn-close {
	position: inherit;
	margin-left: 16.5%;
	margin-top: -1%;
  border: 0;
  padding: 0;
  background: #0066ff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 150ms;
}
.btn-close .icon-cross {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  position: relative;
  width: 20px;
  height: 40px;
}
.btn-close .icon-cross:before, .btn-close .icon-cross:after {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  height: 6px;
  background: #fff;
  border-radius: 6px;
}
.btn-close .icon-cross:before {
  transform: rotate(45deg);
}
.btn-close .icon-cross:after {
  transform: rotate(-45deg);
}
.btn-close .icon-cross span {
  display: block;
}
.btn-close:hover, .btn-close:focus {
  transform: rotateZ(90deg);
  background: #0052cc;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}





.fade-out {
  animation: fadeOut ease 8s;
  -webkit-animation: fadeOut ease 8s;
  -moz-animation: fadeOut ease 8s;
  -o-animation: fadeOut ease 8s;
  -ms-animation: fadeOut ease 8s;
}
@keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}




ins.adsbygoogle[data-ad-status="unfilled"] {
   display: none !important;
}




/* ------------------------- */
/* POPUP */
/* ------------------------- */

.ytoverlay {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
	z-index: 1;
}

.ytoverlay.active {
	visibility: visible;
}

.ytpopup {
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	padding: 20px;
	text-align: center;
	width: 600px;

	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}

.ytpopup .btn-cerrar-popup {
	font-size: 16px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
	color: #BBBBBB;
}

.ytpopup .btn-cerrar-popup:hover {
	color: #000;
}

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */
.ytpopup.active {	transform: scale(1); opacity: 1; }
.ytpopup.active h3 { animation: entradaTitulo .8s ease .5s forwards; }
.ytpopup.active h4 { animation: entradaSubtitulo .8s ease .5s forwards; }
.ytpopup.active .contenedor-inputs { animation: entradaInputs 1s linear 1s forwards; }

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}





.footer{
	text-align: center;
}



.loadinglabel{
	font-size: 25px;
}





.parent {
  text-align: center;
}
.parent > ul {
  display: inline-block;
}







.glow {
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #e60073, 0 0 4px #e60073, 0 0 5px #e60073, 0 0 6px #e60073, 0 0 7px #e60073;
  }
  
  to {
    text-shadow: 0 0 2px #fff, 0 0 3px #ff4da6, 0 0 4px #ff4da6, 0 0 5px #ff4da6, 0 0 6px #ff4da6, 0 0 7px #ff4da6, 0 0 8px #ff4da6;
  }
}


















nav{
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 8vh;
	background-color: #393939;
	font-family: 'Bebas Neue', cursive;
	border: 2px solid #FF0004;
}

.logo{
	color: #D0D0D0;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 20px;
	cursor: pointer;
}

.nav-links{
	display: flex;
	justify-content: space-around;
	width: 30%
}

.nav-links li{
	list-style: none;
}
.nav-links a{
	color: #D0D0D0;
	text-decoration: none;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 14px;
}

.burger{
	display: none;
	cursor: pointer;
}

.burger div{
	width: 25px;
	height: 3px;
	background-color: #D0D0D0;
	margin: 5px;
}

@media screen and (max-width:1024px){
	.nav-links{
		width: 60%;
	}
}

@media screen and (max-width:678px){
	body{
		overflow-x: hidden;
	}
	.nav-links{
		position: absolute;
		right: 0px;
		height: 92vh;
		top: 8vh;
		background-color: #393939;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 50%;
		transform: translateX(100%);
		transition: transform 0.5s ease-in;
		border: 2px solid #FF0004;
	}
	.nav-links li{
		opacity: 0;
	}
	.burger{
		display: block;
	}
}

.nav-active{
	transform: translateX(0%);
}

@keyframes navLinkFade{
	from{
		opacity: 0;
		transform: translateX(50px);
	}
	to{
		opacity: 1;
		transform: translateX(0px);
	}
}


@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}