:root{
	--num-columnas: 10;
	--num-filas: 10;
	--num-columnasAdaptate:10;
	--num-filasAdaptate:10;
	--size: 47px;
	--sizeFull:100px;
}

@font-face {
  font-family: myArial;
  src: url(../fonts/Arial-Black.ttf);
}

body{
	/*background: linear-gradient(rgba(255,255,255,.95), rgba(255,255,255,.95)), url("../img/animales.jpg");
	background-repeat: no-repeat;
	background-position:center;
	background-attachment: fixed;*/
	
}

div{
	font-family:Avenir LT Pro,sans-serif;
}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loader.gif') 50% 50% no-repeat;
   
}

.container{
	width:55%;
	/*position:absolute;
	right:35%;	
	transform: translateX(50%);*/
	margin: 0 auto;
}

.containerResize{
	 width:100%;
	 /* padding: 20px; */
	 margin: 0 auto;
	 resize: both;
	 position: relative;
	 height: 1900px;
	 overflow:hidden;
}

.dropdown{
	
	width:100px;
	padding:5px;
	margin-left:5px;
}

#Aplication{
	
  width: 1000px;
  height: 80%;
  text-align: center;
  position: relative;
  left: 51%;
  top: 40%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  overflow:hidden;
	
}


#logo{
	width:100%;
	height:150px;
	padding:10px;
	background-image: url("../img/logo_lu.jpg");
	background-repeat: no-repeat;
	background-position:center;
}

#formData{
	width:100%;
	/*float:left;*/
	margin-bottom:10px;
}

#formData .row {
  position: relative;
  width: 20%;
  display: grid;
  grid: auto / auto auto;
  grid-template-columns: repeat(auto-fit,minmax(40%, 1fr));
  grid-gap: 30px;
}

#formData input{
	
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
	
}

#inputRegion{
	float:left;
	width:100%;
	display: flex;
	justify-content: center;
	 margin-bottom: 10px;
}

#dropDownRegion{
	float:left;
	width:100%;
	margin-bottom:10px;
	display: flex;
	justify-content: center;
}



#btRegion{
	margin-bottom:10px;
	padding:17px;
	margin-left:5px;
}

#menuColor{
	float:left;
}


#refColor{
	float:left;
	margin-left:3%;
	padding:10px;
}

#boxSwitch{
	width:165px;
	margin-left:5px;
	padding:5px;
}


#tableroFull{
	
	/*background-color: #999999;*/
	position:absolute;
	margin: auto;
	z-index:1;
	opacity: .4; 
	border-style: dotted;	
	pointer-events: none; /* the fix! */
}

#graficoLu{
	/*height:40%;*/
}

#canvaslu {
	
	width:100%;
	display: flex;
	justify-content: center;
	position: relative;
	
}

#tablero{
	
	display:grid;
	grid-template-columns: repeat(var(--num-columnasAdaptate),auto);
	grid-template-rows: repeat(var(--num-filasAdaptate), auto);
	background-color: #FFFFFF;	
	/*width: calc(var(--num-columnasAdaptate)* var(--size));*/
	
}


#tablero div{
	/*background-color: #BBBBBB;
	border-left: 2px solid #D3D3D3;
	border-top: 2px solid #D3D3D3;
	border-right: 2px solid #A9A9A9;
	border-bottom: 2px solid #A9A9A9;
	text-align: center;*/
	line-height: var(--size);
	
}


#resultPie{
		
	width:100%;
	margin-top:35px;
	margin-bottom:10px;
	display: flex;
	justify-content: center;
}

#resultPie div{
	
	width:50%;	
}

#generador{
	float:right;
}

/*@font-face {font-family: "Avenir LT Pro"; src: url("//db.onlinewebfonts.com/t/e5f78b4fb90a80a32be156470cbfead1.eot"); 
src: url("//db.onlinewebfonts.com/t/e5f78b4fb90a80a32be156470cbfead1.eot?#iefix") format("embedded-opentype"), 
url("//db.onlinewebfonts.com/t/e5f78b4fb90a80a32be156470cbfead1.woff2") format("woff2"), 
url("//db.onlinewebfonts.com/t/e5f78b4fb90a80a32be156470cbfead1.woff") format("woff"), 
url("//db.onlinewebfonts.com/t/e5f78b4fb90a80a32be156470cbfead1.ttf") 
format("truetype"), url("//db.onlinewebfonts.com/t/e5f78b4fb90a80a32be156470cbfead1.svg#Avenir LT Pro") format("svg"); }*/

