.title-content_fp {
    font-size: 14px;
  }

  /*btn*/
.btn1_fp {
    display: inline-block;
    background: rgb(199,76,150);
    background: linear-gradient(90deg, rgba(199,76,150,1) 0%, rgba(33,81,174,1) 100%);
    margin: 0 auto;
    text-align: center;
    border: none;
    font-size: 1rem;
    padding: 5px 25px;
    color: white; }
  
.btn1_fp:hover {
    color: white;
    text-decoration: none;
    background: rgb(33,81,174);
    background: linear-gradient(90deg, rgba(33,81,174,1) 0%, rgba(199,76,150,1) 100%);
}
  
  .form_fp {
    margin-top: 40px;
  }
  .form_fp input {
    background: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #C74C96;
    color: #A1A1A1;
    border-radius: 0;
    font-size: 14px;
    border-bottom: 1px solid;
    padding: 0;
  }
  .form_fp input:focus {
    transition: all 1s;
    border-color: #00AC70;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .form_fp input::placeholder {
    color: #A1A1A1;
    opacity: 1;
  }
  .form_fp input:-ms-input-placeholder {
    color: #A1A1A1;
  }
  .form_fp input::-ms-input-placeholder {
    color: #A1A1A1;
  }
  .form_fp input.error {
    border-color: #dc3545 !important;
    display: block !important;
    position: initial !important;
    font-size: 14px !important;
    margin-top: auto !important;
    color: #A1A1A1;
  }
  .form_fp textarea {
    background: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #C74C96;
    color: #A1A1A1;
    border-radius: 0;
    font-size: 14px;
    border-bottom: 1px solid;
    padding: 0;
    min-height: 120px;
  }
  .form_fp textarea:focus {
    transition: all 1s;
    border-color: #C74C96;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .form_fp textarea::placeholder {
    color: #A1A1A1;
    opacity: 1;
  }
  .form_fp textarea:-ms-input-placeholder {
    color: #A1A1A1;
  }
  .form_fp textarea::-ms-input-placeholder {
    color: #A1A1A1;
  }
  .form_fp textarea.error {
    border-color: #dc3545 !important;
    display: block !important;
    position: initial !important;
    font-size: 14px !important;
    margin-top: auto !important;
    color: #A1A1A1;
  }
  .form_fp .inherited-field_cpt {
    border: none !important;
  }
  .form_fp select {
    background: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom: 1px solid #C74C96;
    padding: 0;
    color: #A1A1A1;
    padding-right: 20px !important;
    background-image: none !important;
  }
  .form_fp select:focus {
    transition: all 1s;
    border-color: #C74C96;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .form_fp select.error {
    border-color: #dc3545 !important;
    display: block !important;
    position: initial !important;
    font-size: 14px !important;
    margin-top: auto !important;
    color: #A1A1A1;
  }
  .form_fp .form-in::after {
    content: "▾";
    display: block;
    text-align: right;
    pointer-events: none;
    font-size: 18px;
    color: #A1A1A1;
    margin-top: -30px;
    width: 100%;
    padding-right: 6px;
  }
  .form_fp .recaptcha_fp {
    margin: 0 auto;
    position: inherit;
  }
  .form_fp .recaptcha_fp img {
    max-width: none;
    width: 304px;
    height: 78px;
  }
  .form_fp .error {
    display: none;
    width: 100%;
    margin-top: 0px;
    font-size: 10px;
    color: #dc3545;
    position: absolute;
    left: 0;
  }
  
  /*lado-derecho*/
  .form-right_fp {
    margin-top: 90px;
    padding: 0px 65px !important;
  }
  .form-right_fp .form-info_fp {
    margin-bottom: 30px !important;
    width: 306px;
    max-width: 100%;
    margin: 0 auto;
  }
  .form-right_fp .form-info_fp .icon-info-form_fp {
    margin-right: 7px;
  }
  .form-right_fp .form-info_fp .icon-info-form_fp img {
    width: 35px;
    max-width: none;
  }
  .form-right_fp .form-info_fp .text-info-form_fp p {
    margin-bottom: 0;
    color: #676767;
    font-weight: 300;
    font-size: 15px;
    word-break: break-all;
  }
  .form-right_fp .form-info_fp .text-info-form_fp p strong {
    font-weight: 700;
    color: #00AC70;
  }
  .form-right_fp .map-form_fp {
    height: 150px;
    position: relative;
    width: 300px;
    margin: 0 auto;
    max-width: 100%;
  }
  .form-right_fp .map-form_fp .img-map-form-content_fp {
    overflow: hidden;
    height: 150px;
    border-radius: 20px;
    transform: skew(-12deg);
  }
  .form-right_fp .map-form_fp .img-map-form-content_fp img {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    display: block;
  }
  .form-right_fp .map-form-text_fp {
    position: absolute;
    top: 0;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }
  .form-right_fp .map-form-text_fp .text-content_fp {
    background: rgba(0, 172, 112, 0.8);
    width: auto;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    transform: skew(-12deg);
    max-width: 437px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;
  }
  .form-right_fp .map-form-text_fp .text-content_fp img {
    width: 27px;
    max-width: none;
    transform: skew(12deg);
    margin-right: 10px;
  }
  .form-right_fp .map-form-text_fp .text-content_fp p {
    transform: skew(12deg);
    margin-bottom: 0px;
    font-size: 15px;
    color: white;
    font-weight: 200;
  }

  .form-control {
    border: 1px solid #C74C96 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
  }
  
  /*check-box*/
  .check-box_fp {
    position: inherit;
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .check-box_fp input[type=checkbox] {
    width: auto;
    opacity: 1e-8;
    position: absolute;
    left: 0;
    margin-left: -20px;
  }
  .check-box_fp .l-check {
    position: relative;
  }
  .check-box_fp .l-check:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #C74C96;
  }
  .check-box_fp .l-check:after {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #C74C96;
    border-left: 2px solid #C74C96;
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    will-change: transform;
    position: absolute;
    top: 7px;
    left: 6px;
  }
  .check-box_fp input[type=checkbox]:checked ~ .l-check::before {
    color: #009a48;
  }
  .check-box_fp input[type=checkbox]:checked ~ .l-check::after {
    transform: rotate(-45deg) scale(1);
  }
  .check-box_fp .l-check {
    min-height: 34px;
    display: block;
    padding-left: 22px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    vertical-align: sub;
  }
  .check-box_fp .l-check a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-size: 12px;
    line-height: 13px;
    color: #A1A1A1;
    height: 100%;
    padding-left: 9px;
  }
  .check-box_fp input[type=checkbox]:focus + .l-check::before {
    outline: 0;
  }

  .selected-tipoAnunciante svg {
    display: none; }
  
  .selected-tipoAnunciante svg:before {
    content: ""; }
  