.custom-form-display{
    background-color: #fdfdfb;
    max-width: 620px;
    margin-top: -11rem;
    z-index: 1;
    position: relative;
    padding: 20px;
    width: 90%;
  }
  
  .image-absolute-asset {
    position: absolute;
    left: 0;
    top: 200px;
    max-width: 700px;
    min-width: 300px;
  }
  
  .image-relative-asset {
    display: none;
  }
  

  .paulo-rosto {
    display: initial;
    position: absolute;
    margin-right: 15%;
    right: 0;
    bottom: 0;
    z-index: 10;
  }

  @media (max-width: 991px) {
    .image-absolute-asset {
      display: none;
    }
  
    .image-relative-asset {
      position: relative;
      max-width: 90%;
      display: initial;
      margin-left: -25px;
      margin-top: 20px;
      margin-bottom: 0px;
    }

    .paulo-rosto {
        display: none;
    }
  }

.section-shaped .shape-default {
    background: linear-gradient(150deg, #c80000 15%, #c80000 70%, #c80000 94%);
}

.btn-cta {
    color: #fdfdfb;
    background-color: #1d1d1b;
    border-color: #1d1d1b;
}

body {
    color: #1d1d1b !important;
    background-image: url('https://i.imgur.com/DlMqFcl.jpg');
    background-position: right 50px;
    background-repeat: repeat;
}

.text-primary {
    color: #1d1d1b !important
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #1b1b1a;
}

a:hover {
    color: #fefefc !important;
    border: 0px;
    text-decoration: none;
}

a {
    color: #1b1b1a;
    text-decoration: none;
    background-color: transparent;
}

.btn-warning:hover {
  color: #1d1d1b !important;
  background-color: #fdfdfd !important;
  border-color: #fdfdfd !important;
}

.footer {
    position: relative;
}

.mauticform-selectbox {
  padding: 0 !important;
}

.page-middlecontent {
  background: #d2d0d0;
}