﻿#map {
  width: 100%;
  height: 400px;
  margin-bottom: 1rem;
}

.row-form {
  background-color: #163161;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-top: 30px;
  margin-top: 30px;
}

.terrenos-body {
  background-image: linear-gradient(rgb(22 49 97), rgb(22 49 97 / 50%)),
    url(/images/Terrenos/land.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
}

.subtitle {
  text-align: center;
  margin-bottom: 30px;
}

.custom-file-label::after{
  display: none;
}

.custom-file-input{
  display: block;
}

.form-group{
  position: relative;
  margin-bottom: 1.5rem;
}

input[type='text']{
  border-radius: .25rem;
}