@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: 170px;
}

.prodRes{
	display: none;
}

.contactoRes{
	display: none;
}

/* Slider */

.pic-ctn {
	width: 100%;
}

@keyframes display {
0% {
	transform: translateX(200px);
	opacity: 0;
  }
10% {
	transform: translateX(0);
	opacity: 1;
  }
20% {
	transform: translateX(0);
	opacity: 1;
  }
25% {
	transform: translateX(0px);
	opacity: 0;
  }
100% {
	transform: translateX(0px);
	opacity: 0;
  }
}

.pic-ctn {
	position: relative;
	width: 70%;
	margin-top: 0px;
	margin-left: 90px;
}

.pic-ctn > img {
	position: absolute;
	top: 0;
	left: calc(10% - 100px);
	opacity: 0;
	animation: display 32s infinite;
}

img:nth-child(2) {
	animation-delay: 4s;
}
img:nth-child(3) {
	animation-delay: 8s;
}
img:nth-child(4) {
	animation-delay: 12s;
}
img:nth-child(5) {
	animation-delay: 16s;
}
img:nth-child(6) {
	animation-delay: 20s;
}
img:nth-child(7) {
	animation-delay: 24s;
}
img:nth-child(8) {
	animation-delay: 28s;
}

/* Nosotros */

.nosotrosSectionsRes{
	display: none;
}

.txtNosotrosDiv p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	margin-top: 70px;
}

.relevoP span{
	font-family: PromptBold;
}

.imgNosotrosDiv img{
	width: 65%;
	margin-left: 18%;
	margin-top: 70px;
}

.colAbajo8 p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	text-align: center;
	margin-top: 30px;
}

.ubicacionDiv span{
	font-family: PromptBold;
}


/* AFLUENCIA */

.afluenciaSection{
	background-color: rgb(218, 223, 225);
	padding-bottom: 50px;
}

.txtAfluencia .afluenciaPuntos{
	font-family: PromptBold;
	text-align: center;
	color: rgb(44, 78, 150);
	margin-bottom: 0;
	font-size: 50px;
	margin-top: 100px;
	line-height: 0;
	z-index: 2;
}

.txtAfluencia .afluenciaAfluencia{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 80px;
	z-index: 3;
}

.imgAfluencia img{
	margin-left: 30%;
	margin-top: 20px;
	width: 450px;
}

/* Clientes */

.txtClientes .txtNuestros{
	font-family: PromptBold;
	text-align: center;
	color: rgb(199, 11, 131);
	margin-bottom: 0;
	font-size: 50px;
	margin-top: 70px;
	line-height: 0;
	z-index: 2;
}

.txtClientes .txtClientesH1{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(57,151,209,1) 0%,  rgba(44,78,150,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 85px;
	z-index: 3;
}


/* Clientes */

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: pr;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.contenedorCarrousel{
	margin-top: 50px;
}

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

.prodRes{
	display: none;
}

.contactoRes{
	display: none;
}

/* Empresa Marcas */

.marcasDiv img{
	width: 100%;
	height: auto;
	margin-top: 110px;
}

/* Nosotros */

.nosotrosSectionsRes{
	display: none;
}

.txtNosotrosDiv p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	margin-top: 70px;
}

.relevoP span{
	font-family: PromptBold;
}

.pic-ctn {
	position: relative;
	width: 90%;
	margin-left: 30px;
	margin-top: 0px;
}

.imgNosotrosDiv img{
	width: 65%;
	margin-left: 18%;
	margin-top: 70px;
}

.colAbajo8 p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	text-align: center;
	margin-top: 30px;
}

.ubicacionDiv span{
	font-family: PromptBold;
}


/* AFLUENCIA */

.afluenciaSection{
	background-color: rgb(218, 223, 225);
	padding-bottom: 50px;
}

.txtAfluencia .afluenciaPuntos{
	font-family: PromptBold;
	text-align: center;
	color: rgb(44, 78, 150);
	margin-bottom: 0;
	font-size: 50px;
	margin-top: 100px;
	line-height: 0;
	z-index: 2;
}

