/* -------------------------
   FONT SIZES
--------------------------*/
.f16 {
  font-size: 16px !important;
}

.f18 {
  font-size: 18px !important;
}

.f20 {
  font-size: 20px !important;
}

.f22 {
  font-size: 22px !important;
}

.f24 {
  font-size: 24px !important;
}

.f26 {
  font-size: 26px !important;
}

.f28 {
  font-size: 28px !important;
}

.f30 {
  font-size: 30px !important;
}

.f32 {
  font-size: 32px !important;
}

.f34 {
  font-size: 34px !important;
}

.f36 {
  font-size: 36px !important;
}

.f40 {
  font-size: 40px !important;
}

.f50 {
  font-size: 50px !important;
}

.f52 {
  font-size: 52px !important;
}

.f54 {
  font-size: 54px !important;
}

.f56 {
  font-size: 56px !important;
}

.f58 {
  font-size: 58px !important;
}

.f60 {
  font-size: 60px !important;
}

.f62 {
  font-size: 62px !important;
}

.f64 {
  font-size: 64px !important;
}

.f66 {
  font-size: 66px !important;
}

.f68 {
  font-size: 68px !important;
}

.f70 {
  font-size: 70px !important;
}

/* -------------------------
   FONT FAMILIES
--------------------------*/
.font-open-sans {
  font-family: 'Open Sans', Arial, sans-serif !important;
}

.font-dm-serif {
  font-family: 'DM Serif Text', 'Times New Roman', serif !important;
  letter-spacing: 0.05em;
}

/* -------------------------
   COLORS
--------------------------*/
.colorPrimary {
  color: #8c2229 !important;
}

.colorWhiteTwo {
  color: #b3b3b3 !important;
}

.colorBlack {
  color: #000 !important;
}

.colorGrey {
  color: #111111 !important;
}

.colorGreyTwo {
  color: #222222 !important;
}

.colorWhite {
  color: #ffffff !important;
}

/* -------------------------
   FONT WEIGHTS
--------------------------*/
.fweight-300 {
  font-weight: 300 !important;
}

.fweight-400 {
  font-weight: 400 !important;
}

.fweight-500 {
  font-weight: 500 !important;
}

.fweight-600 {
  font-weight: 600 !important;
}

.fweight-700 {
  font-weight: 700 !important;
}

.fweight-800 {
  font-weight: 800 !important;
}

.fweight-900 {
  font-weight: 900 !important;
}

.fweight-1000 {
  font-weight: 1000 !important;
}

/* -------------------------
   TEXT FORMATTING
--------------------------*/
.uppercase {
  text-transform: uppercase !important;
}

.text-align-center {
  text-align: center !important;
}

/* -------------------------
   BACKGROUNDS
--------------------------*/
.background-black {
  background-color: #090a0a !important;
}

/* -------------------------
   WHATSAPP FLOAT BUTTON
--------------------------*/
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}

.whatsapp-float img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.whatsapp-float:hover {
  background-color: #1ebe5d;
  transform: scale(1.1);
}

/* -------------------------
   RESPONSIVE TEXT
--------------------------*/
.resp-text {
  font-size: clamp(16px, 1.33vw, 35px) !important;
  line-height: clamp(26px, calc(1.33vw + 10px), 45px) !important;
  /* fonte +10px */
}

/* -------------------------
   RESPONSIVE TEXT LIST
--------------------------*/
.resp-text-list li {
  font-size: clamp(16px, 1.33vw, 35px) !important;
  line-height: clamp(26px, calc(1.33vw + 10px), 45px) !important;
  margin-bottom: .4em;
}

.resp-text-list li i {
  margin-right: .5em;
  font-size: 0.9em;
  vertical-align: -0.05em;
}

/* -------------------------
   CLIENTS LOGOS (HOVER EFFECT)
--------------------------*/
.clients .client {
  position: relative;
  overflow: hidden;
}

.clients .client img {
  padding: 15px;
  -webkit-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.clients .client img:first-of-type {
  opacity: 0.8;
}

.clients .client img:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
}

.clients .client:hover img:first-of-type {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}

.clients .client:hover img:last-of-type {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* -------------------------
   FOOTER BASE
--------------------------*/
.footer {
  background-color: #222222;
}

.footer .social-icons li a {
  color: #8c2229;
  font-size: 17px;
}

.footer .social-icons li a:hover {
  color: #ffffff;
}

.footer-primary {
  padding-top: 120px;
  padding-bottom: 40px;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.footer-widget-nav li a {
  display: block;
  position: relative;
  color: #9b9b9b;
  font-size: 14px;
  margin-bottom: 11px;
}

.footer-widget-nav li a:hover {
  color: #8c2229;
}

.footer-widget-about .btn {
  color: #8c2229;
}

.footer-widget-about .btn .icon-arrow-right {
  color: #ffffff;
  background-color: #8c2229;
}

.footer-widget-about .btn:hover {
  color: #ffffff;
}

.footer-widget-about .btn:hover .icon-arrow-right {
  color: #222222;
  background-color: #ffffff;
}

.footer-widget-contact p {
  font-size: 14px;
}

.footer-copyrights {
  background-color: #121212;
  padding-top: 42px;
  padding-bottom: 42px;
}

.footer-copyrights p {
  font-size: 13px;
}

.footer-copyrights p a:hover {
  color: #ffffff;
}

/* -------------------------
   SCROLL TOP BUTTON
--------------------------*/
#scrollTopBtn {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  opacity: 0;
  z-index: 1000;
  font-size: 18px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #8c2229;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#scrollTopBtn:hover {
  background-color: #222222;
}

#scrollTopBtn.actived {
  right: 30px;
  opacity: 1;
}

/* -------------------------
   MEDIA QUERIES
--------------------------*/
@media (min-width: 1200px) {
  .footer-widget-about {
    padding-right: 140px;
  }
}

@media (max-width: 1200px) {

  .footer-widget-nav li a,
  .footer__copyright-links li a {
    font-size: 13px;
    margin-bottom: 8px;
  }
}

/* Medium Size Screens */
@media (min-width: 768px) and (max-width: 991px) {
  .footer-primary {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .footer-primary {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .footer-widget {
    margin-bottom: 20px;
  }

  .footer-widget-title {
    margin-bottom: 10px;
  }

  .footer-copyrights {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer .social-icons {
    margin-bottom: 0;
  }
}