@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;600;800&display=swap');

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Jost' !important;
}

label.error {
  width: 100%;
  color: red;
  font-weight: bold;
  font-size: 12px;
}

@media (max-width: 1919px) {
  .container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 80% !important;
  }

  .nav-item a {
    font-size: 1.3rem;
    margin-left: 1rem;
  }

  .navbar-collapse .form-inline {
    margin-right: 6rem;
  }
}

@media (min-width: 992px) and (max-width: 1000px) {
  .nav-item a {
    font-size: .9rem;
  }
}

.btn-absolute-right {
  position: absolute;
  top: 5px;
  right: 20px;
}

.vh-70 {
  height: 70vh;
}

.overflow-scroll {
  overflow-y: scroll;
}

.bg-light-grey {
  background-color: #f7f7f7;
}

.bg-grey-dark {
  background-color: #d3d3d3;
}

.bg-grey-middle {
  background-color: #e8e8e8 !important;
}

.bg-blue {
  background-color: #1d3e78;
}

.bg-blue-light {
  background-color: #0083b9;
}

.bg-white-opacity {
  background-color: rgba(255, 255, 255, .6);
}

.bg-green {
  background-color: #00cc00;
}

.bg-orange {
  background-color: #ff9900;
}

.bg-blue-dark {
  background-color: #0043ce;
}

.bg-yellow {
  background-color: #ffcc00;
}

.bg-gray {
  background-color: #808080;
}

.bg-grey-steps {
  background-color: #8c9f8d;
}

.bg-green-steps {
  background-color: #55bb58;
}

.bg-green-dark {
  background-color: #090 !important;
}

.bg-orange-red {
  background-color: #cd3301 !important;
}

.bg-white-opacity {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-gray-light {
  background-color: #eeeeee;
}

.bg-aquamarine {
  background-color: #d9f2ff;
}

.bg-transparent {
  background-color: transparent !important;
}

.btn-login {
  background-color: #b6cbed;
}

.btn-blue {
  background-color: #1d3e78;
  border: 1px solid #1d3e78;
  color: #ffffff;
}
.btn-blue.clare {
  background-color: #4278d0;
  border: 1px solid #4278d0;
  color: #ffffff;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
  background-color: #134baf;
  border: 1px solid #134baf;
}

.card-news a.btn-blue:hover, .card-news a.btn-blue:focus, .card-news a.btn-blue:active {
  background-color: #333333;
  border: 1px solid #333333;
}

.btn-yellow {
  background-color: #ffcc00;
  border: 1px solid #ffcc00;
  color: #1d3e78;
}

.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active {
  background-color: #dcb200;
  border: 1px solid #dcb200;
  color: #1d3e78;
}

.btn-green {
  background-color: #00cc00;
  border: 1px solid #00cc00;
  color: #ffffff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active {
  background-color: transparent;
  border: 1px solid #00cc00;
  color: #00cc00;
}

.btn-orange {
  background-color: #ff9900;
  border: 1px solid #ff9900;
  color: #ffffff;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
  background-color: transparent;
  border: 1px solid #ff9900;
  color: #ff9900;
}

.btn-blue-dark {
  background-color: #003399;
  border: 1px solid #003399;
  color: #ffffff;
}

.btn-blue-dark:hover, .btn-blue-dark:focus, .btn-blue-dark:active {
  background-color: transparent;
  border: 1px solid #003399;
  color: #003399;
}

.btn-red, .btn-red:hover, .btn-red:focus, .btn-red:active {
  background-color: #f52e41;
  border: 1px solid #f52e41;
}

.btn.btn-facebook {
  background: #3b5998;
  border: 1px solid #3b5998;
}

.btn.btn-facebook:hover {
  background: #3a73b6;
  border: 1px solid #3a73b6;
}

.rounded-3 {
  border-radius: 1rem;
}

.rounded-4 {
  border-radius: 1.5rem;
}

#modal-login .modal-dialog, #modal-register .modal-dialog {
  max-width: 390px;
}

#modal-login .close, #modal-register .close {
  opacity: 1;
  position: absolute;
  right: -30px;
  color: #fff;
}

.line-top {
  margin: 1em auto 1.2em;
}

.line {
  text-align: center;
  width: 320px;
}

.sub {
  font-size: 1rem;
  color: #A9B1B7;
  margin: 0 auto;
  z-index: 3;
  position: relative;
  background: #fff;
  padding: 0 .8em;
  line-height: 1;
}

.line.line-top hr {
  margin: -15px 0 8px 0;
  z-index: 2;
  position: relative;
  border: 0;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #FAFAFA;
}