.txtAfluencia .afluenciaAfluencia{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 80px;
	z-index: 3;
}

.imgAfluencia img{
	margin-left: 30%;
	margin-top: 20px;
	width: 450px;
}

/* Clientes */

.txtClientes .txtNuestros{
	font-family: PromptBold;
	text-align: center;
	color: rgb(199, 11, 131);
	margin-bottom: 0;
	font-size: 50px;
	margin-top: 70px;
	line-height: 0;
	z-index: 2;
}

.txtClientes .txtClientesH1{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(57,151,209,1) 0%,  rgba(44,78,150,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 85px;
	z-index: 3;
}


/* Clientes */

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: pr;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.contenedorCarrousel{
	margin-top: 50px;
}

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

.prodRes{
	display: none;
}

.contactoRes{
	display: none;
}

/* Empresa Marcas */

.marcasDiv img{
	width: 100%;
	height: auto;
	margin-top: 110px;
}

/* Nosotros */

.nosotrosSectionsRes{
	display: none;
}

.txtNosotrosDiv p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	margin-top: 70px;
}

.relevoP span{
	font-family: PromptBold;
}

.imgNosotrosDiv img{
	width: 65%;
	margin-left: 18%;
	margin-top: 70px;
}

.colAbajo8 p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	text-align: center;
	margin-top: 30px;
}

.ubicacionDiv span{
	font-family: PromptBold;
}


/* AFLUENCIA */

.afluenciaSection{
	background-color: rgb(218, 223, 225);
	padding-bottom: 50px;
}

.txtAfluencia .afluenciaPuntos{
	font-family: PromptBold;
	text-align: center;
	color: rgb(44, 78, 150);
	margin-bottom: 0;
	font-size: 50px;
	margin-top: 100px;
	line-height: 0;
	z-index: 2;
}

.txtAfluencia .afluenciaAfluencia{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 80px;
	z-index: 3;
}

.imgAfluencia img{
	margin-left: 30%;
	margin-top: 20px;
	width: 450px;
}

/* Clientes */

.txtClientes .txtNuestros{
	font-family: PromptBold;
	text-align: center;
	color: rgb(199, 11, 131);
	margin-bottom: 0;
	font-size: 50px;
	margin-top: 70px;
	line-height: 0;
	z-index: 2;
}

.txtClientes .txtClientesH1{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(57,151,209,1) 0%,  rgba(44,78,150,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 85px;
	z-index: 3;
}


/* Clientes */

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: pr;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.contenedorCarrousel{
	margin-top: 50px;
}

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

.prodRes{
	display: none;
}

.contactoRes{
	display: none;
}

/* Empresa Marcas */

@keyframes display {
0% {
	transform: translateX(200px);
	opacity: 0;
  }
10% {
	transform: translateX(0);
	opacity: 1;
  }
20% {
	transform: translateX(0);
	opacity: 1;
  }
25% {
	transform: translateX(0px);
	opacity: 0;
  }
100% {
	transform: translateX(0px);
	opacity: 0;
  }
}

.pic-ctn {
	position: relative;
	width: 100%;
	margin-top: 0px;
	margin-left: 50px;
}

/* Nosotros */

.nosotrosSectionsRes{
	display: none;
}

.txtNosotrosDiv p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	margin-top: 70px;
}

.relevoP span{
	font-family: PromptBold;
}

.imgNosotrosDiv img{
	width: 65%;
	margin-left: 18%;
	margin-top: 70px;
}

.colAbajo8 p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	text-align: center;
	margin-top: 30px;
}

.ubicacionDiv span{
	font-family: PromptBold;
}


/* AFLUENCIA */

.afluenciaSection{
	background-color: rgb(218, 223, 225);
	padding-bottom: 50px;
}

.txtAfluencia .afluenciaPuntos{
	font-family: PromptBold;
	text-align: center;
	color: rgb(44, 78, 150);
	margin-bottom: 0;
	font-size: 50px;
	margin-top: 100px;
	line-height: 0;
	z-index: 2;
}

