.container {
  margin-right: 10% !important;
}

@font-face {
  font-family: 'Futura-Bold';
  src: url('../fonts/Futura-Bold.eot') format('embedded-opentype'),
     url('../fonts/Futura-Bold.otf')  format('opentype'),
     url('../fonts/Futura-Bold.woff') format('woff'), 
     url('../fonts/Futura-Bold.ttf')  format('truetype'), 
     url('../fonts/Futura-Bold.svg#CorporateACon-Reg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura.eot') format('embedded-opentype'),
    url('../fonts/Futura.otf')  format('opentype'),
    url('../fonts/Futura.woff') format('woff'), 
    url('../fonts/Futura.ttf')  format('truetype'), 
    url('../fonts/Futura.svg#CorporateACon-Reg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'TitlingGothicFB Regular Extended';
    src: url('../fonts/TitlingGothicFBExtended-Regular.woff2') format('woff2'),
        url('../fonts/TitlingGothicFBExtended-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TitlingGothicFB Bold Extended';
    src: url('../fonts/TitlingGothicFBExtended-Bold.woff2') format('woff2'),
        url('../fonts/TitlingGothicFBExtended-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@media (max-width: 600px){
  .row.lp_jeep_white_logo {
      margin-bottom: 0;
  }
}

@media (max-width: 1024px){
  .mw_contactUsSection {
      padding-bottom: 8% !important;
  }
}

@media (max-width: 992px){

  body{
    background: url("../images/jeep-planes-para-tus-planes.jpg");
    background-size: contain;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center top;
  }

  #wrapp-jeep {
    background: none !important; 
  }

  .wrapp-form{
    margin: 0 25%;
  }

  .row.lp_jeep_white_logo {
      text-align: right;
      padding: 20px;
      margin-top: 20%;
      margin-bottom: 30%;
      display: block;
  }

  .mw_contactUsSection {
      background: none !important;
  }

  .mw_contactUsSection{
    background: #000000;
    padding-bottom: 5%;
    margin: 45% 0 auto;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    text-align:center;
    padding: 5% 0 !important;
  }

  .col-form{
    margin: 0 auto !important;
  }

  .border-light{
    border-left: 1px solid #000000 !important;
  }

  footer img{
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  footer a{
    text-align: center;
    display: block;
    margin-left: 0 !important;
  }

}

@media (max-width: 1024px){

}

html, body{
  color: #707070;
  font-family: 'TitlingGothicFB Regular Extended';
  font-size: 13px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  text-align: left;
}

.col-form{
  margin-top: 6rem !important;
}

.mw_contactUsSection{
  background-color: #000000;
  background: url("../images/jeep-planes-para-tus-planes.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}

#wrapp-jeep{ 
  background: rgba(0,0,0,0.95);
}

.row.lp_jeep_white_logo {
    display: none;
}

.lp_jeep_logo{
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: #000000;
}

.mw_contactUsSection{
  padding-bottom: 8%;
}

form.modern-p-form.p-form-modern-forestGreen {
    padding: 15px;
    background: rgba(255,255,255,0.9);
    border: 1px solid #4d4d4d;
    border-radius: 14px;
    margin-top: 0px;
}
.modern-p-form {
    zoom: 1;
    cursor: default;
    font-family: 'Lato';
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    text-align: left;
}
.p-form.p-shadowed.p-form-sm h2 {
    color: #000000;
    font-weight: bold;
    font-family: 'TitlingGothicFB Bold Extended';
    font-size: 1.4rem;
    text-align: center;
    margin: 20px 0;
}
.p-form.p-shadowed.p-form-sm label {
    color: #000000;
    font-weight: bold;
    line-height: 0;
    font-family: 'TitlingGothicFB Bold Extended';
}

form .errorTxt {
  color: #ff0000 !important;
  font-size: 12px;
  min-height: 20px;
}



.modern-p-form label {
    font-weight: normal;
    margin-bottom: 8px;
    color: #666;
}
.modern-p-form label.p-label-required:after {
    content: "*";
    margin-left: 3px;
}
.modern-p-form .input-group {
    width: 100%;
    margin-bottom: 0;
}

.modern-p-form input[type='radio'] {
  height: 30px !important;
  margin-left: 5px;
  vertical-align: middle;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.modern-p-form {
    zoom: 1;
    cursor: default;
    font-family: 'Lato';
    font-size: 0.7rem;
    line-height: 1.2;
    color: #666;
    text-align: left;
}
.modern-p-form .input-group .form-control {
    background-color: #FFFFFF !important;
    border: 2px solid #cccccc;
}
.form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 12.8px;
    font-size: 0.75rem;
    line-height: 1.3;
    font-family: 'TitlingGothicFB Regular Extended';
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 2px solid #cccccc;
}
.modern-p-form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    padding: 11px 12px;
    line-height: 20px;
    border: 1px solid #ccc;
    color: #666666 !important;
    background-color: #fff;
    outline: none;
}
.modern-p-form .form-control, .modern-p-form .input-group-addon {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.modern-p-form input {
    z-index: 10000;
    padding-left: 10px !important;
    line-height: 40px !important;
    height: 40px !important;
}
.modern-p-form .input-group-state, .modern-p-form .input-group-state * {
  pointer-events: none;
}
.modern-p-form .input-group-state {
    display: table-cell;
    vertical-align: top;
    width: 0;
    height: 0;
    font-size: 11px;
    color: #8c8c8c;
}
.modern-p-form .input-group-state .p-position {
    display: block;
    z-index: 3;
    width: 0;
    height: 0;
    position: relative;
    left: -5px;
    top: 3px;
}
.modern-p-form .input-group-state, .modern-p-form .input-group-state * {
    pointer-events: none;
}
.modern-p-form .input-group-state {
    display: table-cell;
    vertical-align: top;
    width: 0;
    height: 0;
    font-size: 11px;
    color: #8c8c8c;
}
.modern-p-form .input-group-state .p-text {
    position: absolute;
    top: 0;
    right: 0;
}
.modern-p-form .form-control:required ~ .input-group-state .p-required-text, .modern-p-form .form-control[data-rule-required] ~ .input-group-state .p-required-text {
    display: inline-block;
}
.modern-p-form .input-group-state {
    display: table-cell;
    vertical-align: top;
    width: 0;
    height: 0;
    font-size: 11px;
    color: #8c8c8c;
}
.modern-p-form .fa {
    position: relative;
}
.modern-p-form .p-field-cb {
  background-color: transparent;
  border: 1px solid #ccc;
}
.modern-p-form .p-field-cb {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
}
.modern-p-form .p-has-icon .input-group-icon {
    position: absolute;
    left: 0;
    top: 0;
}
.modern-p-form .input-group-addon .p-addon-bg, .modern-p-form .input-group-icon, .modern-p-form .p-select-arrow {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
}
.modern-p-form .input-group-btn .btn, .modern-p-form .input-group-addon .p-addon-bg, .modern-p-form .input-group-icon, .modern-p-form .p-select-arrow {
    display: block;
    line-height: 42px;
    text-align: center;
}
.modern-p-form .input-group-addon, .modern-p-form .input-group-icon, .modern-p-form .p-select-arrow {
    color: #666;
}
.modern-p-form .input-group-icon, .modern-p-form .p-select-arrow, .modern-p-form .input-group-addon, .modern-p-form .input-group-btn {
    font-size: 14px !important;
}
.modern-p-form .input-group-btn .btn, .modern-p-form .input-group-addon .p-addon-bg, .modern-p-form .input-group-icon, .modern-p-form .p-select-arrow {
  line-height: 40px !important;
}
.modern-p-form .input-group-icon, .modern-p-form .p-select-arrow {
    width: 40px !important;
    height: 40px !important;
}
.modern-p-form .input-group-icon, .modern-p-form .p-select-arrow, .modern-p-form .input-group-addon, .modern-p-form .input-group-btn {
  position: relative !important;
}
.p-form-modern-forestGreen .form-control:focus, .p-form-modern-forestGreen .form-control:hover, .p-form-modern-forestGreen .input-group:hover .form-control, .p-form-modern-forestGreen .p-file-wrap [type="file"]:hover ~ .input-group .form-control, .p-form-modern-forestGreen .sp-input:focus, .p-form-modern-forestGreen .sp-input:hover, .p-form-modern-forestGreen .form-control:focus ~ .p-field-cb, .p-form-modern-forestGreen .form-control:hover ~ .p-field-cb, .p-form-modern-forestGreen .input-group:hover .p-field-cb, .p-form-modern-forestGreen .p-file-wrap [type="file"]:hover ~ .input-group .p-field-cb, .p-form-modern-forestGreen .sp-input:focus ~ .p-field-cb, .p-form-modern-forestGreen .sp-input:hover ~ .p-field-cb {
    border-color: #000 !important;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.modern-p-form .btn, .modern-p-form .p-check-block:after, .modern-p-form .p-check-point:after, .modern-p-form .p-radio-color .p-color-block, .modern-p-form .p-field-cb, .modern-p-form .form-control, .modern-p-form .input-group-btn .btn, .modern-p-form .input-group-addon .p-addon-bg, .modern-p-form .input-group-icon, .modern-p-form .p-select-arrow, .modern-p-form .ui-autocomplete .ui-state-focus, .modern-p-form .ui-autocomplete .ui-state-active, .modern-p-form .sp-input, .modern-p-form .sp-choose, .modern-p-form .sp-cancel, .modern-p-form .sp-palette-toggle, .modern-p-form .p-colorpick-no-bg .sp-flat .sp-choose, .modern-p-form .p-colorpick-no-bg .sp-flat .sp-cancel, .modern-p-form .p-colorpick-no-bg .sp-flat .sp-palette-toggle, .modern-p-form .p-on-field-hover, .modern-p-form .p-js-link, .modern-p-form .input-group .realperson-challenge .realperson-text, .modern-p-form .input-group .realperson-challenge .realperson-regen, .modern-p-form .input-group .sp-replacer, .modern-p-form .input-group .p-slider-field, .modern-p-form .ui-slider-handle:after, .modern-p-form .ui-slider-handle .p-sl-icon, .modern-p-form .p-popup .p-form, .modern-p-form .p-rating .p-field-cancel, .modern-p-form .nav-tabs > li > label {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.modern-p-form .btn {
    padding: 0 18px;
    color: #fff;
    background-color: #333;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 0.75rem;
    line-height: 44px;
    border: 0 none;
    font-family: 'TitlingGothicFB Bold Extended';
}
.p-form-modern-forestGreen .btn {
    background-color: #000 !important;
}
  
button.btn {
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

.p-form-modern-forestGreen .form-control:focus ~ .input-group-icon, .p-form-modern-forestGreen .form-control:hover ~ .input-group-icon, .p-form-modern-forestGreen .input-group:hover .input-group-icon, .p-form-modern-forestGreen .p-file-wrap [type="file"]:hover ~ .input-group .input-group-icon, .p-form-modern-forestGreen .sp-input:focus ~ .input-group-icon, .p-form-modern-forestGreen .sp-input:hover ~ .input-group-icon, .p-form-modern-forestGreen .form-control:focus ~ .p-select-arrow, .p-form-modern-forestGreen .form-control:hover ~ .p-select-arrow, .p-form-modern-forestGreen .input-group:hover .p-select-arrow, .p-form-modern-forestGreen .p-file-wrap [type="file"]:hover ~ .input-group .p-select-arrow, .p-form-modern-forestGreen .sp-input:focus ~ .p-select-arrow, .p-form-modern-forestGreen .sp-input:hover ~ .p-select-arrow, .p-form-modern-forestGreen .form-control:focus ~ .input-group-addon .p-addon-bg, .p-form-modern-forestGreen .form-control:hover ~ .input-group-addon .p-addon-bg, .p-form-modern-forestGreen .input-group:hover .input-group-addon .p-addon-bg, .p-form-modern-forestGreen .p-file-wrap [type="file"]:hover ~ .input-group .input-group-addon .p-addon-bg, .p-form-modern-forestGreen .sp-input:focus ~ .input-group-addon .p-addon-bg, .p-form-modern-forestGreen .sp-input:hover ~ .input-group-addon .p-addon-bg {
    border-color: #000000 !important;
    background-color: #000000 !important;
}

footer{
  padding-top: 30px;
  padding-bottom: 80px; 
  background-color: #000000;
  font-family: 'TitlingGothicFB Regular Extended';
  font-size: 1rem;
}

.border-light {
    border-left: 1px solid #FFFFFF !important;
}

footer .scroll-to-top{
  opacity: 0.75;
  transition: opacity 0.3s;
  border-radius: 100%;
  bottom: 10px;
  color: #404040;
  display: block;
  height: 28px;
  padding: 0px;
  position: fixed;
  text-align: center;
  text-decoration: none;
  width: 28px;
  z-index: 1040;
  font-size: 28px;
  right: 15px;
  background-color: #FFFFFF;
}

.scroll-to-top i {
    position: relative;
    top: 1px;
}

footer a:hover{
  text-decoration: none;
  opacity: 0.85;
}

footer a{
  line-height: 30px;
  margin-left: 20px;
  color: #FFFFFF;
  transition: ease color 300ms;
  text-decoration: none;
  font-family: 'TitlingGothicFB Regular Extended';
}

div#success-message {
    background: rgba(255,255,255,0.9);
    padding: 20px;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
    margin: 75% 1.5%;
}

@media only screen and (max-width:768px) {
    div#success-message {
        margin: 22% 1.5% 0 1.5%;
    }
}

div#success-message > h4 {
    color: #1c1f21;
    font-weight: 400;
    line-height: 1.8;
    margin: 0 0 0.4rem 0;
    letter-spacing: -0.5px;
}

div#error-message > h4{
  font-size: 0.85rem !important;
  color: red !important;
}