.btn.btn-primary {
  background: #007bff;
  border: 1px solid #007bff;
  color: #fff;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background: transparent;
  border: 1px solid #007bff;
  color: #007bff;
}

.btn-outline-primary {
  background: transparent;
  border: 1px solid #007bff;
  color: #007bff;
}

.btn-outline-primary:hover {
  background: #007bff;
  border: 1px solid #007bff;
}

.btn.btn-white:hover {
  background: #d20404;
  border: 1px solid #d20404;
}

.text-yellow {
  color: #ffcc00 !important;
}

.text-yellow-light {
  color: #ffff00 !important;
}

.text-blue {
  color: #1d3e78 !important;
}

.text-blue-light {
  color: #0083b9 !important;
}

.text-blue-dark {
  color: #1d3e78;
}

.text-red {
  color: #e11500;
}

.text-whatsapp {
  color: #23a21a;
}

.border-bottom-blue {
  border-bottom: 1px solid #1d3e78;
}

.border-blue {
  border: .5px solid #1d3e78 !important;
}

.border-right-white {
  border-right: 1px solid #ffffff;
}

.border-white-5 {
  border: 5px solid #ffffff;
}

.border-blue-5 {
  border: 5px solid #1d3e78;
}

.lh-1-5 {
  line-height: 1.5rem;
}

.h-34px {
  height: 34px !important;
}

.w-70px {
  width: 70px !important;
}

.nav-item a:hover, .nav-item a:focus, .nav-item a:active {
  color: #ffffff !important;
}

.menu-user, .menu-business {
  width: 270px;
}

.menu-user a i, .menu-business a i {
  font-size: 24px;
}

#dropdown-user {
  top: 61px;
  left: 0;
  right: 0;
}

#dropdown-business {
  top: 61px;
  left: -150px;
  right: 15px;
}

#dropdown-notifications {
  top: 55px;
  left: -150px;
  right: 15px;
}
.top-notify{
  padding-top: 10px;
}
.top-notify b{
  color: #ffffff;
}

#dropdown-user-select .dropdown-user-name, #dropdown-business-select .dropdown-business-name {
  line-height: 1.25;
  font-size: 18px;
  font-weight: 600;
}

.messages-navbar {
  background-color: #4278d0;
}

.messages-navbar{
  position: relative;
}
.messages-navbar .number-count{
  display: flex;
  justify-content: center;
  align-items: center;
  top: -5px;
  left: -5px;
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: red;
  color: #ffffff;
  font-size: 12px;
}

.notifications-navbar{
  position: relative;
}
.notifications-navbar .number-count{
  display: flex;
  justify-content: center;
  align-items: center;
  top: -5px;
  left: -5px;
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: red;
  color: #ffffff;
  font-size: 12px;
}

.hidden{
  display: none !important;
}

@media (max-width: 1085px) {
  .messages-navbar, .notifications-navbar {
    display: none;
  }
}

select.form-control {
  height: calc(2.25rem + 2px) !important;
}

