body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

#form {
  display: flex;
  flex-direction: column;
  gap: 90px;
  padding: 94px 0;

  @media screen and (max-width: 767px) {
    padding: 20px 0 50px 0;
    gap: 40px;
  }
}

.section-wrapper {
  max-width: 1181px;
  margin: 0 auto;

  @media screen and (max-width: 767px) {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
}

.main-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  .left-section {
    padding: 0px 20px;
    flex: 1;
    background: #fff;
    max-width: 337px;
    display: flex;
    flex-direction: column;
    gap: 24px;

    img {
      max-width: 200px;
      margin-bottom: 16px;
    }

    p {
      font-size: 18px;
      font-weight: 400;
      line-height: normal;
      color: #202020;
      margin: 0;

      span {
        font-weight: 600;
      }
    }
  }

  .separador {
    flex: 1;
    background: #E62C33;
    max-width: 1px;
  }

  .right-section {
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    background: #fff;
    max-width: 581px;
    gap: 52px;

    h1 {
      margin: 0;
      font-family: Montserrat;
      font-size: 29px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      color: #202020;
    }
  }

  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 40px;

    .right-section {
      padding: 0;

      h1 {
        display: none;
      }
    }

    .left-section {
      min-width: 100%;
      padding: 0;
    }

    .separador {
      min-width: 100%;
      min-height: 1px;
      max-width: 100%;
    }
  }
}

/**
ul.custom-list {
  list-style: none;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;

  li {
    position: relative;
    padding-left: 24px;
    font-family: "Montserrat", sans-serif;

    &::before {
      content: "";
      position: absolute;
      top: 2px;
      left: 0;
      width: 17px;
      height: 17px;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M3.79334 5.88053L7.79334 3.38053C8.2257 3.1103 8.77431 3.1103 9.20667 3.38053L13.2067 5.88053C13.5965 6.12418 13.8333 6.55147 13.8333 7.01119V10.8665C13.8333 11.3262 13.5965 11.7535 13.2067 11.9972L9.20667 14.4972C8.77431 14.7674 8.2257 14.7674 7.79334 14.4972L3.79334 11.9972C3.4035 11.7535 3.16667 11.3262 3.16667 10.8665V7.01119C3.16667 6.55147 3.4035 6.12418 3.79334 5.88053Z" fill="%23E62C33" stroke="%23E62C33" stroke-width="1.5" stroke-linecap="round"/></svg>');
      background-size: contain;
      background-repeat: no-repeat;
    }
  }
}**/

#impulsoresValor{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.menu-footer {
  display: flex;
  flex-direction: row;
  gap: 12px;

  a {
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #202020;
    transition: all 0.3s ease-in-out;

    &:hover {
      color: #E62C33;
    }
  }

  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 24px;

    span {
      display: none;
    }
  }
}


#mauticform_registrolanding_nombre,
#mauticform_registrolanding_apellidos {
  width: 48%;

  @media screen and (max-width: 869px) and (min-width: 768px),
  screen and (max-width: 767px) {
    width: 100%;
  }
}

#mauticform_registrolanding_email,
#mauticform_registrolanding_empresa,
#mauticform_registrolanding_cargo,
#mauticform_registrolanding_submit {
  width: 100%;
}

#mauticform_registrolanding_recibir_comunicaciones,
#mauticform_registrolanding_submit {
  margin-top: 0px;
}

#mauticform_registrolanding_politica_de_privacidad {
  @media screen and (max-width: 767px) {
    margin-top: -18px;
  }
}

label#mauticform_checkboxgrp_label_recibir_comunicaciones_aceptacomunicaciones0 {
  line-height: 160%;

  @media screen and (max-width: 767px) {
    line-height: 120%;
  }
}

.mauticform-checkboxgrp-row a {
  color: #202020;
}

@media screen and (max-width: 767px) {
  #mauticform_registrolanding_submit {
    margin-top: 0px;
  }
}


.footer .section-wrapper{
  display: flex;
  flex-direction: column;
  gap: 50px;
  & img{
    width: 100%!important;
  }
}