.title_header h2 {
  margin-bottom: 20px;
}

.main_property_structure_item {
  padding: 6px 12px;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: #36BA9B;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #2d9a81;
  color: #fff
}

#btn-contact:hover {
  background-color: rgb(18, 140, 126);
  transition: 0.6s;
  color: #fff;
}

#btn-contact {
  background-color: rgb(11, 172, 153);
  font-weight: bolder;
  font-size: 18px;
  padding: 15px 30px 15px 30px;
}

#img-card {
  background-color: rgba(230, 230, 250, 0.3);
}

.title-site .container {
  height: 100%;
}

.title-site .main_slide_content {
  padding: 70px;
  background-color: rgba(0, 0, 0, 0.85);
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 100;
  border-radius: 15px;
}

#img-logo {
  max-width: 300px;
}

.nav-bar-item {
  margin: 10px 0px 100px;
}

.fix-fixed-top-nav-bar {
  padding-top: 80px;
}

@media (max-width: 575.98px) {
  .title-site .main_slide_content {
    font-size: 1.5rem;
    padding: 40px;
  }

  .title-site {
    height: 300px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .title-site .main_slide_content {
    font-size: 2rem;
    padding: 50px;
  }

  .title-site {
    height: 400px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .title-site .main_slide_content {
    font-size: 2rem;
    padding: 50px;
  }

  .title-site {
    height: 400px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .title-site .main_slide_content {
    font-size: 3rem;
    padding: 70px;
  }

  .title-site {
    height: 600px;
    background-position: center 100%;
  }
}

@media (min-width: 1200px) {
  .title-site .main_slide_content {
    font-size: 3rem;
    padding: 80px;
  }

  .title-site {
    height: 700px;
    background-position: center 100%;
  }
}

.title-site {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


img.img-perfil {
  width: 120px;
  padding: 2px;
  border-radius: 50%;
  border: 1px solid rgb(156, 154, 154)
}

#image-site .card {
  border: 1px solid rgb(156, 154, 154);
  min-height: 450px;
}

#image-site .card-body {
  padding: 10px;
}

#card-contact .card-header {
  padding-bottom: 5px;
}

#card-contact {
  position: sticky;
  top: 90px;
}

.content-main .container {
  max-width: 1500px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
}

.content-main hr {
  width: 90%;
  border-top: 1px solid #6c757d;
  background-color: #dddddd;
  opacity: 100%;
  margin: 0px 0px 30px 0px;
}

.text-title-section {
  color: #252c2c;
  margin: 0px;
}

.text-title-contact {
  font-weight: 800;
}

.img-structure {
  max-width: 25px;
}

.text-item-structure {
  font-size: 15px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #010203;
}

#contact .row {
  margin: 0px;
}

.img-miniature-slide {
  border-radius: 5px;
}

.img-miniature-slide:hover {
  box-shadow: 6px 6px 6px -2px #6c757d;
  border-radius: 5px;
}