.txtAfluencia .afluenciaAfluencia{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 80px;
	z-index: 3;
}

.imgAfluencia img{
	margin-left: 30%;
	margin-top: 20px;
	width: 450px;
}

/* Clientes */

.txtClientes .txtNuestros{
	font-family: PromptBold;
	text-align: center;
	color: rgb(199, 11, 131);
	margin-bottom: 0;
	font-size: 50px;
	margin-top: 70px;
	line-height: 0;
	z-index: 2;
}

.txtClientes .txtClientesH1{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(57,151,209,1) 0%,  rgba(44,78,150,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 85px;
	z-index: 3;
}


/* Clientes */

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: pr;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.contenedorCarrousel{
	margin-top: 50px;
}

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





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



/* Empresa Marcas */

.pic-ctn {
	position: relative;
	width: 100%;
	margin-top: 40px;
	margin-left: 50px;
}

/* Nosotros */

.txtNosotrosDiv p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	margin-top: 70px;
	font-size: 15px;
}

.relevoP span{
	font-family: PromptBold;
}

.imgNosotrosDiv img{
	width: 65%;
	margin-left: 18%;
	margin-top: 70px;
}

.colAbajo8 p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	text-align: center;
	margin-top: 30px;
	font-size: 15px;
}

.ubicacionDiv span{
	font-family: PromptBold;
}


/* AFLUENCIA */

.afluenciaSection{
	background-color: rgb(218, 223, 225);
	padding-bottom: 50px;
}

.txtAfluencia .afluenciaPuntos{
	font-family: PromptBold;
	text-align: center;
	color: rgb(44, 78, 150);
	margin-bottom: 0;
	font-size: 50px;
	margin-top: 100px;
	line-height: 0;
	z-index: 2;
}

.txtAfluencia .afluenciaAfluencia{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 80px;
	z-index: 3;
}

.imgAfluencia img{
	margin-left: 25%;
	margin-top: 20px;
	width: 450px;
}

/* Clientes */

.txtClientes .txtNuestros{
	font-family: PromptBold;
	text-align: center;
	color: rgb(199, 11, 131);
	margin-bottom: 0;
	font-size: 50px;
	margin-top: 70px;
	line-height: 0;
	z-index: 2;
}

.txtClientes .txtClientesH1{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(57,151,209,1) 0%,  rgba(44,78,150,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 85px;
	z-index: 3;
}


/* Clientes */

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: pr;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.contenedorCarrousel{
	margin-top: 50px;
}



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



/* Empresa Marcas */

.pic-ctn {
	position: relative;
	width: 100%;
	margin-top: 30px;
	margin-left: 50px;
}

/* Nosotros */

.txtNosotrosDiv p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	margin-top: 70px;
	font-size: 15px;
}

.relevoP span{
	font-family: PromptBold;
}

.imgNosotrosDiv img{
	width: 65%;
	margin-left: 18%;
	margin-top: 110px;
}

.colAbajo8 p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	text-align: center;
	margin-top: 30px;
	font-size: 15px;
}

.ubicacionDiv span{
	font-family: PromptBold;
}


/* AFLUENCIA */

.afluenciaSection{
	background-color: rgb(218, 223, 225);
	padding-bottom: 50px;
}

.txtAfluencia .afluenciaPuntos{
	font-family: PromptBold;
	text-align: center;
	color: rgb(44, 78, 150);
	margin-bottom: 0;
	font-size: 50px;
	margin-top: 100px;
	line-height: 0;
	z-index: 2;
}

.txtAfluencia .afluenciaAfluencia{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 80px;
	z-index: 3;
}

.imgAfluencia img{
	margin-left: 25%;
	margin-top: 20px;
	width: 450px;
}

/* Clientes */

.txtClientes .txtNuestros{
	font-family: PromptBold;
	text-align: center;
	color: rgb(199, 11, 131);
	margin-bottom: 0;
	font-size: 50px;
	margin-top: 70px;
	line-height: 0;
	z-index: 2;
}

