:focus{
	outline: none;
}
body {
  position: relative;
 }

/* Smartphones */
@media only screen 
and (max-width : 500px) {
 	.letralogo{
 	font-size: 20px;
	}
	.titinicio{
 	font-size: 40px;
	}
	.texinicio{
	padding-left: 15%;
	padding-right: 15%;
	}
	.texnosotros{
	font-size: 12px;
	}
	.texprod{
	font-size: 12px;
	padding-left: 5%;
	padding-right: 5%;
	}
	.texsocios{
	font-size: 12px;
	}
}
 
/* iPads */
@media only screen 
and (min-width : 500px) {
 	.letralogo{
 	font-size: 25px;
	}
	.ltitinicio{
 	font-size: 70px;
	}
	.texinicio{
	padding-left: 10%;
	padding-right: 10%;
	}
	.texnosotros{
	font-size: 16px;
	}
	.texprod{
	font-size: 16px;
	padding-left: 15%;
	padding-right: 15%;
	}
	.texsocios{
	font-size: 16px;
	}
}

/* Ordenadores */
@media only screen 
and (min-width : 750px) {
 	.letralogo{
 	font-size: 30px;
	}
	.titinicio{
 	font-size: 80px;
 	padding-left: 10%;
	padding-right: 10%;
	}
	.texinicio{
	padding-left: 20%;
	padding-right: 20%;
	}
	.texnosotros{
	font-size: 16px;
	}
	.texprod{
	font-size: 16px;
	padding-left: 20%;
	padding-right: 20%;
	}
	.texsocios{
	font-size: 16px;
	}
}



.letralogo{
	font-family: 'Orbitron', sans-serif;
	color: white;
	margin-left: -7px;
	margin-bottom: 0px;
	font-weight: lighter !important; 
}
.logoin{
	margin-left: 5px;
}
.top-nav-collapse{
	background: rgba(0,0,0,0.800) !important;
}
.nav-link.active,
.show>.nav-link{
    background: rgb(135,255,46) !important;
    color: grey !important;
}
.nav-link:hover,
.show>.nav-link{
    background: rgba(150,150,150,0.300) !important;
}
.navbar{
	background: rgba(0,0,0,0.400) !important;
}



.dropdown-toggle{
	color: white !important;
}
.dropdown-menu{
	background: rgba(0,0,0,0.800) !important;
	margin-top: 13px !important;
}
.dropdown-item{
	color: white !important;
}
.dropdown-item:hover{
	background: rgba(150,150,150,0.300) !important;
}


.lang{
	white-space: pre-wrap;
}