.main-banner {
  /*background-image: url('../img/bannerprincipal.png');*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  height: 80vh;
}

.main-banner.banner-agents {
  background-size: cover;
}

.main-banner #banner-search select, .search-properties select, .search-properties input {
  border: 1px solid #1d3e78;
  color: #1d3e78 !important;
  min-height: 55px;
}

#banner-services img:hover, #banner-services img:focus, #banner-services img:active {
  -webkit-box-shadow: -5px 10px 40px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: -5px 10px 40px 10px rgba(0,0,0,0.5);
  box-shadow: -5px 10px 40px 10px rgba(0,0,0,0.5);
}

.secondary-banner {
  background-image: url('../img/banner2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  height: 400px;
}

.main-search select {
  color: #1d3e78 !important;
  min-height: 55px;
}

.comision-fondo{
  max-height: 400px;
}
.comision-form-cont{
  background-color: #E4E4E4;
}
.comision-form-cont .input-group-text{
  height: 34px;
  background-color: #1D3E78;
  color: #ffffff;
}
.comision-mail-img{
  max-height: 40px;
  margin-right: 20px;
}
.input-yellow{
  background-color: #FFFFCC !important;
}

@media (max-width: 991px) {
  .main-banner {
    background-size: cover;
    background-position: center;
    height: 400px;
  }

  .secondary-banner {
    height: 250px;
  }

  .secondary-banner::before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, .4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .secondary-banner h1 {
    font-size: 34px;
  }

  .secondary-banner h1, .secondary-banner h5, .secondary-banner h6 {
    color: #1d3e78 !important;
  }
}

@media (max-width: 768px) {
  .main-banner .h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 724px) {
  .property-title img {
    width: 100px !important;
    height: 45px !important;
  }

  .news-title img {
    width: 45px !important;
    height: 45px !important;
  }

  .property-title, .news-title {
    font-size: 18px !important;
  }
}

@media (max-width: 550px) {
  .secondary-banner {
    background-size: cover;
    background-position: left;
    height: 350px;
  }

  .secondary-banner h1, .secondary-banner h5, .secondary-banner h6 {
    color: #1d3e78 !important;
  }
}

@media (min-width: 1700px) {
  .secondary-banner h1 {
    font-size: 3.4rem !important;
    margin-bottom: 50px;
  }

  .secondary-banner h5 {
    font-size: 2rem !important;
  }

  .secondary-banner h6 {
    font-size: 1.6rem !important;
  }

  .secondary-banner a {
    margin-top: 60px !important;
    font-size: 2rem;
  }

  .secondary-banner img {
    margin-top: -100px;
    margin-right: -50px;
  }
}

@media (min-width: 1550px) {
  .logo-banner, .logo-banner img, #banner-search {
    margin-top: 3rem !important;
  }
}

footer a p:hover, footer a p:active, footer a p:focus {
  color: #ffcc00 !important;
}

@media (min-width: 1500px) {
  footer p {
    font-size: 20px;
  }
}

@media (min-width: 1350px) {
  .main-banner {
    background-size: 100% 100%;
  }

  .main-banner.banner-agents {
    background-size: cover;
  }

  .main-banner h1 {
    font-size: 2rem;
  }

  .secondary-banner {
    height: 60vh;
  }

  .secondary-banner h5 {
    font-size: 1.5rem;
  }
}

.card-news h2 {
  line-height: 20px;
}

.card-news img {
  height: 280px;
}

.card-property h2:hover, .card-property h2:active, .card-property h2:focus {
  color: #1d3e78 !important;
}

.card-property .card-footer:hover, .card-property .card-footer:hover p {
  background-color: #1d3e78 !important;
  color: #ffffff !important;
}

.property-aligns .property-item
{
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}

.property-item .property-img
{
  min-height: 400px;
  max-height: 400px;
}
.property-item .property-img .property-img-bg
{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

@media (max-width: 1400px) {
  .card-property h2 {
    font-size: 16px !important;
  }
}

@media (max-width: 1100px) {
  .property-featured img {
    width: 25px !important;
    height: 25px !important;
  }
}

@media (max-width: 375px) {
  .card-news h2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .card-news img {
    height: unset;
  }
}

@media (min-width: 1730px) {
  .card-news img {
    height: 320px;
  }
}

.abosulute-top-unset {
  top: unset;
}

.abosulute-left-unset {
  left: unset;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.mt-n-45 {
  margin-top: -45px;
}

img.zoom, .overflow-hidden:hover img.zoom, .overflow-hidden:hover .property-img-bg.zoom, .property-img-bg.zoom {
  overflow: hidden;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -o-transition: all .9s ease;
  -ms-transition: all .9s ease;
  transition: all .9s ease;
}

img.zoom:hover, .overflow-hidden:hover img.zoom, .overflow-hidden:hover .property-img-bg.zoom, .property-img-bg.zoom:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.table-price tbody tr td {
  border: 1px solid #cdcdcc !important;
}

.table-price .price-blue {
  background-image: url("../img/azul.png");
  background-size: 100% 100%;
}

.table-price .price-green {
  background-image: url("../img/verde.png");
  background-size: 100% 100%;
}

.table-price .price-orange {
  background-image: url("../img/naranja.png");
  background-size: 100% 100%;
}

.table-price .price-blue-dark {
  background-image: url("../img/azulmarino.png");
  background-size: 100% 100%;
}

.table-price .price-blue span, .table .price-green span, .table .price-orange span, .table .price-blue-dark span {
  font-weight: bold;
  font-size: 30px;
}

.table-price tbody tr td:first-child {
  text-align: left !important;
  font-size: 20px;
}

.table-price tbody tr td:first-child.text-center {
  text-align: center !important;
  font-size: 20px;
}

.table-price tbody tr td:nth-child(2), .table-price tbody tr td:nth-child(3), .table-price tbody tr td:nth-child(4), .table-price tbody tr td:nth-child(5) {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.table-price tbody tr:nth-of-type(odd) {
  background-color: #ffffd7 !important;
}

.table-price tbody tr:nth-of-type(even) {
  background-color: #e8e8e8 !important;
}

.table-price tbody tr.bg-white {
  background-color: #ffffff !important;
}

.table-price .text-services {
  font-size: 24px;
}

.text-description p {
  line-height: 22px;
  font-weight: 700 !important;
  color: #6c757d !important;
  margin-bottom: 1.5rem !important;
  font-size: 1.25rem;
}

.img-slider-property {
  /*min-height: 420px !important;*/
  max-height: 420px !important;
  max-width: 100%;
}

