/*!
Theme Name: Aumenta
Theme URI: http://aumenta.do/
Template: Divi
Author: Pedro Izaguirre
Author URI: http://aumenta.do/
Version: 1.1623183702
Updated: 2021-06-08 20:21:42

*/
.showcase {
  position: relative;
}
.showcase::before {
  content: "";
  background: url(images/degrade-sldier.png) no-repeat right center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  top: 0;
  background-size: 100%;
}

header .header-one {
  font-weight: bold;
  font-size: 12px;
}
header .header-one .one a {
  background: url(images/ico-l.png) no-repeat right center;
  padding: 0 15px 0 0;
}
header .header-one .two {
  text-decoration: underline;
  color: #FFFFFF;
}
header .header-one .two a {
  text-decoration: none !important;
}
header .header-one a {
  color: #FFFFFF;
}
header .header-one a:hover {
  color: #fa4238;
}
header .header-two {
  position: relative;
}
header .header-two::before {
  content: "";
  position: absolute;
  height: 100%;
  background: #fa4238;
  right: 0;
  top: 0;
  width: 65%;
}

.div-demo {
  background-color: aqua;
}

a {
  transition: all 0.3s ease 0s;
}
a:hover {
  transition: all 0.3s ease 0s;
}

.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button, .et_button_no_icon.et_button_left .et_pb_button:hover, .et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover {
  padding: 15px 5em !important;
}/*# sourceMappingURL=style.css.map */