.txtClientes .txtClientesH1{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(57,151,209,1) 0%,  rgba(44,78,150,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 85px;
	z-index: 3;
}


/* Clientes */

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: pr;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.contenedorCarrousel{
	margin-top: 50px;
}



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



/* Empresa Marcas */

.pic-ctn {
	position: relative;
	width: 100%;
	margin-top: 20px;
	margin-left: 60px;
}

/* Nosotros */

.txtNosotrosDiv p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	margin-top: 70px;
	font-size: 14px;
}

.relevoP span{
	font-family: PromptBold;
}

.imgNosotrosDiv img{
	width: 65%;
	margin-left: 18%;
	margin-top: 110px;
}

.colAbajo8 p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
}

.ubicacionDiv span{
	font-family: PromptBold;
}


/* AFLUENCIA */

.afluenciaSection{
	background-color: rgb(218, 223, 225);
	padding-bottom: 50px;
}

.txtAfluencia .afluenciaPuntos{
	font-family: PromptBold;
	text-align: center;
	color: rgb(44, 78, 150);
	margin-bottom: 0;
	font-size: 50px;
	margin-top: 100px;
	line-height: 0;
	z-index: 2;
}

.txtAfluencia .afluenciaAfluencia{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 80px;
	z-index: 3;
}

.imgAfluencia img{
	margin-left: 22%;
	margin-top: 20px;
	width: 450px;
}

/* Clientes */

.txtClientes .txtNuestros{
	font-family: PromptBold;
	text-align: center;
	color: rgb(199, 11, 131);
	margin-bottom: 0;
	font-size: 50px;
	margin-top: 70px;
	line-height: 0;
	z-index: 2;
}

.txtClientes .txtClientesH1{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(57,151,209,1) 0%,  rgba(44,78,150,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 85px;
	z-index: 3;
}


/* Clientes */

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: pr;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.contenedorCarrousel{
	margin-top: 50px;
}




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




/* Empresa Marcas */

.pic-ctn {
	position: relative;
	width: 100%;
	margin-top: 60px;
	margin-left: 70px;
}

/* Nosotros */

.txtNosotrosDiv p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	margin-top: 70px;
	font-size: 14px;
}

.relevoP span{
	font-family: PromptBold;
}

.imgNosotrosDiv img{
	width: 65%;
	margin-left: 18%;
	margin-top: 110px;
}

.colAbajo8 p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
}

.ubicacionDiv span{
	font-family: PromptBold;
}


/* AFLUENCIA */

.afluenciaSection{
	background-color: rgb(218, 223, 225);
	padding-bottom: 50px;
}

.txtAfluencia .afluenciaPuntos{
	font-family: PromptBold;
	text-align: center;
	color: rgb(44, 78, 150);
	margin-bottom: 0;
	font-size: 50px;
	margin-top: 100px;
	line-height: 0;
	z-index: 2;
}

.txtAfluencia .afluenciaAfluencia{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 80px;
	z-index: 3;
}

.imgAfluencia img{
	margin-left: 20%;
	margin-top: 20px;
	width: 450px;
}

/* Clientes */

.txtClientes .txtNuestros{
	font-family: PromptBold;
	text-align: center;
	color: rgb(199, 11, 131);
	margin-bottom: 0;
	font-size: 50px;
	margin-top: 70px;
	line-height: 0;
	z-index: 2;
}

.txtClientes .txtClientesH1{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(57,151,209,1) 0%,  rgba(44,78,150,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 85px;
	z-index: 3;
}


/* Clientes */

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: pr;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.contenedorCarrousel{
	margin-top: 50px;
}




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




/* Empresa Marcas */

.pic-ctn {
	position: relative;
	width: 100%;
	margin-top: 20px;
	margin-left: 70px;
}

/* Nosotros */

.txtNosotrosDiv p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	margin-top: 60px;
	font-size: 14px;
}