.title03{
	padding:3px;
}

.parrafo_color01{
	border-radius: 10px;
	background-color:#a1ffea;
	padding:10px;
}

.left{
	float:left;
}

.paleta{
	
	width:80px;
	height:120px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
	transition: width 0.5s;
}

.paleta:hover{
	opacity:0.7;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
 /* background-color: #0ee6c2;*/
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.btLink{
	
  background: #c65aa5;
  -webkit-border-radius: 11;
  -moz-border-radius: 11;
  border-radius: 11px;
  color: #ffffff;
  font-family: myArial;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border-style: none!important;
  cursor:pointer;
	/*,"Arial Black", 'Arial Bold',Gadget, sans-serif*/
}

.btLink:hover {
	
  background: #d187ba;
  text-decoration: none;
}

.bt01{
	
  background: #0ee6c2;
  background-image: -webkit-linear-gradient(top, #0ee6c2, #0ee6c2);
  background-image: -moz-linear-gradient(top, #0ee6c2, #0ee6c2);
  background-image: -ms-linear-gradient(top, #0ee6c2, #0ee6c2);
  background-image: -o-linear-gradient(top, #0ee6c2, #0ee6c2);
  background-image: linear-gradient(to bottom, #0ee6c2, #0ee6c2);
  -webkit-border-radius: 11;
  -moz-border-radius: 11;
  border-radius: 11px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border-style: none!important;
  cursor:pointer;
}

.bt01:hover {
	background: #28ebca;
  background-image: -webkit-linear-gradient(top, #28ebca, #28ebca);
  background-image: -moz-linear-gradient(top, #28ebca, #28ebca);
  background-image: -ms-linear-gradient(top, #28ebca, #28ebca);
  background-image: -o-linear-gradient(top, #28ebca, #28ebca);
  background-image: linear-gradient(to bottom, #28ebca, #28ebca);
  text-decoration: none;
}

.btn:hover {
	background: #28ebca;
  background-image: -webkit-linear-gradient(top, #28ebca, #28ebca);
  background-image: -moz-linear-gradient(top, #28ebca, #28ebca);
  background-image: -ms-linear-gradient(top, #28ebca, #28ebca);
  background-image: -o-linear-gradient(top, #28ebca, #28ebca);
  background-image: linear-gradient(to bottom, #28ebca, #28ebca);
  text-decoration: none;
  cursor:pointer;
}
	
}
.pop-box .button {
  font-size: 18px;
  text-decoration: none;
  color: black;
  border: 1px solid black;
  border-radius: 20px;
  margin-top: 20px;
  padding: 10px 20px;
}

.bg-popContainer {
   height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7); 
  display: flex;
  position: fixed; 
  top: 0;
  left: 0;
  z-index: 1000; 
  align-items: center; 
  justify-content: center;
  display: none; 
}
 
 p {
	 padding:15px;
	 font-size:17px;
	 font-family: Arial, Helvetica, sans-serif;
 }
 

 .pop-box {
  width: 500px;
  height: 200px;
  background-color: #ffecc7;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  position: relative; 
}

.cont {
  border-radius: 20px;
}

input {
  /*width: 50%;*/
  display: block;
 /* margin: 15px auto;*/
  padding: 5px;
}

.contact{
	margin-top:8%;
	margin-bottom:10%;
	align-items: center;
	justify-content: center;
	display:flex;
	width:100%;
	font-family: "Arial black";
    font-weight: bold;
    color: #c65aa5;
}
.contact div{
	border-radius: 20px;
	background-color:#fceed9;
	padding:15px;
	width:40%;
}

.contact input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.contact input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.contact input[type=submit]:hover {
  background-color: #45a049;
}


.closer {
  position: absolute;
  top: 0;
  right: 14px;
  font-size: 42px;
  transform: rotate(45deg);
  cursor: pointer;
}

.closer:hover {
  color: rgb(51, 185, 134);
}
 

 .menu{
            width: -moz-fit-content;
			width: fit-content;
            height: 3.0rem;
			padding:3px;
            background-color: #f4f4f4;
            color: #333;
            border: 1px solid #aaa;
            box-shadow: 2px 2px 2px #999;
            border-radius: 0.2rem;
            list-style: none;
            position: fixed;
			font-family:Avenir LT Pro,sans-serif;

        }
        .menu.off{
            top: -200%;
            left: -200%;
        }
        .menu-item{
            height: 1.5rem;
            line-height: 1.5rem;
            font-size: 1rem;
            font-weight: 100;
            padding: 0 1rem;
            cursor: pointer;
        }
        .menu-item:hover,
        .menu-item:active{
            color: #000;
            font-weight: 500;
        }
		.menu li{
			float:none;
		}
		
.btPerfil{
	padding:2px;
	margin-left:5px;
	cursor: pointer;
}

.btPerfil:hover{
	padding:3.5px;
}

#p1{
	background-color:red;
	visibility:hidden;
}

#p2{
	background-color:red;
	visibility:hidden;
}

ul {
  list-style-type: none;
  margin: 0;
  padding-bottom:5px;
  overflow: hidden;
  padding-left: initial;
}

li {
  float: left;
}

#mesureH{
	
}

#valueMesureH {
	
}
           
#mesureV{
	/*width:23%;*/
	margin-left:2%;
}

#valueMesureV{
	/*width:23%;*/	
}

#voidH{
	/*width:23%;*/
	margin-left:2%;
}

#contentMesureH{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	margin-bottom:10px;
}

#contentIfo{
	
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	margin-bottom:15px;
		
}

#contentIfo div{
	border-radius: 20px;
	background-color:#fceed9;
	padding:1%;
}

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

 @-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}

#linkCompras{
	margin-top: 5%;
}

#txtLink{
	font-size: 30px;
    color: #F0AFDA;
    font-family: "Arial black";
	margin-bottom:3%;
}

.load {
	
	width: 30px;
	height: 30px;
	margin: 30px auto 0;
	border:solid 10px #8822aa;
	border-radius: 50%;
	border-right-color: transparent;
	border-bottom-color: transparent;
	 -webkit-transition: all 0.5s ease-in;
    -webkit-animation-name:             rotate; 
    -webkit-animation-duration:         1.0s; 
    -webkit-animation-iteration-count:  infinite;
    -webkit-animation-timing-function: linear;
    	
   transition: all 0.5s ease-in;
    animation-name:             rotate; 
    animation-duration:         1.0s; 
    animation-iteration-count:  infinite;
    animation-timing-function: linear; 
}


@media screen and (max-width: 550px) {
  #inputRegion li{
	  width:100%;
  }
  
  #inputRegion li input{
	  width:90%;
	  margin-bottom:3%
  } 
  
}

