@import url(./import.css);

/* reset css */

* {
  padding: 0;
  margin: 0;
}

/* root css */

body {
  font-family: "Roboto", sans-serif !important;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
  color: #fff !important;
}
.brand-bg {
  background-color: /*var(--backgroud-brand);*/#FABF27; 
}

.brand-text-color {
  color: var(--secondary-color);
}

.project-btn {
  color: #fff;
  padding: 5px 30px;
  border-radius: 20px;
  font-weight: 300;
  background-color: var(--secondary-color);
}
.cursor-point {
  cursor: pointer !important;
}
.border-1-white {
  border: 1px solid #fff;
}
.page-inner-title {
  font-weight: 600;
  font-size: 30px;
  border-bottom: 2px solid var(--secondary-color);
}
.page-inner-body p {
  margin: 30px 0;
  font-weight: 300;
  font-size: 30px;
  text-align: justify;
}
/* ============================ */

.chat-whatsapp {
    background-color: #25D366;
    width: 60px;
    height: 60px;
    font-weight: bold;
    border-radius: 50%;
    padding: 8px;
    text-align: center;
    font-size: 30px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    /*align-items: center;
    justify-content: center;*/
    color: white;
}

.whatsapp-text {
    font-size: 15px;
    color: red;
    margin-top: 5px;
    text-align: center;
}