.relevoP span{
	font-family: PromptBold;
}

.imgNosotrosDiv img{
	width: 65%;
	margin-left: 18%;
	margin-top: 160px;
}

.colAbajo8 p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
}

.ubicacionDiv span{
	font-family: PromptBold;
}


/* AFLUENCIA */

.afluenciaSection{
	background-color: rgb(218, 223, 225);
	padding-bottom: 50px;
}

.txtAfluencia .afluenciaPuntos{
	font-family: PromptBold;
	text-align: center;
	color: rgb(44, 78, 150);
	margin-bottom: 0;
	font-size: 50px;
	margin-top: 100px;
	line-height: 0;
	z-index: 2;
}

.txtAfluencia .afluenciaAfluencia{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 80px;
	z-index: 3;
}

.imgAfluencia img{
	margin-left: 15%;
	margin-top: 20px;
	width: 430px;
}

/* Clientes */

.txtClientes .txtNuestros{
	font-family: PromptBold;
	text-align: center;
	color: rgb(199, 11, 131);
	margin-bottom: 0;
	font-size: 50px;
	margin-top: 70px;
	line-height: 0;
	z-index: 2;
}

.txtClientes .txtClientesH1{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(57,151,209,1) 0%,  rgba(44,78,150,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 85px;
	z-index: 3;
}


/* Clientes */

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: pr;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.contenedorCarrousel{
	margin-top: 50px;
}



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

.prodRes{
	display: block;
}

.contactoRes{
	display: block;
}



/* Empresa Marcas */

.pic-ctn{
	position: relative;
	width: 100%;
	margin-top: 0px;
	margin-left: 60px;
}

/* Nosotros */

.nosotrosSections{
	display: none;
}

.nosotrosSectionsRes{
	display: block;
}

.txtNosotrosDivRes{
	margin-top: 300px;
}

.txtNosotrosDivRes p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	margin-top: 40px;
	text-align: center;
}

.relevoPRes span{
	font-family: PromptBold;
}

.imgNosotrosDivRes img{
	margin-top: 50px;
	width: 40%;
	margin-left: 30%;
}

.colAbajo8Res p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	text-align: center;
	margin-top: 40px;
}

.ubicacionDivRes span{
	font-family: PromptBold;
}


/* AFLUENCIA */

.afluenciaSection{
	background-color: rgb(218, 223, 225);
	padding-bottom: 50px;
}

.txtAfluencia .afluenciaPuntos{
	font-family: PromptBold;
	text-align: center;
	color: rgb(44, 78, 150);
	margin-bottom: 0;
	font-size: 50px;
	margin-top: 100px;
	line-height: 0;
	z-index: 2;
}

.txtAfluencia .afluenciaAfluencia{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 80px;
	z-index: 3;
}

.imgAfluencia img{
	margin-left: 10%;
	margin-top: 20px;
	width: 430px;
}

/* Clientes */

.txtClientes .txtNuestros{
	font-family: PromptBold;
	text-align: center;
	color: rgb(199, 11, 131);
	margin-bottom: 0;
	font-size: 50px;
	margin-top: 70px;
	line-height: 0;
	z-index: 2;
}

.txtClientes .txtClientesH1{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(57,151,209,1) 0%,  rgba(44,78,150,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 85px;
	z-index: 3;
}


/* Clientes */

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: pr;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 7);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.contenedorCarrousel{
	margin-top: 50px;
}



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




/* Empresa Marcas */

.pic-ctn{
	position: relative;
	width: 80%;
	margin-top: 0px;
	margin-left: 130px;
}

/* Nosotros */

.nosotrosSections{
	display: none;
}

.nosotrosSectionsRes{
	display: block;
}

.txtNosotrosDiv p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	margin-top: 60px;
	font-size: 14px;
}

.txtNosotrosDivRes p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	margin-top: 40px;
	text-align: center;
}

.relevoPRes span{
	font-family: PromptBold;
}

.imgNosotrosDivRes img{
	margin-top: 50px;
	width: 60%;
	margin-left: 20%;
}

