footer{
    background-color:var(--black);
    width:100%;
    height:auto;
}

footer a{
    text-decoration:none;
}

.containerItemsFullFooter{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:50px;
  padding-top:40px;
  padding-bottom:10px;
}

.containerItemsFullFooter .itemBrand{
  width:25%;
  height:100%;
  display:flex;
  align-items:center;
  color:var(--black);
  flex-wrap:wrap;
  flex-direction: column;
  align-items: start;
}

.containerItemsFullFooter .itemBrand .containerImgBrandFooter{
  width:150px;
  height:auto;
  margin-bottom:20px;
}

.containerItemsFullFooter .itemBrand .containerImgBrandFooter img{
  width:100%;
  height:100%;
}

.containerItemsFullFooter .itemBrand .flexLink{
  margin:5px 0px;
}

.containerItemsFullFooter .itemBrand .flexLinkOv{
    text-decoration:underline;
}

.containerItemsFullFooter .itemBrand .flexLinkOv:hover{
   text-decoration:none;
}

.containerItemsFullFooter .itemLinks{
  width:25%;
  padding-left: 15px;
  height:auto;
}


.pInvermoriFooter{
    color:var(--white);
    font-size:12px;
    font-weight:400;
    padding-top:5px;
    padding-bottom:10px;
}


.itemLinks h5{
  font-size:16px;
  font-weight:400;
  text-transform: uppercase;
  color:var(--white);
}


.flexLink{
  display:flex;
  justify-content:left;
  align-items:center;
  gap:10px;
  margin:15px 0px;
}


.flexLink p,.itemLinks .flexLink i,.itemBrand .flexLink i{
  font-size:12px;
  color:var(--primary);
  transition:all ease .3s;
}

.flexLink p,.itemLinks .flexLink,.itemBrand .flexLink{
  color:var(--white);
  font-weight:300;
  font-size:15px;
  transition: all ease .3s;
}

.flexLink:hover p{
  opacity: 0.9;
}


.flexRdsInvermori{
	display:flex;
	justify-content:start;
  gap:25px;
  margin-top:25px;
	align-items:center;
  margin-left:10px;
}

.flexRdsInvermori .iconRds{
	width:35px;
	height:35px;
	background-color:var(--primary);
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:3px;
    font-size:20px;
	cursor:pointer;
	color:var(--white);
	transition:all ease .3s;
  border-radius:5px;
  transform: rotate(45deg);
}

.flexRdsInvermori i{
  transform: rotate(-45deg);
}

.flexRdsInvermori .iconRds:hover{
	background-color:var(--primaryhover);
  color:var(--white);
  transform: rotate(315deg);
}

.flexRdsInvermori .iconRds:hover i{
  transform: rotate(45deg);
}


/* CopyRight*/

footer .copyright{
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:10px;
  flex-wrap:wrap;
  text-align:center;
  color:var(--white);
  padding:15px 0px;
  margin-top:30px;
  background-color: var(--primaryv2);
}

footer .copyright .webFooterCopy{
  font-size:13px;
}


footer .copyright p{
  width:100%;
}

footer .copyright a{
  color: var(--white);
}




/* BUTTON UP */

.btn-scrolltop {
    position: fixed;
    bottom: 25px;
    left:25px;
    padding: 6px 14px;
    font-size:20px;
    background-color: var(--white);
    color: var(--primary);
    border:none;box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    cursor: pointer;
    transform: translateY(100px);
    border-radius:5px;
    transition: 0.3s;
    z-index:11;
  }

  .btn-scrolltop-active {
    transform: translateY(0);
  }

  .btn-scrolltop:hover{
    background-color: var(--primary);
    color:var(--white);
  }



  /* BTN - WHATSAPP */
  .btnWhatsApp{
    position:fixed;
    bottom:25px;
    right:25px;
    width:60px;height:60px;
    display:flex;
    border-radius:50%;
    justify-content:center;
    align-items:center;
    background-color:#27A11A;
    color:var(--white);
    font-size:30px;
    z-index:100;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-decoration:none;
    transition: all ease .3s;
  }

  .btnWhatsApp:hover{
    background-color:#119c01;
  }



/* CHAT GEN */

.chatGenButton{
    position: fixed;
    bottom: 25px;
    right:25px;
    width:60px;
    height:60px;
    background-color: var(--white);
    border:none;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
    border-radius:50%;
    transition: 0.3s;
    z-index:10003;
    overflow: hidden;
    border:3px solid var(--white);
}

.chatGenButton .containerImgChat{
    width:100%;height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.chatGenButton .containerImgChat img{
    width:100%;
    height:100%;
    object-fit: contain;
    transition: all ease .3s;
}

.closeChat{
    cursor: pointer;
    padding:0px 5px;
    border-radius:50%;
    transition: all ease .3s;
    font-size:20px;
}



.containerChatGen{
    position: fixed;
    bottom:95px;
    right:25px;
    width:320px;
    height:auto;
    border-radius:10px;
    background-color: var(--white);
    z-index:1002;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display:none;
}


.flexCabChat{
    width:100%;
    height:auto;
    display: flex;
    justify-content: space-between;
    align-content:center;
    gap:20px;
    padding:15px;
    background-color: #01BC63;
    color:var(--white);
}

.flexCabChat .flexIconTitle{
    font-weight:600;
    font-size:18px;
}



.contactsChat{
    width:100%;
    height:250px;
    overflow-y: auto;
    padding:10px;
}

.flexcontactGenWhatsApp{
    width:100%;
    background-color:var(--grayextralight);
    display:flex;
    justify-content: start;
    align-items: center;
    padding:10px;
    gap:10px;
    position:relative;
    border-radius:15px;
    margin-bottom:10px;
    text-decoration:none;
    transition: all ease .3s;
}

.containerContactChatIcon{
    width:45px;height:45px;
    background-color: #01BC63;
    border-radius:50%;
    border:1px solid var(--primarylightV2);
    overflow: hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:25px;
}

.containerContactChatIcon i{
    text-decoration:none;
    color:var(--white);
}


.pointerActive{
    position:absolute;
    width:15px;height:15px;
    border-radius:50%;
    border:4px solid var(--white);
    background-color: #01BC63;
    left:43px;
    top:43px;
}

.nombreContactChat{
    color:var(--black);
    font-size:14px;
}


.flexcontactGenWhatsApp:hover{
    width:100%;
    background-color:var(--primarylight);
    text-decoration:none;
}


.overlayChat{
    position: fixed;
	top:0px;
	left:0;
	width: 100%;
	height:100%;
	z-index:1001;
	background-color: rgba(0, 0, 0, 0.219);
	display:none;
}

.showBlock{
    display:block;
}

.textDescGen{
    padding:10px;
}

@media(max-width:360px){
    .containerChatGen{width:300px;}
    .flexCabChat .flexIconTitle{font-size:16px;}
}

  @media(max-width:1150px){
    .itemLinks h5{
      font-size:18px
    }
    .flexLink p{
      font-size:14px
    }
    .containerItemsFullFooter{
      gap:30px;
    }
  }

  @media(max-width:900px){
    .containerItemsFullFooter .itemLinks,.containerItemsFullFooter .itemBrand{
      width:100%;
    }
    .containerItemsFullFooter{
      flex-wrap:wrap;
    }

    .containerItemsFullFooter .itemLinks{
      padding-left:0px;
    }
}


@media(max-width:500px){
  footer .copyright{
    padding:20px 50px;
  }

  .webFooterCopy{
    display:flex;
    flex-direction:column;
  }

  .webFooterCopy a{
    font-size:10px;
  }
}

