@font-face{
	font-family: Buchery;
	src: url(../tipografias/Buchery.ttf);
}

@font-face{
	font-family: Prompt;
	src: url(../tipografias/Prompt-Regular.ttf);
}

@font-face{
	font-family: PromptBold;
	src: url(../tipografias/Prompt-Bold.ttf);
}

@font-face{
	font-family: PromptMedium;
	src: url(../tipografias/Prompt-Medium.ttf);
}

@font-face{
	font-family: PromptExtraLight;
	src: url(../tipografias/Prompt-ExtraLight.ttf);
}

.navBarResponisve{
	display: none;
}

.somosHomeRes{
	display: none;
}

.productosHomeRes{
	display: none;
}

*{
	font-family: Prompt;
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

/* NAVBAR */
.navBar{
	width: 100%;
	height: 110px;
	position: fixed;
	z-index: 2;
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}


.relevoImg img{
	width: 100%;
	height: auto;
	margin-left: 10px;
	margin-top: 20px;
}

.divUl ul li{
	display: inline-block;
	margin: 50px 20px;
	margin-left: 100px;
	color: white;
	cursor: pointer;
}

.llamaYa img{
	margin-top: 50px;
	margin-left: 170px;
}

/* GALLERY */

.galleryRelevo{
	height: 820px;
}

.galleryRelevo img{
	margin-left: 50%;
	margin-top: 25%;
	transform: translate(-50%, -50%);
}

/* Vídeo */


/* Somos Home */
.somosHome{
	padding-bottom: 50px;
	background: rgb(57, 151, 209);
	background: linear-gradient(90deg, rgba(57, 151, 209, 1) 0%,  rgba(44, 78, 150,1) 100%);
}

.h1pDiv p{
	font-family: PromptExtraLight;
	color: white;
	margin-top: 10px;
}

.h1pDiv h1{
	font-family: PromptMedium;
	color: white;
	margin-top: 60px;
}

.marcasSomos img{
	margin-top: 80px;
	margin-left: 100px;
	width: 300px;
	height: auto;
}

.pruebaDiv p{
	color: rgba(0, 0, 0, 0);
}

/* Productos */

.productosHome{
	height: 480px;
}

.imgNosotrosDiv{
	width: 70% !important;
	height: auto;
	margin-top: 80px !important;
	margin-left: 140px;
}

.imgNosotrosDiv2{
	width: 65% !important;
	height: auto;
	margin-top: 50px !important;
	margin-left: 140px;
}
 
ul > li {
	list-style-type: none;
	position: absolute;
	top: 0;
	padding: 20px;
	margin-top: 1330px;
	height: 200px; 
	opacity: 0;
	padding-top: 40px;
	text-align: center;
	transition: 1s opacity; 
}

.active {
	opacity: 1;
}

.product1{
	width: 270px !important;
}

.product2{
	width: 250px !important;
}

.product3{
	width: 300px !important;
	margin-top: 30px !important;
}

.product4{
	width: 250px !important;
}

.product5{
	width: 240px !important;
}

.product6{
	width: 300px !important;
}

.product7{
	width: 290px !important;
}

.product8{
	width: 290px !important;
}

.product9{
	width: 250px !important;
}

.h1Productos h1{
	font-family: Buchery;
	background: -webkit-linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 100px;
	font-size: 70px;
	margin-left: 70px;
}

.h2Pantallas h2{
	margin-top: 40px;
	font-family: PromptBold;
	font-size: 50px;
	color: rgba(44, 78, 150,1);
	margin-left: 70px;
}

.imgPlazas img{
	width: 400px;
	height: auto;
	margin-top: 10px;
	margin-left: 70px;
}

/* Footer */
footer{
	background-color: rgb(218, 223, 225);
	margin-top: 80px;
	height: 370px;
}

.relevoFooter img{
	margin-top: 50px;
}

.h5Footer {
	font-family: PromptBold;
	color: rgba(44, 78, 150,1);
	margin-top: 20px;
	font-size: 25px;
}

.footerH5{
	margin-top: 50px;
}

.footerH5 h5{
	margin-top: 0px;
	text-align: right;
	color: rgb(125, 134, 140);
}

.faceFooter{
	margin-left: 0px;
}

.faceFooter img{
	margin-top: 10px;
	float: right;
	height: 30px;
	width: auto;
}

.celFooter{
	margin-left: 0px;
}

.celFooter img{
	margin-top: 10px;
	float: right;
	width: 200px;
	height: auto;
	
}

.madeUnico img{
	position: absolute;
	margin-top: 80px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.btnForm button{
	position: fixed;
	bottom: 50px;
	right: 25px;
	z-index: 5200;
	width: 300px;
	height: 50px;
	border: none;
	color: white;
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	font-family: PromptBold;
	border-radius: 25px;
	font-size: 25px;
	transition: 0.5s;
}

.btnForm button:after{
	content: '>>';
	position: absolute;
	opacity: 0;  
	bottom: 5px;
	right: 25px;
	font-size: 25px;
	transition: 0.8s;
}

.btnForm button:hover{
	padding-right: 50px;
	padding-left: 10px;
}

.btnForm button:hover:after {
	opacity: 1;
	right: 40px;
}

/* Modal */
.modal-header{
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}

.modal-title{
	color: white;
}

.modal-body{
	background-color: rgb(212, 213, 213);
}

.modal-footer{
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}

.marginPop input{
	margin-top: 15px;
	border-radius: 20px;
	height: 35px;
	border: none;
	margin-left: 15px;
}

.mssgMas{
	height: 100px;
}

.marginPop img{
	width: 300px;
	height: 150px;
	margin-top: 20px;
	margin-left: 15px;
}

@media only screen and (max-width: 1700px){
/* NAVBAR */
.navBar{
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 2;
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}


.relevoImg img{
	width: 100%;
	height: auto;
	margin-left: 30px;
	margin-top: 20px;
}

.divUl ul li{
	display: inline-block;
	margin: 40px 20px;
	margin-left: 80px;
	font-size: 20px;
	color: white;
	cursor: pointer;
}

.llamaYa img{
	margin-top: 40px;
	margin-left: 190px;
}

/* GALLERY */

.galleryRelevo{
	height: 820px;
}

.galleryRelevo img{
	margin-left: 50%;
	margin-top: 27%;
	transform: translate(-50%, -50%);
}

/* Vídeo */


/* Somos Home */
.somosHome{
	padding-bottom: 50px;
	background: rgb(57, 151, 209);
	background: linear-gradient(90deg, rgba(57, 151, 209, 1) 0%,  rgba(44, 78, 150,1) 100%);
}

.h1pDiv p{
	font-family: PromptExtraLight;
	color: white;
	margin-top: 10px;
}

.h1pDiv h1{
	font-family: PromptMedium;
	color: white;
	margin-top: 60px;
}

.marcasSomos img{
	margin-top: 80px;
	margin-left: 100px;
	width: 300px;
	height: auto;
}

.pruebaDiv p{
	color: rgba(0, 0, 0, 0);
}

/* Productos */

.productosHome{
	height: 480px;
}

.imgNosotrosDiv{
	width: 70% !important;
	height: auto;
	margin-top: 120px !important;
	margin-left: 140px;
}

.imgNosotrosDiv2{
	width: 65% !important;
	height: auto;
	margin-top: 100px !important;
	margin-left: 140px;
}


.imgProductos img{
	width: 400px;
	height: auto;
	margin-top: 100px;
}

.h1Productos h1{
	font-family: Buchery;
	background: -webkit-linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 100px;
	font-size: 70px;
	margin-left: 70px;
}

.h2Pantallas h2{
	margin-top: 40px;
	font-family: PromptBold;
	font-size: 50px;
	color: rgba(44, 78, 150,1);
	margin-left: 70px;
}

.imgPlazas img{
	width: 400px;
	height: auto;
	margin-top: 10px;
	margin-left: 70px;
}

ul > li {
	list-style-type: none;
	position: absolute;
	top: 0;
	padding: 20px;
	margin-top: 1230px;
	height: 200px; 
	opacity: 0;
	padding-top: 40px;
	text-align: center;
	transition: 1s opacity; 
}

.active {
	opacity: 1;
}

.product1{
	width: 270px !important;
}

.product2{
	width: 250px !important;
}

.product3{
	width: 300px !important;
	margin-top: 110px !important;
}

.product4{
	width: 250px !important;
}

.product5{
	width: 240px !important;
}

.product6{
	width: 300px !important;
}

.product7{
	width: 290px !important;
}

.product8{
	width: 290px !important;
}

.product9{
	width: 250px !important;
}

/* Footer */
footer{
	background-color: rgb(218, 223, 225);
	margin-top: 80px;
	height: 370px;
}

.relevoFooter img{
	margin-top: 50px;
}

.h5Footer {
	font-family: PromptBold;
	color: rgba(44, 78, 150,1);
	margin-top: 20px;
	font-size: 25px;
}

.footerH5{
	margin-top: 50px;
}

.footerH5 h5{
	margin-top: 0px;
	text-align: right;
	color: rgb(125, 134, 140);
}

.faceFooter{
	margin-left: 0px;
}

.faceFooter img{
	margin-top: 10px;
	float: right;
	height: 30px;
	width: auto;
}

.celFooter{
	margin-left: 0px;
}

.celFooter img{
	margin-top: 10px;
	float: right;
	width: 200px;
	height: auto;
	
}

.madeUnico img{
	position: absolute;
	margin-top: 80px;
	left: 50%;
	transform: translate(-50%, -50%);
}
}

@media only screen and (max-width: 1600px){
/* NAVBAR */
.navBar{
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 2;
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}


.relevoImg img{
	width: 100%;
	height: auto;
	margin-left: 30px;
	margin-top: 25px;
}

.divUl ul li{
	display: inline-block;
	margin: 40px 20px;
	margin-left: 65px;
	color: white;
	cursor: pointer;
}

.llamaYa img{
	margin-top: 40px;
	margin-left: 120px;
}

/* GALLERY */

.galleryRelevo{
	height: 820px;
}

.galleryRelevo img{
	margin-left: 50%;
	margin-top: 29%;
	transform: translate(-50%, -50%);
}

/* Vídeo */


/* Somos Home */
.somosHome{
	padding-bottom: 50px;
	background: rgb(57, 151, 209);
	background: linear-gradient(90deg, rgba(57, 151, 209, 1) 0%,  rgba(44, 78, 150,1) 100%);
}

.h1pDiv p{
	font-family: PromptExtraLight;
	color: white;
	margin-top: 10px;
}

.h1pDiv h1{
	font-family: PromptMedium;
	color: white;
	margin-top: 60px;
}

.marcasSomos img{
	margin-top: 80px;
	margin-left: 100px;
	width: 300px;
	height: auto;
}

.pruebaDiv p{
	color: rgba(0, 0, 0, 0);
}

/* Productos */

.productosHome{
	height: 480px;
}

.imgNosotrosDiv{
	width: 70% !important;
	height: auto;
	margin-top: 120px !important;
	margin-left: 140px;
}

.imgNosotrosDiv2{
	width: 65% !important;
	height: auto;
	margin-top: 100px !important;
	margin-left: 140px;
}


.imgProductos img{
	width: 400px;
	height: auto;
	margin-top: 100px;
}

.h1Productos h1{
	font-family: Buchery;
	background: -webkit-linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 100px;
	font-size: 70px;
	margin-left: 70px;
}

.h2Pantallas h2{
	margin-top: 40px;
	font-family: PromptBold;
	font-size: 50px;
	color: rgba(44, 78, 150,1);
	margin-left: 70px;
}

.imgPlazas img{
	width: 400px;
	height: auto;
	margin-top: 10px;
	margin-left: 70px;
}

ul > li {
	list-style-type: none;
	position: absolute;
	top: 0;
	padding: 20px;
	margin-top: 1230px;
	height: 200px; 
	opacity: 0;
	padding-top: 40px;
	text-align: center;
	transition: 1s opacity; 
}

.active {
	opacity: 1;
}

.product1{
	width: 270px !important;
}

.product2{
	width: 250px !important;
}

.product3{
	width: 300px !important;
	margin-top: 110px !important;
}

.product4{
	width: 250px !important;
}

.product5{
	width: 240px !important;
}

.product6{
	width: 300px !important;
}

.product7{
	width: 290px !important;
}

.product8{
	width: 290px !important;
}

.product9{
	width: 250px !important;
}

/* Footer */
footer{
	background-color: rgb(218, 223, 225);
	margin-top: 80px;
	height: 370px;
}

.relevoFooter img{
	margin-top: 50px;
}

.h5Footer {
	font-family: PromptBold;
	color: rgba(44, 78, 150,1);
	margin-top: 20px;
	font-size: 25px;
}

.footerH5{
	margin-top: 50px;
}

.footerH5 h5{
	margin-top: 0px;
	text-align: right;
	color: rgb(125, 134, 140);
}

.faceFooter{
	margin-left: 0px;
}

.faceFooter img{
	margin-top: 10px;
	float: right;
	height: 30px;
	width: auto;
}

.celFooter{
	margin-left: 0px;
}

.celFooter img{
	margin-top: 10px;
	float: right;
	width: 200px;
	height: auto;
	
}

.madeUnico img{
	position: absolute;
	margin-top: 80px;
	left: 50%;
	transform: translate(-50%, -50%);
}
}

@media only screen and (max-width: 1500px){
/* NAVBAR */
.navBar{
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 2;
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}


.relevoImg img{
	width: 100%;
	height: auto;
	margin-left: 30px;
	margin-top: 30px;
}

.divUl ul li{
	display: inline-block;
	margin: 40px 20px;
	font-size: 18px;
	margin-left: 60px;
	color: white;
	cursor: pointer;
}

.llamaYa img{
	margin-top: 40px;
	margin-left: 100px;
}

/* GALLERY */

.galleryRelevo{
	height: 820px;
}

.galleryRelevo img{
	margin-left: 50%;
	margin-top: 32%;
	transform: translate(-50%, -50%);
}

/* Vídeo */


/* Somos Home */
.somosHome{
	padding-bottom: 50px;
	background: rgb(57, 151, 209);
	background: linear-gradient(90deg, rgba(57, 151, 209, 1) 0%,  rgba(44, 78, 150,1) 100%);
}

.h1pDiv p{
	font-family: PromptExtraLight;
	color: white;
	margin-top: 10px;
}

.h1pDiv h1{
	font-family: PromptMedium;
	color: white;
	margin-top: 60px;
}

.marcasSomos img{
	margin-top: 80px;
	margin-left: 100px;
	width: 300px;
	height: auto;
}

.pruebaDiv p{
	color: rgba(0, 0, 0, 0);
}

/* Productos */

.productosHome{
	height: 480px;
}

.imgNosotrosDiv{
	width: 70% !important;
	height: auto;
	margin-top: 120px !important;
	margin-left: 140px;
}

.imgNosotrosDiv2{
	width: 65% !important;
	height: auto;
	margin-top: 100px !important;
	margin-left: 140px;
}


.imgProductos img{
	width: 400px;
	height: auto;
	margin-top: 100px;
}

.h1Productos h1{
	font-family: Buchery;
	background: -webkit-linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 100px;
	font-size: 70px;
	margin-left: 70px;
}

.h2Pantallas h2{
	margin-top: 40px;
	font-family: PromptBold;
	font-size: 50px;
	color: rgba(44, 78, 150,1);
	margin-left: 70px;
}

.imgPlazas img{
	width: 400px;
	height: auto;
	margin-top: 10px;
	margin-left: 70px;
}

/* Footer */
footer{
	background-color: rgb(218, 223, 225);
	margin-top: 80px;
	height: 370px;
}

.relevoFooter img{
	margin-top: 50px;
}

.h5Footer {
	font-family: PromptBold;
	color: rgba(44, 78, 150,1);
	margin-top: 20px;
	font-size: 25px;
}

.footerH5{
	margin-top: 50px;
}

.footerH5 h5{
	margin-top: 0px;
	text-align: right;
	color: rgb(125, 134, 140);
}

.faceFooter{
	margin-left: 0px;
}

.faceFooter img{
	margin-top: 10px;
	float: right;
	height: 30px;
	width: auto;
}

.celFooter{
	margin-left: 0px;
}

.celFooter img{
	margin-top: 10px;
	float: right;
	width: 200px;
	height: auto;
	
}

.madeUnico img{
	position: absolute;
	margin-top: 80px;
	left: 50%;
	transform: translate(-50%, -50%);
}
}

@media only screen and (max-width: 1400px){
*{
	font-family: Prompt;
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

/* NAVBAR */
.navBar{
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 2;
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}


.relevoImg img{
	width: 110%;
	margin-left: 30px;
	margin-top: 30px;
}

.divUl ul li{
	display: inline-block;
	margin: 40px 10px;
	margin-left: 60px;
	color: white;
	cursor: pointer;
}

.llamaYa img{
	margin-top: 40px;
	margin-left: 40px;
}

/* GALLERY */

.galleryRelevo{
	height: 800px;
}

.galleryRelevo img{
	margin-left: 50%;
	margin-top: 34%;
	transform: translate(-50%, -50%);
}

/* Vídeo */


/* Somos Home */
.somosHome{
	padding-bottom: 50px;
	background: rgb(57, 151, 209);
	background: linear-gradient(90deg, rgba(57, 151, 209, 1) 0%,  rgba(44, 78, 150,1) 100%);
}

.h1pDiv p{
	font-family: PromptExtraLight;
	color: white;
	margin-top: 10px;
}

.h1pDiv h1{
	font-family: PromptMedium;
	color: white;
	margin-top: 60px;
}

.marcasSomos img{
	margin-top: 80px;
	margin-left: 100px;
	width: 300px;
	height: auto;
}

.pruebaDiv p{
	color: rgba(0, 0, 0, 0);
}

/* Productos */

.productosHome{
	height: 400px;
}

.imgNosotrosDiv{
	width: 70% !important;
	height: auto;
	margin-top: 120px !important;
	margin-left: 150px;
}

.imgNosotrosDiv2{
	width: 65% !important;
	height: auto;
	margin-top: 100px !important;
	margin-left: 150px;
}

.imgProductos img{
	width: 400px;
	height: auto;
	margin-top: 100px;
}

.h1Productos h1{
	font-family: Buchery;
	background: -webkit-linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 100px;
	font-size: 70px;
	margin-left: 70px;
}

.h2Pantallas h2{
	margin-top: 40px;
	font-family: PromptBold;
	font-size: 50px;
	color: rgba(44, 78, 150,1);
	margin-left: 70px;
}

ul > li {
	list-style-type: none;
	position: absolute;
	top: 0;
	padding: 20px;
	margin-top: 1180px;
	height: 200px; 
	opacity: 0;
	padding-top: 40px;
	text-align: center;
	transition: 1s opacity; 
}

.active {
	opacity: 1;
}

.product1{
	width: 240px !important;
}

.product2{
	width: 220px !important;
}

.product3{
	width: 270px !important;
}

.product4{
	width: 220px !important;
}

.product5{
	width: 210px !important;
}

.product6{
	width: 270px !important;
}

.product7{
	width: 260px !important;
}

.product8{
	width: 260px !important;
}

.product9{
	width: 230px !important;
}

.imgPlazas img{
	width: 400px;
	height: auto;
	margin-top: 10px;
	margin-left: 70px;
}

/* Footer */
footer{
	background-color: rgb(218, 223, 225);
	margin-top: 80px;
	height: 370px;
}

.relevoFooter img{
	margin-top: 50px;
}

.h5Footer {
	font-family: PromptBold;
	color: rgba(44, 78, 150,1);
	margin-top: 20px;
	font-size: 25px;
}

.footerH5{
	margin-top: 50px;
}

.footerH5 h5{
	margin-top: 0px;
	text-align: right;
	color: rgb(125, 134, 140);
}

.faceFooter{
	margin-left: 0px;
}

.faceFooter img{
	margin-top: 10px;
	float: right;
	height: 30px;
	width: auto;
}

.celFooter{
	margin-left: 0px;
}

.celFooter img{
	margin-top: 10px;
	float: right;
	width: 200px;
	height: auto;
	
}

.madeUnico img{
	position: absolute;
	margin-top: 80px;
	left: 50%;
	transform: translate(-50%, -50%);
}
}


@media only screen and (max-width: 1300px){
*{
	font-family: Prompt;
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

/* NAVBAR */
.navBar{
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 2;
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}


.relevoImg img{
	width: 120%;
	margin-left: 30px;
	margin-top: 30px;
}

.divUl ul li{
	display: inline-block;
	margin: 40px 0px;
	margin-left: 55px;
	color: white;
	cursor: pointer;
}

.llamaYa img{
	margin-top: 40px;
	margin-left: 40px;
}

/* GALLERY */

.galleryRelevo{
	height: 700px;
}

.galleryRelevo img{
	width: 750px;
	height: auto;
	margin-left: 50%;
	margin-top: 32%;
	transform: translate(-50%, -50%);
}

/* Vídeo */


/* Somos Home */
.somosHome{
	padding-bottom: 50px;
	background: rgb(57, 151, 209);
	background: linear-gradient(90deg, rgba(57, 151, 209, 1) 0%,  rgba(44, 78, 150,1) 100%);
}

.h1pDiv p{
	font-family: PromptExtraLight;
	color: white;
	margin-top: 10px;
}

.h1pDiv h1{
	font-family: PromptMedium;
	color: white;
	margin-top: 60px;
}

.marcasSomos img{
	margin-top: 80px;
	margin-left: 100px;
	width: 300px;
	height: auto;
}

.pruebaDiv p{
	color: rgba(0, 0, 0, 0);
}

/* Productos */

.productosHome{
	height: 420px;
}

.imgNosotrosDiv{
	width: 70% !important;
	height: auto;
	margin-top: 120px !important;
	margin-left: 120px;
}

.imgNosotrosDiv2{
	width: 65% !important;
	height: auto;
	margin-top: 100px !important;
	margin-left: 120px;
}

.imgProductos img{
	width: 350px;
	height: auto;
	margin-top: 100px;
}

.h1Productos h1{
	font-family: Buchery;
	background: -webkit-linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 100px;
	font-size: 65px;
	margin-left: 50px;
}

.h2Pantallas h2{
	margin-top: 40px;
	font-family: PromptBold;
	font-size: 45px;
	color: rgba(44, 78, 150,1);
	margin-left: 50px;
}

.imgPlazas img{
	width: 300px;
	height: auto;
	margin-top: 10px;
	margin-left: 50px;
}

ul > li {
	list-style-type: none;
	position: absolute;
	top: 0;
	padding: 20px;
	margin-top: 1150px;
	height: 200px; 
	opacity: 0;
	padding-top: 40px;
	text-align: center;
	transition: 1s opacity; 
}

.active {
	opacity: 1;
}

.product1{
	width: 200px !important;
}

.product2{
	width: 180px !important;
}

.product3{
	width: 230px !important;
}

.product4{
	width: 180px !important;
}

.product5{
	width: 170px !important;
}

.product6{
	width: 230px !important;
}

.product7{
	width: 220px !important;
}

.product8{
	width: 220px !important;
}

.product9{
	width: 190px !important;
}

/* Footer */
footer{
	background-color: rgb(218, 223, 225);
	margin-top: 80px;
	height: 370px;
}

.relevoFooter img{
	width: 200px;
	height: auto;
	margin-top: 50px;
}

.h5Footer {
	font-family: PromptBold;
	color: rgba(44, 78, 150,1);
	margin-top: 20px;
	font-size: 20px;
}

.footerH5{
	margin-top: 50px;
}

.footerH5 h5{
	margin-top: 0px;
	text-align: right;
	color: rgb(125, 134, 140);
}

.faceFooter{
	margin-left: 0px;
}

.faceFooter img{
	margin-top: 10px;
	float: right;
	height: 30px;
	width: auto;
}

.celFooter{
	margin-left: 0px;
}

.celFooter img{
	margin-top: 10px;
	float: right;
	width: 200px;
	height: auto;
	
}

.madeUnico img{
	position: absolute;
	margin-top: 80px;
	left: 50%;
	transform: translate(-50%, -50%);
}
}


@media only screen and (max-width: 1200px){
*{
	font-family: Prompt;
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

/* NAVBAR */
.navBar{
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 2;
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}


.relevoImg img{
	width: 125%;
	margin-left: 25px;
	margin-top: 25px;
}

.divUl ul li{
	display: inline-block;
	margin: 40px 0px;
	margin-left: 50px;
	font-size: 17px;
	color: white;
	cursor: pointer;
}

.llamaYa img{
	margin-top: 40px;
	margin-left: 30px;
}

/* GALLERY */

.galleryRelevo{
	height: 620px;
}

.galleryRelevo img{
	margin-left: 50%;
	margin-top: 32%;
	transform: translate(-50%, -50%);
}

/* Vídeo */


/* Somos Home */
.somosHome{
	padding-bottom: 50px;
	background: rgb(57, 151, 209);
	background: linear-gradient(90deg, rgba(57, 151, 209, 1) 0%,  rgba(44, 78, 150,1) 100%);
}

.h1pDiv p{
	font-family: PromptExtraLight;
	color: white;
	margin-top: 10px;
}

.h1pDiv h1{
	font-family: PromptMedium;
	color: white;
	margin-top: 60px;
}

.marcasSomos img{
	margin-top: 80px;
	margin-left: 100px;
	width: 300px;
	height: auto;
}

.pruebaDiv p{
	color: rgba(0, 0, 0, 0);
}

/* Productos */

.productosHome{
	height: 380px;
}

.imgNosotrosDiv{
	width: 74% !important;
	height: auto;
	margin-top: 120px !important;
	margin-left: 100px;
}

.imgNosotrosDiv2{
	width: 68% !important;
	height: auto;
	margin-top: 100px !important;
	margin-left: 100px;
}

.imgProductos img{
	width: 350px;
	height: auto;
	margin-top: 100px;
}

.h1Productos h1{
	font-family: Buchery;
	background: -webkit-linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 100px;
	font-size: 60px;
	margin-left: 50px;
}

.h2Pantallas h2{
	margin-top: 40px;
	font-family: PromptBold;
	font-size: 40px;
	color: rgba(44, 78, 150,1);
	margin-left: 50px;
}

.imgPlazas img{
	width: 250px;
	height: auto;
	margin-top: 10px;
	margin-left: 50px;
}

ul > li {
	list-style-type: none;
	position: absolute;
	top: 0;
	padding: 20px;
	margin-top: 1050px;
	height: 200px; 
	opacity: 0;
	padding-top: 40px;
	text-align: center;
	transition: 1s opacity; 
}

.active {
	opacity: 1;
}

.product1{
	width: 200px !important;
}

.product2{
	width: 180px !important;
}

.product3{
	width: 230px !important;
}

.product4{
	width: 180px !important;
}

.product5{
	width: 170px !important;
}

.product6{
	width: 230px !important;
}

.product7{
	width: 220px !important;
}

.product8{
	width: 220px !important;
}

.product9{
	width: 190px !important;
}

/* Footer */
footer{
	background-color: rgb(218, 223, 225);
	margin-top: 80px;
	height: 370px;
}

.relevoFooter img{
	width: 200px;
	height: auto;
	margin-top: 50px;
}

.h5Footer {
	font-family: PromptBold;
	color: rgba(44, 78, 150,1);
	margin-top: 20px;
	font-size: 20px;
}

.footerH5{
	margin-top: 50px;
}

.footerH5 h5{
	margin-top: 0px;
	text-align: right;
	color: rgb(125, 134, 140);
}

.faceFooter{
	margin-left: 0px;
}

.faceFooter img{
	margin-top: 10px;
	float: right;
	height: 30px;
	width: auto;
}

.celFooter{
	margin-left: 0px;
}

.celFooter img{
	margin-top: 10px;
	float: right;
	width: 200px;
	height: auto;
	
}

.madeUnico img{
	position: absolute;
	margin-top: 80px;
	left: 50%;
	transform: translate(-50%, -50%);
}
}

@media only screen and (max-width: 1140px){
.navBar{
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 2;
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}

.h1pDiv h1{
	font-family: PromptMedium;
	color: white;
	margin-top: 55px;
	font-size: 30px;
}

ul > li {
	list-style-type: none;
	position: absolute;
	top: 0;
	padding: 20px;
	margin-top: 1020px;
	height: 200px; 
	opacity: 0;
	padding-top: 40px;
	text-align: center;
	transition: 1s opacity; 
}

.active {
	opacity: 1;
}

.product1{
	width: 200px !important;
}

.product2{
	width: 180px !important;
}

.product3{
	width: 230px !important;
}

.product4{
	width: 180px !important;
}

.product5{
	width: 170px !important;
}

.product6{
	width: 230px !important;
}

.product7{
	width: 220px !important;
}

.product8{
	width: 220px !important;
}

.product9{
	width: 190px !important;
}
}


@media only screen and (max-width: 1100px){
*{
	font-family: Prompt;
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

/* NAVBAR */
.navBar{
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 2;
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}


.relevoImg img{
	margin-left: 20px;
	margin-top: 20px;
}

.divUl ul li{
	display: inline-block;
	margin: 40px 0px;
	margin-left: 40px;
	font-size: 16px;
	color: white;
	cursor: pointer;
}

.llamaYa img{
	margin-top: 40px;
	margin-left: 20px;
}

/* GALLERY */

.galleryRelevo{
	height: 560px;
}

.galleryRelevo img{
	margin-left: 50%;
	margin-top: 32%;
	width: 650px;
	height: auto;
}

/* Vídeo */


/* Somos Home */
.somosHome{
	padding-bottom: 50px;
	background: rgb(57, 151, 209);
	background: linear-gradient(90deg, rgba(57, 151, 209, 1) 0%,  rgba(44, 78, 150,1) 100%);
}

.h1pDiv p{
	font-family: PromptExtraLight;
	color: white;
	margin-top: 10px;
}

.h1pDiv h1{
	font-family: PromptMedium;
	color: white;
	margin-top: 60px;
	font-size: 30px;
}

.marcasSomos img{
	margin-top: 80px;
	margin-left: 100px;
	width: 300px;
	height: auto;
}

.pruebaDiv p{
	color: rgba(0, 0, 0, 0);
}

/* Productos */

.productosHome{
	height: 360px;
}

.imgNosotrosDiv{
	width: 74% !important;
	height: auto;
	margin-top: 120px !important;
	margin-left: 80px;
}

.imgNosotrosDiv2{
	width: 68% !important;
	height: auto;
	margin-top: 100px !important;
	margin-left: 80px;
}

.imgProductos img{
	width: 320px;
	height: auto;
	margin-top: 100px;
}

.h1Productos h1{
	font-family: Buchery;
	background: -webkit-linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 100px;
	font-size: 60px;
	margin-left: 20px;
}

.h2Pantallas h2{
	margin-top: 40px;
	font-family: PromptBold;
	font-size: 40px;
	color: rgba(44, 78, 150,1);
	margin-left: 20px;
}

.imgPlazas img{
	width: 300px;
	height: auto;
	margin-top: 10px;
	margin-left: 20px;
}

ul > li {
	list-style-type: none;
	position: absolute;
	top: 0;
	padding: 20px;
	margin-top: 980px;
	height: 200px; 
	opacity: 0;
	padding-top: 40px;
	text-align: center;
	transition: 1s opacity; 
}

.active {
	opacity: 1;
}

.product1{
	width: 180px !important;
}

.product2{
	width: 160px !important;
}

.product3{
	width: 210px !important;
}

.product4{
	width: 160px !important;
}

.product5{
	width: 150px !important;
}

.product6{
	width: 210px !important;
}

.product7{
	width: 200px !important;
}

.product8{
	width: 200px !important;
}

.product9{
	width: 170px !important;
}

/* Footer */
footer{
	background-color: rgb(218, 223, 225);
	margin-top: 80px;
	height: 370px;
}

.relevoFooter img{
	margin-top: 50px;
	width: 210px;
	height: auto;
}

.h5Footer {
	font-family: PromptBold;
	color: rgba(44, 78, 150,1);
	margin-top: 20px;
	font-size: 22px;
}

.footerH5{
	margin-top: 50px;
}

.footerH5 h5{
	margin-top: 0px;
	text-align: right;
	color: rgb(125, 134, 140);
}

.faceFooter{
	margin-left: 0px;
}

.faceFooter img{
	margin-top: 10px;
	float: right;
	height: 30px;
	width: auto;
}

.celFooter{
	margin-left: 0px;
}

.celFooter img{
	margin-top: 10px;
	float: right;
	width: 200px;
	height: auto;
	
}

.madeUnico img{
	position: absolute;
	margin-top: 80px;
	left: 50%;
	transform: translate(-50%, -50%);
}
}



@media only screen and (max-width: 1000px){
*{
	font-family: Prompt;
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

/* NAVBAR */
.navBar{
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 2;
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}


.relevoImg img{
	margin-left: 10px;
	margin-top: 25px;
}

.divUl ul li{
	display: inline-block;
	margin: 40px 15px;
	margin-left: 15px;
	color: white;
	cursor: pointer;
}

.llamaYa img{
	width: 220px;
	margin-top: 40px;
	margin-left: 20px;
}

/* GALLERY */

.galleryRelevo{
	height: 560px;
}

.galleryRelevo img{
	margin-left: 50%;
	margin-top: 34%;
	width: 600px;
	height: auto;
}

/* Vídeo */


/* Somos Home */
.somosHome{
	padding-bottom: 50px;
	background: rgb(57, 151, 209);
	background: linear-gradient(90deg, rgba(57, 151, 209, 1) 0%,  rgba(44, 78, 150,1) 100%);
}

.h1pDiv p{
	font-family: PromptExtraLight;
	color: white;
	margin-top: 10px;
}

.h1pDiv h1{
	font-family: PromptMedium;
	color: white;
	margin-top: 60px;
	font-size: 25px;
}

.marcasSomos img{
	margin-top: 80px;
	margin-left: 100px;
	width: 300px;
	height: auto;
}

.pruebaDiv p{
	color: rgba(0, 0, 0, 0);
}

/* Productos */

.productosHome{
	height: 340px;
}

.imgNosotrosDiv{
	width: 74% !important;
	height: auto;
	margin-top: 100px !important;
	margin-left: 80px;
}

.imgNosotrosDiv2{
	width: 68% !important;
	height: auto;
	margin-top: 80px !important;
	margin-left: 80px;
}

.imgProductos img{
	width: 280px;
	height: auto;
	margin-top: 100px;
}

.h1Productos h1{
	font-family: Buchery;
	background: -webkit-linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 100px;
	font-size: 50px;
	margin-left: 20px;
}

.h2Pantallas h2{
	margin-top: 40px;
	font-family: PromptBold;
	font-size: 30px;
	color: rgba(44, 78, 150,1);
	margin-left: 20px;
}

.imgPlazas img{
	width: 250px;
	height: auto;
	margin-top: 10px;
	margin-left: 20px;
}

ul > li {
	list-style-type: none;
	position: absolute;
	top: 0;
	padding: 20px;
	margin-top: 980px;
	height: 200px; 
	opacity: 0;
	padding-top: 40px;
	text-align: center;
	transition: 1s opacity; 
}

.active {
	opacity: 1;
}

.product1{
	width: 150px !important;
}

.product2{
	width: 130px !important;
}

.product3{
	width: 180px !important;
}

.product4{
	width: 130px !important;
}

.product5{
	width: 120px !important;
}

.product6{
	width: 180px !important;
}

.product7{
	width: 170px !important;
}

.product8{
	width: 170px !important;
}

.product9{
	width: 140px !important;
}

/* Footer */
footer{
	background-color: rgb(218, 223, 225);
	margin-top: 80px;
	height: 370px;
}

.relevoFooter img{
	margin-top: 50px;
	width: 190px;
	height: auto;
}

.h5Footer {
	font-family: PromptBold;
	color: rgba(44, 78, 150,1);
	margin-top: 20px;
	font-size: 18px;
}

.footerH5{
	margin-top: 50px;
}

.footerH5 h5{
	margin-top: 0px;
	text-align: right;
	color: rgb(125, 134, 140);
}

.faceFooter{
	margin-left: 0px;
}

.faceFooter img{
	margin-top: 10px;
	float: right;
	height: 30px;
	width: auto;
}

.celFooter{
	margin-left: 0px;
}

.celFooter img{
	margin-top: 10px;
	float: right;
	width: 200px;
	height: auto;
	
}

.madeUnico img{
	position: absolute;
	margin-top: 80px;
	left: 50%;
	transform: translate(-50%, -50%);
}
}



@media only screen and (max-width: 900px){
*{
	font-family: Prompt;
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

/* NAVBAR */
.navBar{
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 2;
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}


.relevoImg img{
	margin-left: 10px;
	margin-top: 30px;
}

.divUl ul li{
	display: inline-block;
	margin: 40px 0px;
	margin-left: 20px;
	color: white;
	cursor: pointer;
}

.llamaYa img{
	margin-top: 40px;
	margin-left: 0px;
}

/* GALLERY */

.galleryRelevo{
	height: 500px;
}

.galleryRelevo img{
	margin-left: 50%;
	margin-top: 36%;
	width: 550px;
	height: auto;
}

/* Vídeo */


/* Somos Home */
.somosHome{
	padding-bottom: 50px;
	background: rgb(57, 151, 209);
	background: linear-gradient(90deg, rgba(57, 151, 209, 1) 0%,  rgba(44, 78, 150,1) 100%);
}

.h1pDiv p{
	font-family: PromptExtraLight;
	color: white;
	margin-top: 10px;
	font-size: 15px;
}

.h1pDiv h1{
	font-family: PromptMedium;
	color: white;
	margin-top: 60px;
	font-size: 25px;
}

.marcasSomos img{
	margin-top: 80px;
	margin-left: 30px;
	width: 300px;
	height: auto;
}

.pruebaDiv p{
	color: rgba(0, 0, 0, 0);
}

/* Productos */

.productosHome{
	height: 300px;
}

.imgNosotrosDiv{
	width: 74% !important;
	height: auto;
	margin-top: 100px !important;
	margin-left: 60px;
}

.imgNosotrosDiv2{
	width: 68% !important;
	height: auto;
	margin-top: 80px !important;
	margin-left: 60px;
}

.imgProductos img{
	width: 280px;
	height: auto;
	margin-top: 100px;
}

.h1Productos h1{
	font-family: Buchery;
	background: -webkit-linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 100px;
	font-size: 50px;
	margin-left: 20px;
}

.h2Pantallas h2{
	margin-top: 40px;
	font-family: PromptBold;
	font-size: 30px;
	color: rgba(44, 78, 150,1);
	margin-left: 20px;
}

.imgPlazas img{
	width: 250px;
	height: auto;
	margin-top: 10px;
	margin-left: 20px;
}

ul > li {
	list-style-type: none;
	position: absolute;
	top: 0;
	padding: 20px;
	margin-top: 900px;
	height: 200px; 
	opacity: 0;
	padding-top: 40px;
	text-align: center;
	transition: 1s opacity; 
}

.active {
	opacity: 1;
}

.product1{
	width: 150px !important;
}

.product2{
	width: 130px !important;
}

.product3{
	width: 180px !important;
}

.product4{
	width: 130px !important;
}

.product5{
	width: 120px !important;
}

.product6{
	width: 180px !important;
}

.product7{
	width: 170px !important;
}

.product8{
	width: 170px !important;
}

.product9{
	width: 140px !important;
}

/* Footer */
footer{
	background-color: rgb(218, 223, 225);
	margin-top: 80px;
	height: 370px;
}

.relevoFooter img{
	margin-top: 50px;
	width: 190px;
	height: auto;
}

.h5Footer {
	font-family: PromptBold;
	color: rgba(44, 78, 150,1);
	margin-top: 20px;
	font-size: 18px;
}

.footerH5{
	margin-top: 50px;
}

.footerH5 h5{
	margin-top: 0px;
	text-align: right;
	color: rgb(125, 134, 140);
}

.faceFooter{
	margin-left: 0px;
}

.faceFooter img{
	margin-top: 10px;
	float: right;
	height: 30px;
	width: auto;
}

.celFooter{
	margin-left: 0px;
}

.celFooter img{
	margin-top: 10px;
	float: right;
	width: 200px;
	height: auto;
	
}

.madeUnico img{
	width: 90%;
	position: absolute;
	margin-top: 80px;
	left: 50%;
	transform: translate(-50%, -50%);
}
}

@media only screen and (max-width: 830px){
/* NAVBAR */
.navBar{
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 2;
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}

.relevoImg img{
	margin-left: 10px;
	margin-top: 30px;
}

.divUl ul li{
	display: inline-block;
	margin: 40px 0px;
	margin-left: 20px;
	color: white;
	cursor: pointer;
	font-size: 15px;
}

.llamaYa img{
	margin-top: 40px;
	margin-left: 0px;
	width: 200px;
}

}

@media only screen and (max-width: 800px){
*{
	font-family: Prompt;
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

/* NAVBAR */
.navBar{
	display: none;
}


.navBarResponisve{
	display: block;
	width: 100%;
	height: 110px;
	position: fixed;
	z-index: 6;
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}

.relevoImgRes img{
	width: 90%;
	margin-top: 15px;
	margin-left: 10px;
}

.llamaYaRes img{
	margin-left: 30px;
	margin-top: 45px;
	width: 100%;
}

.divUlRes img{
	height: 90px;
	width: auto;
	margin-top: 10px;
	margin-left: 80px;
}

#desaparecerYAparecer{
	width: 100%;
	margin-top: 110px;
	text-align: center;
	z-index: 5;
	color: white;
	background: rgb(199,11,131);
	background: linear-gradient(rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}

.homeRes h1:hover{
	font-family: PromptBold;
}

.NosRes h1:hover{
	font-family: PromptBold;
}

.prodRes h1:hover{
	font-family: PromptBold;
}

.contactoRes h1:hover{
	font-family: PromptBold;
}

/* GALLERY */

.galleryRelevo{
	height: 480px;
}

.galleryRelevo img{
	margin-left: 50%;
	margin-top: 38%;
	width: 490px;
	height: auto;
}

/* Vídeo */


/* Somos Home */
.somosHome{
	padding-bottom: 50px;
	background: rgb(57, 151, 209);
	background: linear-gradient(90deg, rgba(57, 151, 209, 1) 0%,  rgba(44, 78, 150,1) 100%);
}

.h1pDiv p{
	font-family: PromptExtraLight;
	color: white;
	margin-top: 10px;
	font-size: 15px;
}

.h1pDiv h1{
	font-family: PromptMedium;
	color: white;
	margin-top: 60px;
	font-size: 25px;
}

.marcasSomos img{
	margin-top: 80px;
	margin-left: 30px;
	width: 250px;
	height: auto;
}

.pruebaDiv p{
	color: rgba(0, 0, 0, 0);
}

/* Productos */

.productosHome{
	display: none;
}

.productosHomeRes{
	display: block;
}

.imgNosotrosDiv{
	width: 80% !important;
	height: auto;
	margin-top: 100px !important;
	margin-left: 40px;
}

.imgNosotrosDiv2{
	width: 74% !important;
	height: auto;
	margin-top: 80px !important;
	margin-left: 40px;
}

.imgProductos img{
	width: 240px;
	height: auto;
	margin-top: 100px;
}

.h1Productos h1{
	font-family: Buchery;
	background: -webkit-linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 100px;
	font-size: 40px;
	margin-left: 20px;
}

.h2Pantallas h2{
	margin-top: 40px;
	font-family: PromptBold;
	font-size: 20px;
	color: rgba(44, 78, 150,1);
	margin-left: 20px;
}

.imgPlazas img{
	width: 230px;
	height: auto;
	margin-top: 10px;
	margin-left: 20px;
}

/* Footer */
footer{
	background-color: rgb(218, 223, 225);
	margin-top: 80px;
	height: 370px;
}

.relevoFooter img{
	margin-top: 50px;
	width: 170px;
	height: auto;
}

.h5Footer {
	font-family: PromptBold;
	color: rgba(44, 78, 150,1);
	margin-top: 20px;
	font-size: 16px;
}

.footerH5{
	margin-top: 50px;
}

.footerH5 h5{
	margin-top: 0px;
	text-align: right;
	color: rgb(125, 134, 140);
}

.faceFooter{
	margin-left: 0px;
}

.faceFooter img{
	margin-top: 10px;
	float: right;
	height: 30px;
	width: auto;
}

.celFooter{
	margin-left: 0px;
}

.celFooter img{
	margin-top: 10px;
	float: right;
	width: 200px;
	height: auto;
	
}

.madeUnico img{
	width: 90%;
	position: absolute;
	margin-top: 80px;
	left: 50%;
	transform: translate(-50%, -50%);
}
}



@media only screen and (max-width: 700px){
*{
	font-family: Prompt;
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

/* NAVBAR */
.navBar{
	display: none;
}


.navBarResponisve{
	display: block;
	width: 100%;
	height: 110px;
	position: fixed;
	z-index: 6;
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}

.relevoImgRes img{
	width: 90%;
	margin-top: 20px;
	margin-left: 10px;
}

.llamaYaRes img{
	margin-left: 30px;
	margin-top: 45px;
	width: 100%;
}

.divUlRes img{
	height: 90px;
	width: auto;
	margin-top: 15px;
	margin-left: 80px;
}

#desaparecerYAparecer{
	width: 100%;
	margin-top: 110px;
	text-align: center;
	z-index: 5;
	color: white;
	background: rgb(199,11,131);
	background: linear-gradient(rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}

.homeRes h1:hover{
	font-family: PromptBold;
}

.NosRes h1:hover{
	font-family: PromptBold;
}

.prodRes h1:hover{
	font-family: PromptBold;
}

.contactoRes h1:hover{
	font-family: PromptBold;
}

/* GALLERY */

.galleryRelevo{
	height: 460px;
}

.galleryRelevo img{
	margin-left: 50%;
	margin-top: 42%;
	width: 450px;
	height: auto;
}

/* Vídeo */


/* Somos Home */
.somosHome{
	padding-bottom: 50px;
	background: rgb(57, 151, 209);
	background: linear-gradient(90deg, rgba(57, 151, 209, 1) 0%,  rgba(44, 78, 150,1) 100%);
}

.h1pDiv p{
	font-family: PromptExtraLight;
	color: white;
	margin-top: 10px;
	font-size: 13px;
}

.h1pDiv h1{
	font-family: PromptMedium;
	color: white;
	margin-top: 60px;
	font-size: 20px;
}

.marcasSomos img{
	margin-top: 100px;
	margin-left: 30px;
	width: 200px;
	height: auto;
}

.pruebaDiv p{
	color: rgba(0, 0, 0, 0);
}

/* Productos */

.productosHome{
	height: 250px;
}

.imgNosotrosDiv{
	width: 85% !important;
	height: auto;
	margin-top: 100px !important;
	margin-left: 40px;
}

.imgNosotrosDiv2{
	width: 79% !important;
	height: auto;
	margin-top: 80px !important;
	margin-left: 40px;
}

.imgProductos img{
	width: 220px;
	height: auto;
	margin-top: 100px;
}

.h1Productos h1{
	font-family: Buchery;
	background: -webkit-linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 100px;
	font-size: 40px;
	margin-left: 20px;
}

.h2Pantallas h2{
	margin-top: 40px;
	font-family: PromptBold;
	font-size: 20px;
	color: rgba(44, 78, 150,1);
	margin-left: 20px;
}

.imgPlazas img{
	width: 230px;
	height: auto;
	margin-top: 10px;
	margin-left: 20px;
}

/* Footer */
footer{
	background-color: rgb(218, 223, 225);
	margin-top: 80px;
	height: 370px;
}

.relevoFooter img{
	margin-top: 50px;
	width: 170px;
	height: auto;
}

.h5Footer {
	font-family: PromptBold;
	color: rgba(44, 78, 150,1);
	margin-top: 20px;
	font-size: 16px;
}

.footerH5{
	margin-top: 50px;
}

.footerH5 h5{
	margin-top: 0px;
	text-align: right;
	color: rgb(125, 134, 140);
}

.footerH5{
	margin-top: 50px;
}

.footerH5 h5{
	margin-top: 0px;
	text-align: right;
	color: rgb(125, 134, 140);
}

.faceFooter{
	margin-left: 0px;
}

.faceFooter img{
	margin-top: 10px;
	float: right;
	height: 30px;
	width: auto;
}

.celFooter{
	margin-left: 0px;
}

.celFooter img{
	margin-top: 10px;
	float: right;
	width: 200px;
	height: auto;
	
}

.madeUnico img{
	width: 90%;
	position: absolute;
	margin-top: 80px;
	left: 50%;
	transform: translate(-50%, -50%);
}
}

@media only screen and (max-width: 680px){
.navBarResponisve{
	display: block;
	width: 100%;
	height: 110px;
	position: fixed;
	z-index: 6;
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}

.productosHome{
	display: none;
}

.productosHomeRes{
	display: block;
}

.productosHomeRes{
	height: 600px;
}

.imgNosotrosDiv{
	width: 85% !important;
	height: auto;
	margin-top: 100px !important;
	margin-left: 30px;
}

.imgNosotrosDiv2{
	width: 83% !important;
	height: auto;
	margin-top: 80px !important;
	margin-left: 30px;
}

.imgProductosRes img{
	margin-top: 50px;
	width: 100%;
	height: auto;
}

.h1ProductosRes h1{
	font-family: Buchery;
	background: -webkit-linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 20px;
	font-size: 60px;
	text-align: center;
}

.h2PantallasRes h2{
	margin-top: 30px;
	font-family: PromptBold;
	font-size: 40px;
	color: rgba(44, 78, 150,1);
	text-align: center;
}

.imgPlazasRes img{
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-left: 0%;
}

}

@media only screen and (max-width: 600px){
*{
	font-family: Prompt;
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

/* NAVBAR */
.navBar{
	display: none;
}


.navBarResponisve{
	display: block;
	width: 100%;
	height: 110px;
	position: fixed;
	z-index: 6;
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}

.relevoImgRes img{
	width: 90%;
	margin-top: 30px;
	margin-left: 10px;
}

.llamaYaRes img{
	margin-left: 30px;
	margin-top: 50px;
	width: 100%;
}

.divUlRes img{
	height: 90px;
	width: auto;
	margin-top: 15px;
	margin-left: 60px;
}

#desaparecerYAparecer{
	width: 100%;
	margin-top: 110px;
	text-align: center;
	z-index: 5;
	color: white;
	background: rgb(199,11,131);
	background: linear-gradient(rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}

.homeRes h1:hover{
	font-family: PromptBold;
}

.NosRes h1:hover{
	font-family: PromptBold;
}

.prodRes h1:hover{
	font-family: PromptBold;
}

.contactoRes h1:hover{
	font-family: PromptBold;
}

/* GALLERY */

.galleryRelevo{
	height: 430px;
}

.galleryRelevo img{
	margin-left: 50%;
	margin-top: 49%;
	width: 400px;
	height: auto;
}

/* Vídeo */


/* Somos Home */
.somosHome{
	display: none;
	padding-bottom: 50px;
	background: rgb(57, 151, 209);
	background: linear-gradient(90deg, rgba(57, 151, 209, 1) 0%,  rgba(44, 78, 150,1) 100%);
}

.h1pDiv p{
	font-family: PromptExtraLight;
	color: white;
	margin-top: 10px;
	font-size: 13px;
}

.h1pDiv h1{
	font-family: PromptMedium;
	color: white;
	margin-top: 60px;
	font-size: 20px;
}

.marcasSomos img{
	margin-top: 100px;
	margin-left: 30px;
	width: 200px;
	height: auto;
}

.somosHomeRes{
	display: block;
	padding-bottom: 50px;
	background: rgb(57, 151, 209);
	background: linear-gradient(90deg, rgba(57, 151, 209, 1) 0%,  rgba(44, 78, 150,1) 100%);
}

.h1pDivRes h1{
	font-family: PromptMedium;
	color: white;
	margin-top: 30px;
	font-size: 30px;
	text-align: center;
}

.h1pDivRes p{
	font-family: PromptExtraLight;
	color: white;
	margin-top: 18px;
	font-size: 18px;
	text-align: center;
}

.marcasSomosRes img{
	margin-top: 30px;
	margin-left: 10%;
	width: 80%;
	height: auto;
}

.pruebaDiv p{
	color: rgba(0, 0, 0, 0);
}

/* Productos */

.productosHomeRes{
	height: 550px;
}

.imgNosotrosDiv{
	width: 85% !important;
	height: auto;
	margin-top: 100px !important;
	margin-left: 30px;
}

.imgNosotrosDiv2{
	width: 83% !important;
	height: auto;
	margin-top: 80px !important;
	margin-left: 30px;
}

.imgNosotrosDiv3{
	width: 90% !important;
	height: auto;
	margin-top: 120px !important;
	margin-left: 30px;
}

.imgProductos img{
	width: 220px;
	height: auto;
	margin-top: 100px;
}

.h1Productos h1{
	font-family: Buchery;
	background: -webkit-linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 100px;
	font-size: 40px;
	margin-left: 20px;
}

.h2Pantallas h2{
	margin-top: 40px;
	font-family: PromptBold;
	font-size: 20px;
	color: rgba(44, 78, 150,1);
	margin-left: 20px;
}

.imgPlazas img{
	width: 230px;
	height: auto;
	margin-top: 10px;
	margin-left: 20px;
}

/* Footer */
footer{
	background-color: rgb(218, 223, 225);
	margin-top: 80px;
	height: 370px;
}

.relevoFooter img{
	margin-top: 50px;
	width: 170px;
	height: auto;
}

.h5Footer {
	font-family: PromptBold;
	color: rgba(44, 78, 150,1);
	margin-top: 20px;
	font-size: 16px;
}

.footerH5{
	margin-top: 50px;
}

.footerH5 h5{
	font-size: 16px;
	margin-top: 10px;
	text-align: right;
	color: rgb(125, 134, 140);
}

.footerH5{
	margin-top: 50px;
}

.footerH5 h5{
	margin-top: 0px;
	text-align: right;
	color: rgb(125, 134, 140);
}

.faceFooter{
	margin-left: 0px;
}

.faceFooter img{
	margin-top: 10px;
	float: right;
	height: 30px;
	width: auto;
}

.celFooter{
	margin-left: 0px;
}

.celFooter img{
	margin-top: 10px;
	float: right;
	width: 200px;
	height: auto;
	
}

.madeUnico img{
	width: 90%;
	position: absolute;
	margin-top: 80px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.btnForm button{
	position: fixed;
	bottom: 70px;
	right: 25px;
	z-index: 5200;
	width: 200px;
	height: 50px;
	border: none;
	color: white;
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	font-family: PromptBold;
	border-radius: 25px;
	font-size: 22px;
	transition: 0.5s;
}

.btnForm button:after{
	content: '>>';
	position: absolute;
	opacity: 0;  
	bottom: 8px;
	right: 20px;
	font-size: 22px;
	transition: 0.8s;
}

.btnForm button:hover{
	padding-right: 80px;
	padding-left: 10px;
}

.btnForm button:hover:after {
	opacity: 1;
	right: 25px;
}
}


@media only screen and (max-width: 500px){
*{
	font-family: Prompt;
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

/* NAVBAR */
.navBar{
	display: none;
}


.navBarResponisve{
	display: block;
	width: 100%;
	height: 110px;
	position: fixed;
	z-index: 6;
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}

.relevoImgRes img{
	width: 90%;
	margin-top: 35px;
	margin-left: 10px;
}

.llamaYaRes img{
	margin-left: 10px;
	margin-top: 50px;
	width: 100%;
}

.divUlRes img{
	height: 80px;
	width: auto;
	margin-top: 20px;
	margin-left: 30px;
}

#desaparecerYAparecer{
	width: 100%;
	margin-top: 110px;
	text-align: center;
	z-index: 5;
	color: white;
	background: rgb(199,11,131);
	background: linear-gradient(rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}

.homeRes h1:hover{
	font-family: PromptBold;
}

.NosRes h1:hover{
	font-family: PromptBold;
}

.prodRes h1:hover{
	font-family: PromptBold;
}

.contactoRes h1:hover{
	font-family: PromptBold;
}

/* GALLERY */

.galleryRelevo{
	height: 370px;
}

.galleryRelevo img{
	margin-left: 50%;
	margin-top: 53%;
	width: 350px;
	height: auto;
}

/* Vídeo */


/* Somos Home */
.somosHome{
	display: none;
	padding-bottom: 50px;
	background: rgb(57, 151, 209);
	background: linear-gradient(90deg, rgba(57, 151, 209, 1) 0%,  rgba(44, 78, 150,1) 100%);
}

.h1pDiv p{
	font-family: PromptExtraLight;
	color: white;
	margin-top: 10px;
	font-size: 13px;
}

.h1pDiv h1{
	font-family: PromptMedium;
	color: white;
	margin-top: 60px;
	font-size: 20px;
}

.marcasSomos img{
	margin-top: 100px;
	margin-left: 30px;
	width: 200px;
	height: auto;
}

.somosHomeRes{
	display: block;
	padding-bottom: 50px;
	background: rgb(57, 151, 209);
	background: linear-gradient(90deg, rgba(57, 151, 209, 1) 0%,  rgba(44, 78, 150,1) 100%);
}

.h1pDivRes h1{
	font-family: PromptMedium;
	color: white;
	margin-top: 30px;
	font-size: 30px;
	text-align: center;
}

.h1pDivRes p{
	font-family: PromptExtraLight;
	color: white;
	margin-top: 18px;
	font-size: 18px;
	text-align: center;
}

.marcasSomosRes img{
	margin-top: 30px;
	margin-left: 10%;
	width: 80%;
	height: auto;
}

.pruebaDiv p{
	color: rgba(0, 0, 0, 0);
}

/* Productos */

.productosHomeRes{
	height: 480px;
}

.imgNosotrosDiv{
	width: 85% !important;
	height: auto;
	margin-top: 100px !important;
	margin-left: 30px;
}

.imgNosotrosDiv2{
	width: 83% !important;
	height: auto;
	margin-top: 80px !important;
	margin-left: 30px;
}

.imgNosotrosDiv3{
	width: 90% !important;
	height: auto;
	margin-top: 120px !important;
	margin-left: 30px;
}


.imgProductos img{
	width: 220px;
	height: auto;
	margin-top: 100px;
}

.h1Productos h1{
	font-family: Buchery;
	background: -webkit-linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 100px;
	font-size: 40px;
	margin-left: 20px;
}

.h2Pantallas h2{
	margin-top: 40px;
	font-family: PromptBold;
	font-size: 20px;
	color: rgba(44, 78, 150,1);
	margin-left: 20px;
}

.imgPlazas img{
	width: 230px;
	height: auto;
	margin-top: 10px;
	margin-left: 20px;
}

/* Footer */
footer{
	background-color: rgb(218, 223, 225);
	margin-top: 80px;
	height: 350px;
}

.relevoFooter img{
	margin-top: 50px;
	width: 170px;
	height: auto;
}

.h5Footer {
	font-family: PromptBold;
	color: rgba(44, 78, 150,1);
	margin-top: 20px;
	font-size: 16px;
}

.footerH5{
	margin-top: 50px;
}

.footerH5 h5{
	font-size: 16px;
	margin-top: 10px;
	text-align: right;
	color: rgb(125, 134, 140);
}

.footerH5{
	margin-top: 50px;
}

.footerH5 h5{
	margin-top: 0px;
	text-align: right;
	color: rgb(125, 134, 140);
}

.faceFooter{
	margin-left: 0px;
}

.faceFooter img{
	margin-top: 10px;
	float: right;
	width: 150px;
	height: 30px;
	width: auto;
}

.celFooter{
	margin-left: 0px;
}

.celFooter img{
	margin-top: 10px;
	float: right;
	width: 150px;
	height: auto;
	
}

.madeUnico img{
	position: absolute;
	margin-top: 80px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.btnForm button{
	position: fixed;
	bottom: 60px;
	right: 25px;
	z-index: 5200;
	width: 200px;
	height: 50px;
	border: none;
	color: white;
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	font-family: PromptBold;
	border-radius: 25px;
	font-size: 22px;
	transition: 0.5s;
}

.btnForm button:after{
	content: '>>';
	position: absolute;
	opacity: 0;  
	bottom: 8px;
	right: 20px;
	font-size: 22px;
	transition: 0.8s;
}

.btnForm button:hover{
	padding-right: 80px;
	padding-left: 10px;
}

.btnForm button:hover:after {
	opacity: 1;
	right: 25px;
}
}


@media only screen and (max-width: 400px){
*{
	font-family: Prompt;
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

/* NAVBAR */
.navBar{
	display: none;
}


.navBarResponisve{
	display: block;
	width: 100%;
	height: 110px;
	position: fixed;
	z-index: 6;
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}

.relevoImgRes img{
	width: 100%;
	margin-top: 40px;
	margin-left: 5px;
}

.llamaYaRes img{
	margin-left: 10px;
	margin-top: 55px;
	width: 100%;
}

.divUlRes img{
	height: 80px;
	width: auto;
	margin-top: 20px;
	margin-left: 20px;
}

#desaparecerYAparecer{
	width: 100%;
	margin-top: 110px;
	text-align: center;
	z-index: 5;
	color: white;
	background: rgb(199,11,131);
	background: linear-gradient(rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
}

.homeRes h1:hover{
	font-family: PromptBold;
}

.NosRes h1:hover{
	font-family: PromptBold;
}

.prodRes h1:hover{
	font-family: PromptBold;
}

.contactoRes h1:hover{
	font-family: PromptBold;
}

/* GALLERY */

.galleryRelevo{
	height: 370px;
}

.galleryRelevo img{
	margin-left: 50%;
	margin-top: 60%;
	width: 350px;
	height: auto;
}

/* Vídeo */


/* Somos Home */
.somosHome{
	display: none;
	padding-bottom: 50px;
	background: rgb(57, 151, 209);
	background: linear-gradient(90deg, rgba(57, 151, 209, 1) 0%,  rgba(44, 78, 150,1) 100%);
}

.h1pDiv p{
	font-family: PromptExtraLight;
	color: white;
	margin-top: 10px;
	font-size: 13px;
}

.h1pDiv h1{
	font-family: PromptMedium;
	color: white;
	margin-top: 60px;
	font-size: 20px;
}

.marcasSomos img{
	margin-top: 100px;
	margin-left: 30px;
	width: 200px;
	height: auto;
}

.somosHomeRes{
	display: block;
	padding-bottom: 50px;
	background: rgb(57, 151, 209);
	background: linear-gradient(90deg, rgba(57, 151, 209, 1) 0%,  rgba(44, 78, 150,1) 100%);
}

.h1pDivRes h1{
	font-family: PromptMedium;
	color: white;
	margin-top: 30px;
	font-size: 25px;
	text-align: center;
}

.h1pDivRes p{
	font-family: PromptExtraLight;
	color: white;
	margin-top: 18px;
	font-size: 14px;
	text-align: center;
}

.marcasSomosRes img{
	margin-top: 30px;
	margin-left: 10%;
	width: 85%;
	height: auto;
}

.pruebaDiv p{
	color: rgba(0, 0, 0, 0);
}

/* Productos */

.productosHomeRes{
	height: 350px;
}

.imgNosotrosDiv{
	width: 83% !important;
	height: auto;
	margin-top: 70px !important;
	margin-left: 20px;
}

.imgNosotrosDiv2{
	width: 81% !important;
	height: auto;
	margin-top: 50px !important;
	margin-left: 25px;
}

.imgNosotrosDiv3{
	width: 87% !important;
	height: auto;
	margin-top: 90px !important;
	margin-left: 20px;
}


.imgProductos img{
	width: 220px;
	height: auto;
	margin-top: 100px;
}

.h1Productos h1{
	font-family: Buchery;
	background: -webkit-linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 100px;
	font-size: 40px;
	margin-left: 20px;
}

.h2Pantallas h2{
	margin-top: 40px;
	font-family: PromptBold;
	font-size: 20px;
	color: rgba(44, 78, 150,1);
	margin-left: 20px;
}

.imgPlazas img{
	width: 230px;
	height: auto;
	margin-top: 10px;
	margin-left: 20px;
}

/* Footer */
footer{
	background-color: rgb(218, 223, 225);
	margin-top: 80px;
	height: 330px;
}

.relevoFooter img{
	margin-top: 50px;
	width: 170px;
	height: auto;
}

.h5Footer {
	font-family: PromptBold;
	color: rgba(44, 78, 150,1);
	margin-top: 20px;
	font-size: 15px;
}

.footerH5{
	margin-top: 70px;
}

.footerH5 h5{
	font-size: 16px;
	margin-top: 10px;
	text-align: right;
	color: rgb(125, 134, 140);
}

.faceFooter{
	margin-left: 110px;
}

.faceFooter img{
	height: 30px;
	width: auto;
}


.madeUnico img{
	width: 90%;
	position: absolute;
	margin-top: 50px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.btnForm button{
	position: fixed;
	bottom: 35px;
	right: 175px;
	z-index: 5200;
	width: 200px;
	height: 50px;
	border: none;
	color: white;
	background: rgb(199,11,131);
	background: linear-gradient(90deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	font-family: PromptBold;
	border-radius: 25px;
	font-size: 22px;
	transition: 0.5s;
}

.btnForm button:after{
	content: '>>';
	position: absolute;
	opacity: 0;  
	bottom: 8px;
	right: 20px;
	font-size: 22px;
	transition: 0.8s;
}

.btnForm button:hover{
	padding-right: 80px;
	padding-left: 10px;
}

.btnForm button:hover:after {
	opacity: 1;
	right: 25px;
}
}