.colAbajo8Res p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	text-align: center;
	margin-top: 40px;
}

.ubicacionDivRes span{
	font-family: PromptBold;
}


/* AFLUENCIA */

.afluenciaSection{
	background-color: rgb(218, 223, 225);
	padding-bottom: 50px;
}

.txtAfluencia .afluenciaPuntos{
	font-family: PromptBold;
	text-align: center;
	color: rgb(44, 78, 150);
	margin-bottom: 0;
	font-size: 50px;
	margin-top: 100px;
	line-height: 0;
	z-index: 2;
}

.txtAfluencia .afluenciaAfluencia{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 80px;
	z-index: 3;
}

.imgAfluencia img{
	margin-left: 7%;
	margin-top: 20px;
	width: 380px;
}


/* Clientes */

.txtClientes .txtNuestros{
	font-family: PromptBold;
	text-align: center;
	color: rgb(199, 11, 131);
	margin-bottom: 0;
	font-size: 50px;
	margin-top: 70px;
	line-height: 0;
	z-index: 2;
}

.txtClientes .txtClientesH1{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(57,151,209,1) 0%,  rgba(44,78,150,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 85px;
	z-index: 3;
}


@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: pr;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.contenedorCarrousel{
	margin-top: 50px;
}




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

/* AFLUENCIA */

.afluenciaSection{
	background-color: rgb(218, 223, 225);
	padding-bottom: 50px;
}

.txtAfluencia .afluenciaPuntos{
	font-family: PromptBold;
	text-align: center;
	color: rgb(44, 78, 150);
	margin-bottom: 0;
	font-size: 40px;
	margin-top: 100px;
	line-height: 0;
	z-index: 2;
}

.txtAfluencia .afluenciaAfluencia{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 70px;
	z-index: 3;
}

.imgAfluencia img{
	margin-left: 7%;
	margin-top: 20px;
	width: 380px;
}

}

@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: 20px;
}

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

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

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



/* Empresa Marcas */

.pic-ctn{
	position: relative;
	width: 90%;
	margin-top: 0px;
	margin-left: 100px;
}

/* Nosotros */

.nosotrosSections{
	display: none;
}

.nosotrosSectionsRes{
	display: block;
}

.txtNosotrosDiv p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	margin-top: 60px;
	font-size: 14px;
}

.txtNosotrosDivRes p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	margin-top: 40px;
	text-align: center;
}

.relevoPRes span{
	font-family: PromptBold;
}

.imgNosotrosDivRes img{
	margin-top: 50px;
	width: 60%;
	margin-left: 20%;
}

.colAbajo8Res p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	text-align: center;
	margin-top: 40px;
}

.ubicacionDivRes span{
	font-family: PromptBold;
}


/* AFLUENCIA */

.afluenciaSection{
	background-color: rgb(218, 223, 225);
	padding-bottom: 50px;
}

.txtAfluencia .afluenciaPuntos{
	font-family: PromptBold;
	text-align: center;
	color: rgb(44, 78, 150);
	margin-bottom: 0;
	font-size: 40px;
	margin-top: 100px;
	line-height: 0;
	z-index: 2;
}

.txtAfluencia .afluenciaAfluencia{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 60px;
	z-index: 3;
}

.imgAfluencia img{
	margin-left: 5%;
	margin-top: 20px;
	width: 340px;
}


/* Clientes */

.txtClientes .txtNuestros{
	font-family: PromptBold;
	text-align: center;
	color: rgb(199, 11, 131);
	margin-bottom: 0;
	font-size: 40px;
	margin-top: 70px;
	line-height: 0;
	z-index: 2;
}

