@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;
}

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

*{
	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: 90px;
	color: white;
	cursor: pointer;
}

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


.ContactoRes{
	display: none;
}

.contactoTitulo h1{
	margin-top: 130px;
	text-align: center;
	font-family: Buchery;
	background: -webkit-linear-gradient(270deg, rgba(122, 201, 67, 1) 0%,  rgba(0, 146, 69, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 85px;
}

.mapsDiv iframe{
	width: 100%;
	height: 820px;
}

.contactanosDiv h2{
	color: rgb(44, 78, 150);
	font-family: PromptMedium;
}

.telefonoDiv img{
	margin-top: 20px;
}

.mensajeDiv img{
	margin-top: 10px;
}

.formContacto{
	margin-top: 30px;
}

/* Nombre */
.nombreRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.emailRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.telRelevo{
	border-radius: 20px;
	height: 40px;
	margin-left: 40px;
}

.mensajeRelevo{
	border-radius: 20px;
	height: 150px;
	margin-bottom: 20px;
}

.spamRequest{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.spamQuest img{
	width: 300px;
	height: 150px;
	margin-bottom: 20px;
}

.buttonEnviar button{
	border-radius: 20px;
	border: none;
	color: white;
	height: 30px;
	width: 150px;
	background: rgb(122, 201, 67);
	background: linear-gradient(90deg, rgba(122, 201, 67,1) 0%,  rgba(0, 146, 69,1) 100%);
}

.siguenosDiv p{
	margin-top: 25px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
}

.direccionDiv p{
	margin-top: 0px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
}

/*CONTINUAR CON EL CSS DE AQUÍ*/




/* 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;
}




.ContactoRes{
	display: none;
}

.contactoTitulo h1{
	margin-top: 130px;
	text-align: center;
	font-family: Buchery;
	background: -webkit-linear-gradient(270deg, rgba(122, 201, 67, 1) 0%,  rgba(0, 146, 69, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 85px;
}

.mapsDiv iframe{
	width: 100%;
	height: 820px;
}

.contactanosDiv h2{
	color: rgb(44, 78, 150);
	font-family: PromptMedium;
}

.telefonoDiv img{
	margin-top: 20px;
}

.mensajeDiv img{
	margin-top: 10px;
}

.formContacto{
	margin-top: 30px;
}

/* Nombre */
.nombreRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.emailRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.telRelevo{
	border-radius: 20px;
	height: 40px;
	margin-left: 40px;
}

.mensajeRelevo{
	border-radius: 20px;
	height: 150px;
	margin-bottom: 20px;
}

.spamRequest{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.buttonEnviar button{
	border-radius: 20px;
	border: none;
	color: white;
	height: 30px;
	width: 150px;
	background: rgb(122, 201, 67);
	background: linear-gradient(90deg, rgba(122, 201, 67,1) 0%,  rgba(0, 146, 69,1) 100%);
}

.siguenosDiv p{
	margin-top: 25px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
}

.direccionDiv p{
	margin-top: 0px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
}

/*CONTINUAR CON EL CSS DE AQUÍ*/




/* 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;
}




.ContactoRes{
	display: none;
}

.contactoTitulo h1{
	margin-top: 130px;
	text-align: center;
	font-family: Buchery;
	background: -webkit-linear-gradient(270deg, rgba(122, 201, 67, 1) 0%,  rgba(0, 146, 69, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 85px;
}

.mapsDiv iframe{
	width: 100%;
	height: 820px;
}

.contactanosDiv h2{
	color: rgb(44, 78, 150);
	font-family: PromptMedium;
}

.telefonoDiv img{
	margin-top: 20px;
}

.mensajeDiv img{
	margin-top: 10px;
}

.formContacto{
	margin-top: 30px;
}

/* Nombre */
.nombreRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.emailRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.telRelevo{
	border-radius: 20px;
	height: 40px;
	margin-left: 40px;
}

.mensajeRelevo{
	border-radius: 20px;
	height: 150px;
	margin-bottom: 20px;
}

.spamRequest{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.buttonEnviar button{
	border-radius: 20px;
	border: none;
	color: white;
	height: 30px;
	width: 150px;
	background: rgb(122, 201, 67);
	background: linear-gradient(90deg, rgba(122, 201, 67,1) 0%,  rgba(0, 146, 69,1) 100%);
}

.siguenosDiv p{
	margin-top: 25px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
}

.direccionDiv p{
	margin-top: 0px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
}

/*CONTINUAR CON EL CSS DE AQUÍ*/




/* 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;
}




.ContactoRes{
	display: none;
}

.contactoTitulo h1{
	margin-top: 130px;
	text-align: center;
	font-family: Buchery;
	background: -webkit-linear-gradient(270deg, rgba(122, 201, 67, 1) 0%,  rgba(0, 146, 69, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 85px;
}

.mapsDiv iframe{
	width: 100%;
	height: 820px;
}

.contactanosDiv h2{
	color: rgb(44, 78, 150);
	font-family: PromptMedium;
}

.telefonoDiv img{
	margin-top: 20px;
}

.mensajeDiv img{
	margin-top: 10px;
}

.formContacto{
	margin-top: 30px;
}

/* Nombre */
.nombreRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.emailRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.telRelevo{
	border-radius: 20px;
	height: 40px;
	margin-left: 40px;
}

.mensajeRelevo{
	border-radius: 20px;
	height: 150px;
	margin-bottom: 20px;
}

.spamRequest{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.buttonEnviar button{
	border-radius: 20px;
	border: none;
	color: white;
	height: 30px;
	width: 150px;
	background: rgb(122, 201, 67);
	background: linear-gradient(90deg, rgba(122, 201, 67,1) 0%,  rgba(0, 146, 69,1) 100%);
}

.siguenosDiv p{
	margin-top: 25px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
}

.direccionDiv p{
	margin-top: 0px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
}

/*CONTINUAR CON EL CSS DE AQUÍ*/




/* 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: 1430px){
/* 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%);
}

/* Nombre */
.nombreRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.emailRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.telRelevo{
	border-radius: 20px;
	height: 40px;
	margin-left: 35px;
}

.mensajeRelevo{
	border-radius: 20px;
	height: 150px;
	margin-bottom: 20px;
}

.spamRequest{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.buttonEnviar button{
	border-radius: 20px;
	border: none;
	color: white;
	height: 30px;
	width: 150px;
	background: rgb(122, 201, 67);
	background: linear-gradient(90deg, rgba(122, 201, 67,1) 0%,  rgba(0, 146, 69,1) 100%);
}

.siguenosDiv p{
	margin-top: 25px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
}

.direccionDiv p{
	margin-top: 0px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
}

}


@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;
}





.contactoTitulo h1{
	margin-top: 130px;
	text-align: center;
	font-family: Buchery;
	background: -webkit-linear-gradient(270deg, rgba(122, 201, 67, 1) 0%,  rgba(0, 146, 69, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 85px;
}

.mapsDiv iframe{
	width: 100%;
	height: 820px;
}

.contactanosDiv h2{
	color: rgb(44, 78, 150);
	font-family: PromptMedium;
}

.telefonoDiv img{
	margin-top: 20px;
}

.mensajeDiv img{
	margin-top: 10px;
}

.formContacto{
	margin-top: 30px;
}

/* Nombre */
.nombreRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.emailRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.telRelevo{
	border-radius: 20px;
	height: 40px;
	margin-left: 35px;
}

.mensajeRelevo{
	border-radius: 20px;
	height: 150px;
}

.siguenosDiv p{
	margin-top: 25px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
}

.direccionDiv p{
	margin-top: 0px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
}






/* 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;
}





.contactoTitulo h1{
	margin-top: 130px;
	text-align: center;
	font-family: Buchery;
	background: -webkit-linear-gradient(270deg, rgba(122, 201, 67, 1) 0%,  rgba(0, 146, 69, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 85px;
}

.mapsDiv iframe{
	width: 100%;
	height: 820px;
}

.contactanosDiv h2{
	color: rgb(44, 78, 150);
	font-family: PromptMedium;
}

.telefonoDiv img{
	margin-top: 20px;
}

.mensajeDiv img{
	margin-top: 10px;
}

.formContacto{
	margin-top: 30px;
}

/* Nombre */
.nombreRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.emailRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.telRelevo{
	border-radius: 20px;
	height: 40px;
	margin-left: 30px;
}

.mensajeRelevo{
	border-radius: 20px;
	height: 150px;
	margin-bottom: 20px;
}

.spamRequest{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.buttonEnviar button{
	border-radius: 20px;
	border: none;
	color: white;
	height: 30px;
	width: 150px;
	background: rgb(122, 201, 67);
	background: linear-gradient(90deg, rgba(122, 201, 67,1) 0%,  rgba(0, 146, 69,1) 100%);
}

.siguenosDiv p{
	margin-top: 25px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
}

.direccionDiv p{
	margin-top: 0px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
}







/* 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: 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;
}




.contactoTitulo h1{
	margin-top: 130px;
	text-align: center;
	font-family: Buchery;
	background: -webkit-linear-gradient(270deg, rgba(122, 201, 67, 1) 0%,  rgba(0, 146, 69, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 85px;
}

.mapsDiv iframe{
	width: 100%;
	height: 820px;
}

.contactanosDiv h2{
	color: rgb(44, 78, 150);
	font-family: PromptMedium;
	font-size: 30px;
}

.telefonoDiv img{
	margin-top: 20px;
}

.mensajeDiv img{
	margin-top: 10px;
}

.formContacto{
	margin-top: 30px;
}

/* Nombre */
.nombreRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.emailRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.telRelevo{
	border-radius: 20px;
	height: 40px;
	margin-left: 25px;
}

.mensajeRelevo{
	border-radius: 20px;
	height: 150px;
	margin-bottom: 20px;
}

.spamRequest{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.buttonEnviar button{
	border-radius: 20px;
	border: none;
	color: white;
	height: 30px;
	width: 150px;
	background: rgb(122, 201, 67);
	background: linear-gradient(90deg, rgba(122, 201, 67,1) 0%,  rgba(0, 146, 69,1) 100%);
}

.siguenosDiv p{
	margin-top: 25px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
}

.direccionDiv p{
	margin-top: 0px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
}







/* 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: 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: 30px;
}

.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;
}






.contactoTitulo h1{
	margin-top: 130px;
	text-align: center;
	font-family: Buchery;
	background: -webkit-linear-gradient(270deg, rgba(122, 201, 67, 1) 0%,  rgba(0, 146, 69, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 85px;
}

.mapsDiv iframe{
	width: 100%;
	height: 820px;
}

.contactanosDiv h2{
	color: rgb(44, 78, 150);
	font-family: PromptMedium;
	font-size: 28px;
}

.telefonoDiv img{
	margin-top: 20px;
}

.mensajeDiv img{
	margin-top: 10px;
}

.formContacto{
	margin-top: 30px;
}

/* Nombre */
.nombreRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.emailRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.telRelevo{
	border-radius: 20px;
	height: 40px;
	margin-left: 20px;
}

.mensajeRelevo{
	border-radius: 20px;
	height: 150px;
	margin-bottom: 20px;
}

.spamRequest{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.buttonEnviar button{
	border-radius: 20px;
	border: none;
	color: white;
	height: 30px;
	width: 150px;
	background: rgb(122, 201, 67);
	background: linear-gradient(90deg, rgba(122, 201, 67,1) 0%,  rgba(0, 146, 69,1) 100%);
}

.siguenosDiv p{
	margin-top: 25px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
}

.direccionDiv p{
	margin-top: 0px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
}







/* 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: 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;
}





.Contacto{
	display: none;
}

.ContactoRes{
	display: block;
}

.contactoTitulo h1{
	margin-top: 130px;
	text-align: center;
	font-family: Buchery;
	background: -webkit-linear-gradient(270deg, rgba(122, 201, 67, 1) 0%,  rgba(0, 146, 69, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 85px;
}

.mapsDivRes iframe{
	width: 100%;
}

.contactanosDivRes h2{
	color: rgb(44, 78, 150);
	font-family: PromptMedium;
	font-size: 40px;
	text-align: center;
	margin-top: 40px;
}

.telefonoDivRes img{
	margin-top: 40px;
}

.mensajeDivRes img{
	margin-top: 10px;
	margin-bottom: 50px;
}

.formContacto{
	margin-top: 30px;
}

/* Nombre */
.nombreRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.emailRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.telRelevo{
	border-radius: 20px;
	height: 40px;
	margin-left: 0px;
	margin-bottom: 20px;
}

.mensajeRelevo{
	border-radius: 20px;
	height: 150px;
	margin-bottom: 20px;
}

.spamRequest{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.buttonEnviar button{
	border-radius: 20px;
	border: none;
	color: white;
	height: 30px;
	width: 250px;
	background: rgb(122, 201, 67);
	background: linear-gradient(90deg, rgba(122, 201, 67,1) 0%,  rgba(0, 146, 69,1) 100%);
}

.siguenosDivRes p{
	margin-top: 25px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
}

.direccionDivRes p{
	margin-top: 0px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
}




/* 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: 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;
}









/* 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{
	font-size: 18px;
	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: 60px;
	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;
}
}

@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;
}










/* 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: 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: 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;
}
}



@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;
}





.contactanosDivRes h2{
	color: rgb(44, 78, 150);
	font-family: PromptMedium;
	font-size: 35px;
	text-align: center;
	margin-top: 40px;
}





/* 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: 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%);
}

.contactanosDivRes h2{
	color: rgb(44, 78, 150);
	font-family: PromptMedium;
	font-size: 32px;
	text-align: center;
	margin-top: 40px;
}

}

@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;
}





.contactanosDivRes h2{
	color: rgb(44, 78, 150);
	font-family: PromptMedium;
	font-size: 28px;
	text-align: center;
	margin-top: 40px;
}

.mapsDivRes iframe{
	width: 100%;
}

.telefonoDivRes img{
	margin-top: 40px;
}

.mensajeDivRes img{
	margin-top: 10px;
	margin-bottom: 50px;
}

.formContacto{
	margin-top: 30px;
}

/* Nombre */
.nombreRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.emailRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.telRelevo{
	border-radius: 20px;
	height: 40px;
	margin-left: 0px;
	margin-bottom: 20px;
}

.mensajeRelevo{
	border-radius: 20px;
	height: 150px;
	margin-bottom: 20px;
}

.spamRequest{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.buttonEnviar button{
	border-radius: 20px;
	border: none;
	color: white;
	height: 30px;
	width: 200px;
	background: rgb(122, 201, 67);
	background: linear-gradient(90deg, rgba(122, 201, 67,1) 0%,  rgba(0, 146, 69,1) 100%);
}

.siguenosDivRes p{
	margin-top: 25px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
	font-size: 13px;
}

.direccionDivRes p{
	margin-top: 0px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
	font-size: 13px;
}






/* 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: 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;
}





.contactanosDivRes h2{
	color: rgb(44, 78, 150);
	font-family: PromptMedium;
	font-size: 21px;
	text-align: center;
	margin-top: 40px;
}

.mapsDivRes iframe{
	width: 100%;
}

.telefonoDivRes img{
	margin-top: 40px;
}

.mensajeDivRes img{
	margin-top: 10px;
	margin-bottom: 50px;
}

.formContacto{
	margin-top: 30px;
}

/* Nombre */
.nombreRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.emailRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.telRelevo{
	border-radius: 20px;
	height: 40px;
	margin-left: 0px;
	margin-bottom: 20px;
}

.mensajeRelevo{
	border-radius: 20px;
	height: 150px;
	margin-bottom: 20px;
}

.spamRequest{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.buttonEnviar button{
	border-radius: 20px;
	border: none;
	color: white;
	height: 30px;
	width: 170px;
	background: rgb(122, 201, 67);
	background: linear-gradient(90deg, rgba(122, 201, 67,1) 0%,  rgba(0, 146, 69,1) 100%);
}

.siguenosDivRes p{
	margin-top: 25px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
	font-size: 13px;
}

.direccionDivRes p{
	margin-top: 0px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
	font-size: 13px;
}






/* 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);
}

.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: 150px;
	height: auto;
	
}

.madeUnico img{
	width: 90%;
	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;
}




.contactoTitulo h1{
	font-size: 60px;
}

.contactanosDivRes h2{
	color: rgb(44, 78, 150);
	font-family: PromptMedium;
	font-size: 19px;
	text-align: center;
	margin-top: 60px;
}

.mapsDivRes iframe{
	width: 100%;
	height: 300px;
}

.telefonoDivRes img{
	margin-top: 20px;
	width: 50%;
}

.mensajeDivRes img{
	margin-top: 10px;
	width: 90%;
	margin-bottom: 50px;
}

.formContacto{
	margin-top: 30px;
}

/* Nombre */
.nombreRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.nombreRelevo,
input::-webkit-input-placeholder {
	font-size: 13px;
	line-height: 3;
}

.emailRelevo{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.emailRelevo,
input::-webkit-input-placeholder {
	font-size: 13px;
	line-height: 3;
}

.telRelevo{
	border-radius: 20px;
	height: 40px;
	margin-left: 0px;
	margin-bottom: 20px;
}

.telRelevo,
input::-webkit-input-placeholder {
	font-size: 13px;
	line-height: 3;
}

.mensajeRelevo{
	border-radius: 20px;
	height: 150px;
	margin-bottom: 20px;
}

.mensajeRelevo,
input::-webkit-input-placeholder {
	font-size: 13px;
	line-height: 3;
}

.spamRequest{
	border-radius: 20px;
	height: 40px;
	margin-bottom: 20px;
}

.spamRequest,
input::-webkit-input-placeholder {
	font-size: 13px;
	line-height: 3;
}

.buttonEnviar button{
	border-radius: 20px;
	border: none;
	color: white;
	height: 30px;
	width: 170px;
	background: rgb(122, 201, 67);
	background: linear-gradient(90deg, rgba(122, 201, 67,1) 0%,  rgba(0, 146, 69,1) 100%);
}

.siguenosDivRes p{
	margin-top: 25px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
	font-size: 13px;
}

.direccionDivRes p{
	margin-top: 0px;
	color: rgb(125, 134, 140);
	font-family: Prompt;
	font-size: 13px;
}






/* 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: 15px;
}

.footerH5{
	margin-top: 70px;
}

.footerH5 h5{
	font-size: 16px;
	margin-top: 10px;
	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: 150px;
	height: auto;
	
}

.madeUnico img{
	width: 90%;
	position: absolute;
	margin-top: 80px;
	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;
}
}