table {
    border-collapse: collapse;
}
 
table,
th,
td {
    border: 1px solid black;
}
 
th,
td {
    padding: 5px;
}

/*** ESTILOS BOTÓN GROW SPIN ***/
.ov-btn-grow-spin {
    background: #000; /* color de fondo */
    color: rgba(203, 0, 211, 0.78); /* color de fuente */
    border: 2px solid rgba(203, 0, 211, 0.78); /* tamaño y color de borde */
    padding: 16px 20px;
    border-radius: 3px; /* redondear bordes */
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    cursor: hand;
    font-size: 25px;
}
.ov-btn-grow-spin:hover {
color: #fff;/* color de fuente hover */
    cursor: hand;
}
#header h1 { display:inline; }
.ov-btn-grow-spin::after {
content: "";
background: rgba(203, 0, 211, 0.78); /* color de fondo hover */
position: absolute;
z-index: -1;
padding: 16px 20px;
display: block;
left: 0;
right: 0;
top: 0;
bottom: 0;
transform: scale(0, 0) rotate(-180deg);
transition: all 0.3s ease;
    cursor: hand;
}
.ov-btn-grow-spin:hover::after {
transition: all 0.3s ease-out;
transform: scale(1, 1) rotate(0deg);
    cursor: hand;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loading-white.gif') 50% 50% no-repeat rgb(255, 255, 255);
    opacity: .9;
}
.portada{
   background: url(https://images.unsplash.com/photo-1629723515744-9ece210b6ddd?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80) no-repeat fixed center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   height: 100%;
   width: 100% ;
   text-align: center;
}
.boddy_background{
    background: url("https://images.unsplash.com/photo-1629723515744-9ece210b6ddd?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.padre {
  margin: 1% auto 0;
  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.hijo {
  width: auto;
}

.sometxt {
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.mydiv {
	position: relative;
	margin: 2% auto 0;
	width: 90%;
    background: linear-gradient(90deg, #764ba2, #000); 
}

.animate-bg:before, .animate-bg:after {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	background: linear-gradient(120deg, #79fb00, #8d01a0, #031ba5,#ff004c,  
	#e6036d, #fb0094,#ff6600, #04c2e4,#adad02, #00c3ff);
	background-size: 300%;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	z-index: -1;
	animation: BGgradient 15s ease infinite; 
}

@keyframes BGgradient {
	0% {
		background-position: 0% 200%;
	}
	50% {
		background-position: 200% 0%;
	}
	100% {
		background-position: 0% 330%;
	}
}

.animate-bg:after {
	filter: brightness(1.4);
	filter: drop-shadow(16px 16px 20px rgb(248, 220, 97));
	filter: blur(9px);
}


body{
    font-family: "Quicksand-Regular";
    overflow-x: hidden;
}


button:hover {
  background: blue;
}

#anime-demo {
  text-align: left;
}
.portada{
    background: url(https://images.unsplash.com/photo-1513151233558-d860c5398176?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80) no-repeat fixed center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   height: 100%;
   width: 100% ;
   text-align: center;
    font-family: "Quicksand-Regular";
}

.square {
  pointer-events: none;
  position: relative;
  width: 100px;
  height: 100px;
  background-color: cornflowerblue;
  margin: 4px;
  display: inline-block;
}

.blue {
  background: blue;
}
.green {
  background: green;
}

.controls {
  margin-top: 100px;
}

@font-face {
    font-family: "Quicksand-Regular";
    src: url("Fortnite.ttf");
}

.clear {
  width: 100%;
  clear: both;
}

.card {
  float: left;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0.88);
  border-radius: 10px;
  padding: 6px;
    margin-bottom: 16px;
}

button {
  float: left;
}

.headers > div {
  float: left;
  width: 5rem;
  text-align: center;
  padding: 2px;
}

.estilo_input {
   border: 0;
    width: 44px;
    height: 30px;
    font-family: "Quicksand-Regular";
    background-color: rgba(255, 255, 255, 0);
    font-size: 30px;
 }

.headers > div span {
  font-size: 35px;
  color: #fff;
  font-weight: bold;
}
.headers > div input {
  font-size: 55px;
  font-weight: bold;
    font-size: 30px;
}

.column {
padding: 2px;
  float: left;
  width: 5rem;
  text-align: center;
}

.text-center{
    text-align: center;
}

.number {
  padding: 15px 0;
  border: 2px solid rgba(203, 0, 211, 0.78);
  background-color: rgba(255, 255, 255, 0.94);
    margin-left: 5px;
    margin-bottom: 5px;
  border-radius: 7px;
    text-align: center;
}

.number span {
  color: #000;
  font-size: 22px;
}

.number span:hover {
  text-shadow: 0 0 5px rgba(203, 0, 211, 0.78);
}
.number input {
  color: #000;
  font-size: 22px;
    font-size: 30px;
}

.number input:hover {
  text-shadow: 0 0 5px rgba(203, 0, 211, 0.78);
    font-size: 30px;
}

.select-css {
    margin-left: 15px;
 display: block;
 font-size: 16px;
 font-family: 'Arial', sans-serif;
 font-weight: 400;
 color: #444;
 line-height: 1.3;
 padding: .4em 1.4em .3em .8em;
 max-width: 100%; 
 box-sizing: border-box;
 margin: 0;
    margin-bottom: 18px;
 border: 1px solid #aaa;
 box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
 border-radius: .3em;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 background-color: #fff;
 background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
   linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
 background-repeat: no-repeat, repeat;
 background-position: right .7em top 50%, 0 0;
 background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
 display: none;
}
.select-css:hover {
 border-color: #888;
}
.select-css:focus {
 border-color: #aaa;
 box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
 box-shadow: 0 0 0 3px -moz-mac-focusring;
 color: #222; 
 outline: none;
}
.select-css option {
 font-weight:normal;
}


.contenedor_head{
    width: 100%;
    margin:0px;
    display:table;
}
.elemento{
    width:50%;
    display:table-cell;
}


.container {
  display: flex;
  /* align-items por defecto tiene el valor `stretch` */
  align-items: start;
}
.center-h {
  justify-content: space-evenly;
}
.center-v {
  align-items: center;
}
.child {
}


.span_panel{
    font-family:sans-serif; 
    font-weight: bold;
}

.input_anfora {
    background: #fff; /* color de fondo */
    color: #4741d7; /* color de fuente */
    border: 2px solid #4741d7; /* tamaño y color de borde */
    padding: 16px 20px;
    border-radius: 3px; /* redondear bordes */
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    font-family: "Quicksand-Regular";
    font-size: 25px;
}