.txtClientes .txtClientesH1{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(57,151,209,1) 0%,  rgba(44,78,150,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 65px;
	z-index: 3;
}


@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: pr;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.contenedorCarrousel{
	margin-top: 50px;
}





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



/* Empresa Marcas */

.pic-ctn{
	position: relative;
	width: 100%;
	margin-top: 0px;
	margin-left: 80px;
}

/* Nosotros */

.nosotrosSections{
	display: none;
}

.nosotrosSectionsRes{
	display: block;
}

.txtNosotrosDivRes{
	margin-top: 280px;
}

.txtNosotrosDivRes p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	margin-top: 40px;
	text-align: center;
	font-size: 13px;
}

.relevoPRes span{
	font-family: PromptBold;
}

.imgNosotrosDivRes img{
	margin-top: 50px;
	width: 60%;
	margin-left: 20%;
}

.colAbajo8Res p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	text-align: center;
	margin-top: 40px;
	font-size: 13px;
}

.ubicacionDivRes span{
	font-family: PromptBold;
}


/* AFLUENCIA */

.afluenciaSection{
	background-color: rgb(218, 223, 225);
	padding-bottom: 50px;
}

.txtAfluencia .afluenciaPuntos{
	font-family: PromptBold;
	text-align: center;
	color: rgb(44, 78, 150);
	margin-bottom: 0;
	font-size: 30px;
	margin-top: 100px;
	line-height: 0;
	z-index: 2;
}

.txtAfluencia .afluenciaAfluencia{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 50px;
	z-index: 3;
}

.imgAfluencia img{
	margin-left: 0%;
	margin-top: 20px;
	width: 320px;
}


/* Clientes */

.txtClientes .txtNuestros{
	font-family: PromptBold;
	text-align: center;
	color: rgb(199, 11, 131);
	margin-bottom: 0;
	font-size: 30px;
	margin-top: 70px;
	line-height: 0;
	z-index: 2;
}

.txtClientes .txtClientesH1{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(57,151,209,1) 0%,  rgba(44,78,150,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 55px;
	z-index: 3;
}


@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: pr;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.contenedorCarrousel{
	margin-top: 50px;
}



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



/* Empresa Marcas */

.marcasDiv img{
	width: 100%;
	height: auto;
	margin-top: 110px;
}

/* Nosotros */

.nosotrosSections{
	display: none;
}

.nosotrosSectionsRes{
	display: block;
}

.txtNosotrosDivRes{
	margin-top: 240px;
}

.txtNosotrosDivRes p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	margin-top: 40px;
	text-align: center;
	font-size: 13px;
}

.relevoPRes span{
	font-family: PromptBold;
}

.imgNosotrosDivRes img{
	margin-top: 50px;
	width: 60%;
	margin-left: 20%;
}

.colAbajo8Res p{
	font-family: PromptExtraLight;
	color: rgb(125, 134, 140);
	text-align: center;
	margin-top: 40px;
	font-size: 13px;
}

.ubicacionDivRes span{
	font-family: PromptBold;
}


/* AFLUENCIA */

.afluenciaSection{
	background-color: rgb(218, 223, 225);
	padding-bottom: 50px;
}

.txtAfluencia .afluenciaPuntos{
	font-family: PromptBold;
	text-align: center;
	color: rgb(44, 78, 150);
	margin-bottom: 0;
	font-size: 30px;
	margin-top: 100px;
	line-height: 0;
	z-index: 2;
}

.txtAfluencia .afluenciaAfluencia{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(199,11,131,1) 0%,  rgba(98,17,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 50px;
	z-index: 3;
}

.imgAfluencia img{
	margin-left: 0%;
	margin-top: 20px;
	width: 265px;
}


/* Clientes */

.txtClientes .txtNuestros{
	font-family: PromptBold;
	text-align: center;
	color: rgb(199, 11, 131);
	margin-bottom: 0;
	font-size: 30px;
	margin-top: 70px;
	line-height: 0;
	z-index: 2;
}

.txtClientes .txtClientesH1{
	font-family: Buchery;
	text-align: center;
	background: -webkit-linear-gradient(270deg, rgba(57,151,209,1) 0%,  rgba(44,78,150,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 55px;
	z-index: 3;
}


@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: pr;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after {
	background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.contenedorCarrousel{
	margin-top: 50px;
}



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