@media screen and (max-width: 750px) {
	
	#formData .row{
		width:90%;
	}
}

@media screen and (max-width: 1500px) {
	
	#formData .row{
		width:40%;
	}
}

@media screen and (max-width: 480px) {
	
	#dropDownRegion{
		
		display:block;
	}
	#menuColor{
		width:65%;
	}
	
	#refColor{
			float:none;
	}
	
	
	#generador{
		float:none;
		width:100%;
	}
	
	#graficoLu{
		 transform: scale(0.55);
		 padding-left: 6%;
	}
	
	#Aplication{
		
		 height:75%;
		 top: 35%;
		 left: 47%;
	}
	
	#resultPie {
		margin-top: 0px; 
		margin-bottom: 0px;	
	}
	
	#resultPie div{
		width:27%;
		font-size: 12px;
	}
	
	.contact div{
		width: 20%;
	}
	
	#contentIfo div {
		padding: 4%;
	}
	
	#formData .row{
		width:100%;
	}
	
	#containerResize{
		height:1700px;
	}
}

@media screen and (max-width: 310px) {
	
	#menuColor{
		width:100%;
		float:none;
	}
	
	#menuColor li{
		width:90%;
	}
	#menuColor li select{
		width:100%;
	}
	
	#refColor{
		display:none;
	}
	
	#graficoLu{
		 transform: scale(0.40);
		 padding-left: 4%;
	}
	
	#resultPie div{
		width:23%;
		font-size: 10px;
	}
	.bg-popContainer .pop-box{
		width:60%;
	}
	
	.bg-popContainer .pop-box p{
		font-size: 12px;
	}
	
	#containerResize{
		height:1700px;
	}
	
	
}

          