.card-runner .card-footer {
  border-top: 15px solid #fff;
}

.card-runner .card-footer img {
  margin-top: -80px;
}

#slider-property .lSGallery li {
  height: 90px;
  text-align: center;
}

#slider-property .lSGallery li img {
  /*width: 100%;*/
  height: 100%;
  margin: 0 auto;
}

#slider-property .lSAction > a {
  width: 60px;
  height: 60px;
  opacity: 1;
}

#slider-property .lSAction > a.lSPrev {
  background-image: url("../img/flechaizquierda.png");
}

#slider-property .lSAction > a.lSNext {
  background-position: 0 0;
  background-image: url("../img/flechaon.png");
}

#cards-simulator .card {
  width: 19%;
}

#cards-simulator .card input {
  outline: none;
}

#cards-simulator .card input::-webkit-outer-spin-button, #cards-simulator .card input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#cards-simulator .card input[type=number] {
  -moz-appearance: textfield;
}

@media (max-width: 1145px) {
  #cards-simulator .card {
    width: 32%;
  }

  #cards-simulator .card:nth-child(4), #cards-simulator .card:nth-child(5) {
    width: 49%;
  }
}

#map-property {
  height: 600px;
}

#tour-property iframe {
  width: 100%;
  height: 600px;
}

@media (max-width: 991px) {
  #map-property, #video-property, #tour-property iframe {
    height: 400px !important;
  }
}

@media (max-width: 768px) {
  #map-property, #video-property, #tour-property iframe {
    height: 300px !important;
  }

  #cards-simulator .card {
    width: 49%;
  }
}

@media (max-width: 500px) {
  #cards-simulator .card, #cards-simulator .card:nth-child(4), #cards-simulator .card:nth-child(5) {
    width: 100%;
  }
}

.border-bottom-white {
  border-bottom: 5px solid #fff;
}

#share img:hover {
  -webkit-box-shadow: 0 0 2px 3.5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 2px 3.5px rgba(0,0,0,0.2);
  box-shadow: 0 0 2px 3.5px rgba(0,0,0,0.2);
}

@media (min-width: 1550px) and (max-width: 1699px) {
  .notice-title {
    font-size: 28px;
    line-height: 30px;
  }

  .notice-social {
    font-size: 22px;
    line-height: 20px;
  }

  .notice-content p {
    font-size: 20px;
    line-height: 26px;
  }

  #social > div > div {
    margin-top: 0;
  }
}

@media (min-width: 1700px) {
  .notice-title {
    font-size: 32px;
    line-height: 34px;
  }

  .notice-social {
    font-size: 25px;
    line-height: 22px;
  }

  .notice-content p {
    font-size: 22px;
    line-height: 28px;
  }

  #social > div > div {
    margin-top: 0;
  }
}

.menu-profile a:hover, .menu-profile a:active, .menu-profile a:focus, .menu-profile a.active {
  color: #ffcc00 !important;
  text-decoration: none !important;
}

@media (min-width: 1200px) {
  .menu-profile a {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }
}

@media (max-width: 1250px) {
  .menu-profile {
    font-size: 0.9rem;
  }
}

@media (min-width: 1350px) {
  .menu-profile a {
    padding-left: 2.7rem;
    padding-right: 2.7rem;
  }
}

@media (min-width: 1420px) {
  .menu-profile {
    font-size: 1.15rem;
  }
}

@media (min-width: 1550px) {
  .menu-profile {
    font-size: 1.38rem;
  }
}

@media (min-width: 1650px) {
  .menu-profile a {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1750px) {
  .menu-profile a {
    padding-left: 3.3rem;
    padding-right: 3.3rem;
  }
}

@media (min-width: 1850px) {
  .menu-profile a {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }
}

@media (min-width: 1920px) {
  .menu-profile {
    font-size: 1.2rem;
  }

  .menu-profile a {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}

.shadow-blue {
  transition: all .5s ease-in-out;
}

.shadow-blue:hover {
  box-shadow: 0px 0px 20px 7px;
  transition: all .5s ease-in-out;
}

.update-spin {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 1000ms;
  -moz-animation-iteration-count: 2;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 1000ms;
  -ms-animation-iteration-count: 2;
  -ms-animation-timing-function: linear;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .card_bill {
    padding-bottom: 1rem;
  }

  .card_bill .h5 {
    font-size: 1rem;
  }
}

@media (min-width: 1300px) and (max-width: 1350px) {
  .card_bill .h5 {
    font-size: 1.2rem;
  }
}

@media (max-width: 1200px) {
  .card-pay-transfer .h2 {
    font-size: 20px !important;
  }

  .card-pay-transfer .h5 {
    font-size: 16px !important;
  }

  .card-pay-transfer .h4 {
    font-size: 18px !important;
  }
}

.custom-file {
  float: left;
  position: relative;
  height: 140px;
}

.custom-file #file-hidden {
  position: absolute;
  bottom:0;
  left: 37%;
  width: 165px;
  height: 140px;
  opacity: 0;
}

@media (max-width: 1440px) {
  .custom-file #file-hidden {
    left: 35%;
  }
}