.inline-block{
	float:none;
	display: inline-block;
	padding-left: 1%;
	padding-right: 1%;
}
.fondoinicio{
	background: url(fotoinicio.png);
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#inicio{
	position: relative;
}
.titinicio{
	font-family: 'Bungee Inline', cursive;
	color: rgb(135,255,46);
	text-align: center;
	padding-top: 50vh;
}
.texinicio{
	font-size: 16px;
	color: white;
	text-align: center;
	padding-top: 5%;
}
.fondonosotros{
	background: url(nosotrostop.png);
	height: 5%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.titnosotros{
	font-family: 'Baloo 2', cursive;
	color: rgb(135,255,46);
	font-size: 50px;
	text-align: left;
	padding-top: 290px;
	padding-left: 20%;
	padding-right: 20%;
}
.texnosotros{
	color: grey;
	text-align: justify;
	padding-top: 5%;
	padding-left: 20%;
	padding-right: 20%;
	background-color: white;
}
.fotonosotros{
	width: 350px;
 	position: center;
	margin-top: 230px;
	margin-bottom: 50px;
	border-radius: 35px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
}
.fotonosotrosb{
	width: 450px;
	transform: translateX(360px);
	transition: all 2s ease-in-out;
	-webkit-transition: all 2s ease-in-out; /** Chrome & Safari **/
	padding-bottom: 50px;
}
.fotonosotrosc{
	width: 450px;
	animation: rotar 5s linear infinite;
	padding-bottom: 50px;
}
@keyframes rotar{
	from{
		transform: rotateY(180deg);
		}
		to{
		transform: rotateY(-180deg);
		}
}
.fondoprod{
	background: url(productos.png);
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.titprod{
	font-family: 'Baloo 2', cursive;
	color: rgb(135,255,46);
	font-size: 50px;
	text-align: center;
	padding-top: 20vh;
}
.texprod{
	font-size: 16px;
	color: white;
	text-align: center;
	padding-top: 5%;
}
.titsocios{
	font-family: 'Baloo 2', cursive;
	color: rgb(135,255,46);
	font-size: 50px;
	font-size: 50px;
	text-align: center;
	padding-top: 20vh;
}
.texsocios{
	color: grey;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 20%;
	padding-right: 20%;
}
.textologos{
	padding-top: 5%;
	padding-bottom: 30%;
}
.texloglink{
	font-size: 20px;
	font-weight: bold;
	color: black;
}
.texloglink:hover{
	color: rgb(135,255,46);
}
.fotologos{
	width: 250px;
}








.titcir{
	font-family: 'Baloo 2', cursive;
	font-size: 30px;
	color: black;
}









.texletynum{
	line-height: 1em;
}
.texnume1{
	font-size: 32px;
	color: rgba(167,0,209,0.9);
	font-weight: 400;
	padding: 100px 0px 0px 0px;
}
.texnume1 p:before{
	content: "\f017";
	font-family: FontAwesome;
	display: inline-block;
	font-size: 33px;
	color: rgba(167,0,209,0.9);
	margin-right: 10px;
	margin-left: 38px;
}
.texnume2{
	font-size: 32px;
	color: rgba(167,0,209,0.9);
	font-weight: 400;
	padding: 100px 0px 0px 0px;
}
.texnume2 p:before{
	content: "\f0b1";
	font-family: FontAwesome;
	display: inline-block;
	font-size: 29px;
	color: rgba(167,0,209,0.9);
	margin-right: 10px;
	margin-left: 38px;
}
.texnume3{
	font-size: 32px;
	color: rgba(167,0,209,0.9);
	font-weight: 400;
	padding: 100px 0px 0px 0px;
}
.texnume3 p:before{
	content: "\f118";
	font-family: FontAwesome;
	display: inline-block;
	font-size: 35px;
	color: rgba(167,0,209,0.9);
	margin-right: 10px;
	margin-left: 38px;
}
.texnume4{
	font-size: 32px;
	color: rgba(167,0,209,0.9);
	font-weight: 400;
	padding: 100px 0px 0px 0px;
}
.texnume4 p:before{
	content: "\f0c0";
	font-family: FontAwesome;
	display: inline-block;
	font-size: 27px;
	color: rgba(167,0,209,0.9);
	margin-right: 10px;
	margin-left: 38px;
}












.texmayor{
	font-size: 14px;
	color: white;
	padding: 0px 0px 30px 0px;
	line-height: 1em;
}
.texmayor p:before{
	content: "\f101";
	font-family: FontAwesome;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	color: white;
	margin-right: 2px;
}
.fondocontac{
	background-color: rgba(0,0,0,0.55);
	background-size: cover;
}
.infocontact{
	width: 400px;
	height: 530px;
	background: rgb(135,255,46);
	background-size: cover;
	background-position: center center;
	border-radius: 10px; 
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
	margin-top: 125px;
	margin-bottom: 175px;
}
.tituloinfo{
	color: white;
	display: flex;
	flex-direction: column;
	text-align: center;
	font-size: 22px;
	margin-top: 40px;
}
.tituloinfo span{
	font-size: 100px;
	margin-bottom: 20px;
	color: black;
}
.subtitinfo{
	color: black;
	flex-direction: column;
	align-items: center;
	font-size: 15px;
	margin-right: 30px;
	margin-left: 30px;
}
.textoinfo{
	color: black;
	flex-direction: column;
	align-items: right;
	font-size: 17px;
	margin-top: 130px;
	margin-left: 50px;
}
.textoinfo p{
	display: flex;
	align-items: center;
	margin-top: -15px;
}
.textoinfo p:nth-child(1) span{
	font-size: 20px;
	margin-right: 10px;
}
.textoinfo p:nth-child(2) span{
	font-size: 35px;
	margin-right: 10px;
	margin-left: 3px;
}
.textoinfo p:nth-child(3) span{
	font-size: 35px;
	margin-right: 10px;
	margin-left: 3px;
}
.formcontact{
	width: 600px;
	height: 530px;
	overflow: hidden;
	background: white;
	margin-top: 125px;
	margin-bottom: 175px;
	padding: 50px 40px;
}
form.formcontact h3{
	font-size: 22px;
	margin-bottom: 50px;
}
.textoform{
	display: flex;
	flex-direction: column;
	font-size: 17px;
	font-weight: 400;
}
form.formcontact input,
form.formcontact textarea{
	border: none;
	border-bottom: 2px solid rgba(0,0,0,0.2);
	margin-top: -12px;
	margin-bottom: 15px;

	color: rgba(0,0,0,0.6);
	font-size: 14px;
}
form.formcontact textarea{
	max-width: 100%;
	min-width: 100%;
	max-height: 150px;
	min-height: 100px
}
form.formcontact input[type="submit"]{
	width: 150px;
	background: rgb(135,255,46);
	padding: 10px;
	border: none;
	border-radius: 4px;
	align-self: flex-end;
	margin-top: 10px;

	color: black;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
}
form.formcontact input[type="submit"]:hover{
	background: rgba(150,150,150,1);
}



.fondoerror{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ventanaerror{
	background: white;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	width: 400px;
	padding: 30px 30px 20px;
}
.ventanaerror h3{
	text-align: center;
	font-size: 20px;
}
.ventanaerror h3:after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0.5);
	margin: 10px 0px 15px;
}



.ventanaerror p{
	font-size: 16px;
}
.ventanaerror p:before{
	content: "\f00d";
	font-family: FontAwesome;
	display: inline-block;
	color: red;
	margin-right: 8px;
	margin-left: 3px;
}
.ventanaerror #btncerrar{
	display: inline-block;
	padding: 5px 14px;
	margin-top: -15px;
	margin-bottom: 5px;
	background: rgba(167,0,209,0.9);
	cursor: pointer;
	float: right;
	margin-right: 20px;
	color: white;
	font-weight: 400;
}
.ventanaerror a{
	font-size: 16px;
	float: right;
}