
 
 .icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f4f479;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;

  }

  .icon-circle .fa {
    line-height: 50px;
    font-size: 1.5em;
    color: rgb(0, 132, 255);

  }

  .icon-circle .fa:hover {
    color: #2e517af8;
  }

  .info-text {
    min-width: 300px;
    text-align: left;
    color: #2e517af8;

    font-size: 1.2em;
  }

  .info-text span {
    display: block;
  }

  .info-text strong {
    font-weight: bold;
    color: rgb(0, 132, 255);
  }



  /**********************  NAV-footer  **********************/





 

/****** FOOTER :: BoTools = BACKtoTOP + NAVbottoms + WA *******/
.tools {
  width: 100%;
  height: auto;
  margin: 0;
  display: flex;
  justify-content:space-around;
  align-items: stretch;

}

/* Botón Back to Top */
#backToTop {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.5em;
  margin-left: 5%;

  background-color: #f7f4f479;
  box-shadow: 0 4px 8px rgba(163, 163, 163, 0.2);
  transition: background-color 0.3s ease;
  z-index: 9000;
}

#backToTop:hover {
  background-color: #e4dedec4;
}

#backToTop .fa {
  color: rgb(0, 132, 255);
  line-height: 40px;
  width: 40px;
  height: 40px;
}


#backToTop .fa:hover {
  color: #a85fbed3;
}

/*
comsTitle
"/mx/img/WClogo.png"
gradient-text2

*/


.more-toggle i {
  width: 50px;
  height: 50px;
  line-height: 50px;

  font-size: 1.5em;
  color: rgb(0, 132, 255);
  background-color: #f7f4f479;
  box-shadow: 0 4px 8px rgba(163, 163, 163, 0.2);
  transition: background-color 0.3s ease;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
}

button.ChatButton {
  border: none;
  outline: none;
  cursor: pointer;
}
button.ChatButton:focus {
  outline: none;
}

.ChatButton i {
  width: 60px;
  height: 60px;
  line-height: 60px;
 margin-right: 5rem;  
  color:#25d366;
  background-color: rgba(255,255,255,0.3);
  box-shadow: 0 4px 8px rgba(163, 163, 163, 0.2);
  transition: background-color 0.3s ease;
  border-radius: 50%;

}
 
i.fa-whatsapp {font-size: 36px;}

.ChatButton i:hover 
{
color: rgba(255,255,255,0.8);
  background-color:#25d366;

}

/********************/

.country {
  width: 30px;
  height: 30px;

}

  .copyright {
    width: auto;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #8d8787c4;
  }

/***********************/

.SocialMediaIcons {
  width: 100%;
  height: auto;
  line-height: 40px;
  text-align: center;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.SocialMediaIcons a {
  color: rgb(0, 132, 255);

  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  padding: 0;

}

.SocialMediaIcons .fa:hover {
  color: #a85fbed3;
}

.SocialMediaIcons .fa {
  font-size: 1.5em;
}