@charset "UTF-8";
/* CSS Document */


.cuerpo {
	background-color: #000000;
}
#set-height {
	display: block;
}
#v0 {
	top: 0;
	left: 0;
	width: 100%;
}
.descripcion3 {
	padding: 20px;
	font-size: 1em;
	text-align: center;
	font-weight: 400;
	line-height: 140%;
	color: #fff
}
.margen-cuerpo1 {
	max-width: 920px;
	margin: auto;
}
.sombras2 {
	margin: 0;
	overflow: hidden;
	-webkit-box-shadow: 11px 14px 16px -7px rgba(0,0,0,.34);
	-moz-box-shadow: 11px 14px 16px -7px rgba(0,0,0,.34);
	box-shadow: 11px 14px 16px -7px rgba(0,0,0,.34)
}
.informacion {
	border: 2px solid #d3d3d3;
	height: 100%;
	margin: 20px;
	overflow: hidden;
	border-radius: 10px;
}
.margenes-secciones {
	margin: 50px 0px 0px 0px;
}
/*FORMULARIO*/
.form-contact {
	width: 100%;
	font-family: "Arial", Times, serif;
}
.form-contact-input {
	width: 100%;
	color: #292929;
	font-size: 18px;
	background-color: #E9E9E9;
	border: 1px solid #E9E9E9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-indent: 20px;
	padding-top: 10px;
}
.form-contact-textarea {
	width: 100%;
	color: #292929;
	font-size: 18px;
	background-color: #E9E9E9;
	border: 1px solid #E9E9E9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 200px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-indent: 20px;
	padding-top: 16px;
	padding-left: 0;
	padding-right: 0;
	font-family: "Arial", Times, serif;
}
.form-contact-button {
	width: 100%;
	font-size: 18px;
	border-radius: 10px;
	color: #fff;
	height: 40px;
	opacity: .8;
	margin-bottom: 20px;
	cursor: pointer;
	background: #c06c56;
	display: block;
	transition: 1s;
	border: 0px;
	letter-spacing: 1pt;
}
.form-contact-button:hover {
	opacity: 1;
}
/*BOTONES*/

.centrar-btn {
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
	box-shadow: 0 0px 0px rgba(0,0,0,.05);
	;
	background-color: transparent;
	border: 0px solid;
	text-align: left;
}
/* 11 */
.custom-btn {
	width: 250px;
	height: 40px;
	color: #fff;
	padding: 10px 25px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),  7px 7px 20px 0px rgba(0,0,0,.1),  4px 4px 5px 0px rgba(0,0,0,.1);
	outline: none;
}
.btn-11 {
	border: none;
	background: rgb(117,117,117);
	background: linear-gradient(180deg, rgba(117,117,117,1) 0%, rgba(0,0,0,1) 100%, rgba(0,212,255,1) 100%);
	color: #fff;
	overflow: hidden;
}
.btn-11:hover {
	text-decoration: none;
	color: #fff;
}
.btn-11:before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-11:hover {
	opacity: .7;
}
.btn-11:active {
	box-shadow: 4px 4px 6px 0 rgba(255,255,255,.3),  -4px -4px 6px 0 rgba(116, 125, 136, .2),  inset -4px -4px 6px 0 rgba(255,255,255,.2),  inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}
 @-webkit-keyframes shiny-btn1 {
 0% {
-webkit-transform: scale(0) rotate(45deg);
opacity: 0;
}
 80% {
-webkit-transform: scale(0) rotate(45deg);
opacity: 0.5;
}
 81% {
-webkit-transform: scale(4) rotate(45deg);
opacity: 1;
}
 100% {
-webkit-transform: scale(50) rotate(45deg);
opacity: 0;
}
}

/* Pop */
@-webkit-keyframes hvr-pop {
 50% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
}
@keyframes hvr-pop {
 50% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
}
.hvr-pop {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
	-webkit-animation-name: hvr-pop;
	animation-name: hvr-pop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/*EFECTO BOB*/

@-webkit-keyframes hvr-bob {
0% {
-webkit-transform:translateY(-15px);
transform:translateY(-8px)
}
50% {
-webkit-transform:translateY(-4px);
transform:translateY(-4px)
}
100% {
-webkit-transform:translateY(-15px);
transform:translateY(-15px)
}
}
@keyframes hvr-bob {
0% {
-webkit-transform:translateY(-15px);
transform:translateY(-15px)
}
50% {
-webkit-transform:translateY(-4px);
transform:translateY(-4px)
}
100% {
-webkit-transform:translateY(-15px);
transform:translateY(-15px)
}
}
@-webkit-keyframes hvr-bob-float {
100% {
-webkit-transform:translateY(-15px);
transform:translateY(-15px)
}
}
@keyframes hvr-bob-float {
100% {
-webkit-transform:translateY(-15px);
transform:translateY(-15px)
}
}
.hvr-bob {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent
}
.hvr-bob, .hvr-bob:focus {
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate
}
/* Float */
.hvr-float {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}
/*EFECTO PARPADEAR*/

.parpadea {
	animation-name: parpadeo;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: parpadeo;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite
}
@-moz-keyframes parpadeo {
0% {
opacity:1
}
60% {
opacity:.5
}
70% {
opacity:1
}
}
@-webkit-keyframes parpadeo {
0% {
opacity:1
}
60% {
opacity:.5
}
70% {
opacity:1
}
}
.titulos-big {
	padding: 0px 0px 10px 0px;
	line-height: 120%;
	text-align: center;
	font-size: 3em;
	letter-spacing: 1pt;
	color: #c06c56;
}
.titulos {
	padding: 0px 0px 10px 0px;
	line-height: 120%;
	text-align: left;
	font-size: 2.5em;
	letter-spacing: 1pt;
	color: #c06c56;
}
.titulos strong {
	color: #c06c56;
}
.titulos span {
	color: #ffffff;
	font-size: 0.6em;
	font-weight: 300;
	letter-spacing: 4pt;
}
.sub-titulos {
	text-align: left;
	padding-bottom: 50px;
	font-weight: 200;
	line-height: 120%;
	letter-spacing: 0.5pt;
	font-size: 1.5em;
	color: #ffffff;
}
svg path, svg rect {
	fill: #c06c56;
}
.pc {
	display: block;
}
.mobile {
	display: none;
}
.existencias {
	width: 250px;
	border: 1px solid #c06c56;
	color: #c06c56;
	text-align: center;
}
 @media only screen and (max-width: 768px) {
.titulos {
	text-align: center;
	font-size: 1.5em;
	color: #c06c56
}
.existencias {
	margin: auto;
	width: 250px;
	border: 1px solid #c06c56;
	color: #c06c56;
	text-align: center;
}
.pc {
	display: none;
}
.mobile {
	display: block;
}
.centrar-btn {
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
	box-shadow: 0 0px 0px rgba(0,0,0,.05);
	;
	background-color: transparent;
	border: 0px solid;
	text-align: center;
}
.sub-titulos {
	text-align: center;
	padding-bottom: 50px;
	font-weight: 200;
	line-height: 120%;
	letter-spacing: 0.5pt;
	font-size: 1.3em;
	color: #ffffff;
}
