/* 
  Theme Name: Lacerda Dev Classic Theme
  Author: Rafael Lacerda Busatta
  Version: 1.0
*/

/* Global Styles */
* {
  font-family: 'Arial', sans-serif !important;
  /* line-height: 30px !important; */
  letter-spacing: 0% !important;
  color: #fff;
}

p {
  margin: 0 !important;
}

body {
  --red: #DC3522;
  --gray: #404040;
  background-color: var(--red) !important;
}

h1 {
  font-size: 24px !important;
  font-weight: 900 !important;
}

.img_template {
  max-width: 350px;
  height: auto;
  background-color: #d9d9d9;
  border-radius: 16px;
}

.img_template_2 {
  width: 100%;
  height: auto;
  background-color: #d9d9d9;
  border-radius: 16px;
}

@media (min-width: 992px) {
  .img_template_2 {
  width: 638px;
  height: 398px;
  background-color: #d9d9d9;
  border-radius: 16px;
  }
}

@media(min-width: 1200px) {
  .img_template {
    max-width: 450px;
  }
}