/*
Theme Name: Mastercol
Theme URI: http://wordpress.org/themes/twentythirteen
Version: 1.0
*/
/* 
header.header {
  display: flex;
}

.logo {
  position: relative;
  display: flex;
  height: fit-content;
}

.logo a {
  z-index: 99;
  padding-top: 24px;
  padding-left: 16px;
}*/

.logo img, .header-logo img {
  width: 250px;
  height: auto;
}

.header-logo a {
  z-index: 999;;
}

.container {
  margin: 0 auto;
}

.header-logo-overlay {
  background: #dcd123;
  z-index: 999!important;
  left: 10%;
  right: 0;
  position: absolute;
  /* height: 94px; */
  width: 20%;
  top: 0;
  bottom: -8px;
  transform: skewX(-20deg);
  box-shadow: 0px 0px 20px -7px #324a93
}

footer.footer, .header-bg {
  background: url(http://mastercol.com.br/wp-content/uploads/2022/07/footer-background.jpeg);
}

footer.footer .copy-container {
  background: url(https://mastercol.com.br/wp-content/uploads/2022/07/copyright-background.png);
}

.footer-contact-icon {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.owl-theme .owl-dots {
  position: absolute;
  left: 16px;
  bottom: 8px;
}

.mastercol-contact div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,
.mastercol-contact input {
  width: 100%!important;
  max-width: 100%!important;
}

.mastercol-contact input,
.mastercol-contact textarea {
  border-radius: 8px!important;
}

.mastercol-contact textarea {
  resize: none;
}