.property-phases div {
  position: relative;
}

.property-phases div p::before {
  position: absolute;
  top: -10px;
  left: -10px;
  font-weight: bold;
  background-color: #8c9f8d;
  color: #ffffff;
  border-radius: 50%;
  padding: .7rem 1.2rem;
}

.property-phases div.active p::before {
  background-color: #55bb58;
}

.property-phases div:nth-child(1) p::before {
  content: "1";
}

.property-phases div:nth-child(2) p::before {
  content: "2";
}

.property-phases div:nth-child(3) p::before {
  content: "3";
}

#map {
  height: 400px;
}

#banner-professional #carousel, #banner-professional #carousel .carousel-inner, #banner-professional img {
  height: 500px;
}

@media (max-width: 991px) {
  #banner-professional #carousel, #banner-professional #carousel .carousel-inner, #banner-professional img {
    height: 400px;
  }
}

@media (max-width: 780px) {
  #banner-professional #carousel, #banner-professional #carousel .carousel-inner, #banner-professional img {
    height: 300px;
  }
}

@media (max-width: 600px) {
  #banner-professional #carousel, #banner-professional #carousel .carousel-inner, #banner-professional img {
    height: 200px;
  }
}

.mh-search-professional {
  min-height: 300px;
}

@media (min-width: 1400px) and (max-width: 1919px) {
  .mh-search-professional {
    min-height: 480px !important;
  }
}

@media (min-width: 1920px) {
  .mh-search-professional {
    min-height: 550px !important;
  }
}

.img-professional {
  max-height: 325px;
}

#map-professional {
  height: 400px;
}

@media (max-width: 991px) {
  #map-professional {
    height: 350px !important;
  }
}

@media (max-width: 768px) {
  #map-professional {
    height: 300px !important;
  }
}

#formContactProfessional input.form-control {
  min-height: 55px;
  height: calc(2.25rem + 2px) !important;
}

#formContactProfessional input.form-control, #formContactProfessional textarea.form-control {
  border: 1px solid #1d3e78 !important;
}

.noUi-connect {
  background-color: #1d3e78;
}

.noUi-handle {
  width: 20px !important;
  border: 1px solid #1d3e78;
  border-radius: 50%;
  background-color: #1d3e78;
  box-shadow: unset;
}

.banner-secondary {
  height: 350px;
  background-size: cover;
  background-position: center;
}

.about-text h1, .about-text h2, .about-text h3, .about-text h4, .about-text h5, .about-text h6 {
  font-weight: bold;
  color: #1d3e78;
}

.favorite .favorite-btn {
  cursor: pointer;
  margin-right: 20px;
}
.favorite .favorite-btn img.hide{
  display: none;
}

.map-info h2{
  font-size: 18px;
  text-align: center;
}
.map-info .data{
  font-size: 15px;
  text-align: left;
  margin-bottom: 5px;
}
.map-info .image{
  margin-bottom: 5px;
}
.map-info .link{
  text-align: right;
}


#sel-price{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.sel-price-type{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sel-price-type .type{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #999999;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
}
.sel-price-type .type.sel{
  border-color: #1d3e78;
  color: #1d3e78;
}
.sel-price-type .sel-price-data{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 10px;
  color: #1d3e78;
  font-size: 18px;
  font-weight: bold;
}
.sel-price-type .sel-price-data input{
  margin-left: 5px;
  margin-right: 5px;
}

.captacion-item{
  margin-bottom: 20px;
}
.captacion-item label{
  color: #1d3e78;
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
}
.captacion-item img{
  max-width: 100%;
  max-height: 300px;
}
.catchment-title{
  background-color: rgba(255,255,255,0.5);
  padding-top: 30px;
}

.escojer-red label{
  margin-left: 20px;
  color: #1d3e78;
  font-size: 18px;
  font-weight: bold;
}

