html, body {
  min-height: 100%;
  font-size: 1em;
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body {
  position: relative;
  font-family: "Roboto", sans-serif;
  color: #413d4b;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .titulo {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

 .loadingmessage{
    margin: 0 auto;
  }

.img-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
  box-sizing: unset;
}

.main-container {
  padding-top: 0px;
  padding-bottom: 0px;
}

a {
  cursor: pointer;
}

[data-toggle~=collapse] {
  cursor: pointer;
}

a:focus, a:active:focus, a.active:focus,
input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: none;
}

.volver {
  float: right;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #979797;
  font-size: 14px;
}
.volver:hover {
  color: #777777;
}

main {
  min-height: calc(100vh - 390px);
}

.go-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #3894ca;
  border-radius: 100%;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 94;
  width: 50px;
  height: 50px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.go-top:focus, .go-top:active:focus, .go-top.active:focus {
  outline: none;
}
.go-top i {
  font-size: 30px;
  color: white;
}
.go-top:hover {
  background: rgba(56, 148, 202, 0.8);
  text-decoration: none;
}
.go-top.show {
  -webkit-transform: scale(1);
  transform: scale(1);
}

select.phone {
  -webkit-appearance: none !important;
}

.form-bomchil input.datepicker, .form-bomchil select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding-right: 40px;
}
.form-bomchil select {
  background-image: url("../img/bk-select-1.html");
}
.form-bomchil input.datepicker {
  background-image: url("../img/bk-datepicker-1.html");
}
.form-bomchil .section-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.form-bomchil .help-block {
  margin-top: 0px;
  font-size: 14px;
  font-style: italic;
}
.form-bomchil h1, .form-bomchil h2, .form-bomchil h3 {
  width: 100%;
}
.form-bomchil .form-group {
  position: relative;
  width: 100%;
}
.form-bomchil .form-group .error {
  color: red;
}
.form-bomchil .arrow-down {
  position: absolute;
  top: 10px;
  right: 10px;
}
.form-bomchil .form-control {
  border: none;
  box-shadow: none;
}
.form-bomchil textarea {
  height: 150px;
}
.form-bomchil .half {
  width: 50%;
  display: inline-block;
}
.form-bomchil .half.half-left {
  padding-right: 7.5px;
}
.form-bomchil .half.half-right {
  padding-left: 7.5px;
}

.fullRow {
  width: calc(100% + 30px);
}

img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

.boton {
  display: inline-block;
  border-radius: 5px;
  padding: 0.5rem 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.boton.boton-celeste {
  background: #48c5ff;
  color: white;
}

.filtro .list-group {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  flex-direction: row;
}
.filtro .list-group > a, .filtro .list-group p {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #959399;
  border: none;
  border-bottom: 4px solid transparent;
  padding: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px;
  padding: 5px 0px;
  background: transparent;
}
.filtro .list-group > a:hover, .filtro .list-group p:hover {
  border-bottom: 4px solid #48c5ff;
  color: #333;
  background: transparent;
}
.filtro .list-group > a.active, .filtro .list-group p.active {
  border: none;
  border-bottom: 4px solid #48c5ff;
  background: transparent;
  color: #333;
}
.filtro .list-group > a:first-child, .filtro .list-group p:first-child {
  color: #333;
}
.filtro .list-group > a:first-child:hover, .filtro .list-group p:first-child:hover {
  border-bottom: 4px solid transparent;
}

.ui-menu {
  background: white !important;
}
.ui-menu .ui-menu-item {
  border: none !important;
  color: #747474 !important;
}
.ui-menu .ui-menu-item:hover {
  border: none !important;
  color: #000 !important;
}
.ui-menu .ui-menu-item .list-group {
  border: none !important;
  color: #747474 !important;
}
.ui-menu .ui-menu-item .list-group:hover {
  border: none !important;
  color: #000 !important;
}
.ui-menu .ui-menu-item .list-group a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none !important;
  color: #747474 !important;
}
.ui-menu .ui-menu-item .list-group a:hover {
  border: none !important;
  color: #000 !important;
}
.ui-menu .ui-menu-item .list-group a h5 {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
}
.ui-menu .ui-menu-item .list-group a img {
  display: none !important;
  height: 20px;
}

.pagination {
  justify-content: center;
  margin: 0px;
  width: 100%;
}
.pagination .page-item {
  color: #0377be;
}
.pagination .page-item.active .page-link {
  background-color: #0377be;
  border-color: #0377be;
}

@media (max-width: 1200px) {
  .go-top {
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
  }
  .go-top i {
    font-size: 27px;
  }
}
@media (min-width: 768px) {
  .hide-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .go-top {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .go-top i {
    font-size: 25px;
  }

  .hide-desktop {
    display: none;
  }
}
@media (max-width: 576px) {
  .go-top {
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
  }
  .go-top i {
    font-size: 22px;
  }

  .filtro .list-group {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.admin .col-xl-3 .card {
  color: #333 !important;
  background: #e9ecef !important;
}
.admin .col-xl-3 .card .mr-2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.admin .col-xl-3 .card .mr-2 button {
  padding: 3px 10px 8px 10px;
  border-radius: 0px 0px 0px 5px;
  background: #cf1919;
  opacity: 1;
  color: white;
}
.admin .col-xl-3 .card a {
  color: #333 !important;
  font-size: 16px;
  font-weight: bold;
}
.admin .col-xl-3 .card .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 220px !important;
}
.admin .col-xl-3 .card .card-body {
  height: 180px;
  overflow: hidden;
  margin-bottom: 20px;
}
.admin #activities > .row {
  margin-bottom: 20px;
}
.admin #addCampoActivity {
  margin: 0px 0px 30px 0px !important;
}
.admin .file-upload img {
  max-width: 200px;
  max-height: 200px;
}
.admin label {
  margin-top: 0.5rem;
}
.admin textarea.copete {
  height: 120px;
}
.admin select.form-control {
  height: 180px;
}
.admin .actuaciones-textarea > .row {
  margin-bottom: 30px;
}
.admin .listado-noticias > form {
  margin-bottom: 0px !important;
}
.admin .listado-noticias > form .noticia {
  background: #d3d3d3;
  border: none;
  color: #333 !important;
  border-radius: 0.25rem;
}
.admin .listado-noticias > form .noticia a {
  color: #333 !important;
}

header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
}
header nav.navbar {
  position: relative;
  align-items: flex-end;
  padding-top: 30px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: transparent !important;
}
header nav.navbar .navbar-brand-bom {
  display: inline-block;
}
header nav.navbar .navbar-brand-bom h1 {
  background-image: url("../img/Lawvvy-Logo-Huge.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: -70px;
  display: inline-block;
  width: 315px;
  height: 72px;
  font-size: 0px;
  margin-bottom: -40px;
}
header nav.navbar .navbar-collapse {
  flex-direction: column;
  align-items: flex-end;
}
header nav.navbar .navbar-collapse .navbar-nav li:last-of-type a {
  margin-right: 0px;
}
header nav.navbar .navbar-collapse .navbar-nav a.nav-link {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
  padding-bottom: 4px;
}
header nav.navbar .navbar-collapse .navbar-nav a.nav-link.active, header nav.navbar .navbar-collapse .navbar-nav a.nav-link:hover {
  border-bottom: 2px solid #079af2;
}
header nav.navbar .navbar-collapse .top-add-navbar {
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px 0px 5px 5px;
}
header nav.navbar .navbar-collapse .top-add-navbar .dropdown-menu {
  background: rgba(0, 0, 0, 0.4);
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
header nav.navbar .navbar-collapse .top-add-navbar .dropdown-menu a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 0.25rem 1rem;
}
header nav.navbar .navbar-collapse .top-add-navbar .dropdown-menu a:hover {
  background: rgba(0, 0, 0, 0.4);
}
header nav.navbar .navbar-collapse .top-add-navbar li {
  display: inline-block;
  border-bottom: 2px solid transparent;
}
header nav.navbar .navbar-collapse .top-add-navbar li.active, header nav.navbar .navbar-collapse .top-add-navbar li:hover {
  border-color: #079af2;
}
header nav.navbar .navbar-collapse .top-add-navbar li a.nav-link {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
}

@-webkit-keyframes move-header {
  from {
    -webkit-transform: translateY(-54px);
    transform: translateY(-54px);
  }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes move-header {
  from {
    -webkit-transform: translateY(-54px);
    transform: translateY(-54px);
  }
  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media (min-width: 992px) {
  header.sticky {
    position: fixed;
    background: white;
    box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, 0.4);
    -webkit-animation-name: move-header;
            animation-name: move-header;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  header.sticky nav.navbar {
    background: white !important;
    padding-top: 0px;
    align-items: center;
  }
  header.sticky nav.navbar .navbar-brand-bom h1 {
    background-image: url("../img/logo.svg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 155px;
    height: 22px;
    margin-bottom: 7px;
  }
  header.sticky nav.navbar .navbar-collapse .navbar-nav a.nav-link {
    color: #413d4b;
    font-size: 13px;
    border-bottom: 2px solid transparent;
    padding-top: 16px;
  }
  header.sticky nav.navbar .navbar-collapse .navbar-nav a.nav-link:hover {
    border-bottom: 2px solid #079af2;
  }
  header.sticky nav.navbar .navbar-collapse .top-add-navbar {
    display: none;
  }
}
@media (max-width: 992px) {
  header {
    position: fixed;
    background: white;
    box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, 0.4);
  }
  header nav.navbar {
    padding-top: 1px;
    background-color: white !important;
    align-items: center;
    padding: 0.3rem 0px;
  }
  header nav.navbar .navbar-toggler {
    border: none;
  }
  header nav.navbar .navbar-toggler:focus {
    outline: none;
  }
  header nav.navbar .navbar-brand-bom {
    display: flex;
  }
  header nav.navbar .navbar-brand-bom h1 {
    background-image: url("../img/logo.svg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px;
    width: 155px;
    height: 22px;
    margin-bottom: 0px;
  }
  header nav.navbar .navbar-collapse a.nav-link {
    padding: 0.7rem 0px !important;
  }
  header nav.navbar .navbar-collapse .navbar-nav li:last-of-type a {
    margin-right: 15px;
  }
  header nav.navbar .navbar-collapse .navbar-nav a.nav-link {
    color: #413d4b;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.1em;
    margin-right: 0rem;
    margin-left: 0rem;
    border-bottom: none;
    transition: all 0.2s;
  }
  header nav.navbar .navbar-collapse .navbar-nav a.nav-link:hover {
    border-bottom: none;
  }
  header nav.navbar .navbar-collapse .top-add-navbar {
    position: relative;
    background: unset;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 5px;
    border-top: 1px solid #dadada;
    opacity: 0.7;
  }
  header nav.navbar .navbar-collapse .top-add-navbar .dropdown-menu {
    position: static;
    background: white;
    min-width: 100%;
    border: none;
    margin: 0px;
  }
  header nav.navbar .navbar-collapse .top-add-navbar .dropdown-menu a {
    color: #413d4b;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-right: 0;
    margin-left: 0;
    border-bottom: none;
    transition: all 0.2s;
    padding-bottom: 4px;
    padding-left: 0px;
    background: transparent;
  }
  header nav.navbar .navbar-collapse .top-add-navbar .dropdown-menu a:hover {
    border-bottom: none;
  }
  header nav.navbar .navbar-collapse .top-add-navbar li {
    display: inline-block;
  }
  header nav.navbar .navbar-collapse .top-add-navbar li a.nav-link {
    color: #413d4b;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    border-bottom: none;
    transition: all 0.2s;
    padding-bottom: 4px;
  }
  header nav.navbar .navbar-collapse .top-add-navbar li a.nav-link:hover {
    border-bottom: none;
  }
}
footer .top-footer {
  background: #005aa0;
  color: white;
  padding: 40px 0px 50px 0px;
}
footer .top-footer .col-primera img.logo {
  width: 200px;
  margin-bottom: 15px;
}
footer .top-footer .col-primera .distinciones {
  display: flex;
  align-items: center;
  margin-right: 60px;
}
footer .top-footer .col-primera .distinciones > div {
  margin-right: 30px;
}
footer .top-footer .col-primera .distinciones > div:last-of-type {
  margin: 0px;
}
footer .top-footer .col-primera p {
  max-width: 300px;
}
footer .top-footer .col-primera h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
footer .top-footer .col-segunda h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
footer .top-footer .col-segunda p {
  margin-bottom: 5px;
}
footer .top-footer .col-segunda p i {
  margin-right: 10px;
}
footer .top-footer .col-segunda .lugar {
  margin-bottom: 40px;
}
footer .top-footer .col-segunda a {
  color: white;
}
footer .top-footer .col-tercera h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
footer .top-footer .col-tercera .news-letter {
  width: 100%;
  margin: 0px 0px 30px 0px;
  font-family: "Montserrat", sans-serif;
}
footer .top-footer .col-tercera .news-letter form {
  display: flex;
  max-width: 600px;
  display: block;
  margin: auto;
}
footer .top-footer .col-tercera .news-letter form input {
  width: calc(100% - 100px);
  border-radius: 0px;
  background: rgba(255, 255, 255, 0);
  color: white;
  border-radius: 4px 0px 0px 4px;
  border-right: 0px;
  float: left;
  height: 40px;
  font-size: 14px;
}
footer .top-footer .col-tercera .news-letter form input::-webkit-input-placeholder {
  color: white;
}
footer .top-footer .col-tercera .news-letter form input::-moz-placeholder {
  color: white;
}
footer .top-footer .col-tercera .news-letter form input:-ms-input-placeholder {
  color: white;
}
footer .top-footer .col-tercera .news-letter form input:-moz-placeholder {
  color: white;
}
footer .top-footer .col-tercera .news-letter form button {
  float: left;
  height: 40px;
  width: 100px;
  border: none;
  font-size: 14px;
  background: #48c5ff;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0px;
  border-radius: 0px 4px 4px 0px;
}
footer .top-footer .col-tercera .news-letter form button:hover {
  background: #19a8eb;
}
footer .top-footer .col-tercera .social {
  display: flex;
  margin-bottom: 30px;
}
footer .top-footer .col-tercera .social > a {
  color: white;
  border: 1px solid white;
  margin: 0px 20px 0px 0px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
}
footer .top-footer .col-tercera .social > a:hover {
  background: white;
  color: #005aa0;
  text-decoration: none;
  border: 1px solid transparent;
}
footer .top-footer .segunda-row {
  padding-top: 20px;
}
footer .bottom-footer {
  background: #004579;
  color: white;
  padding: 20px 0px;
}
footer .bottom-footer .col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .bottom-footer .col > p {
  opacity: 0.35;
  margin: 0px;
}
footer .bottom-footer .col > a {
  color: white;
  text-transform: uppercase;
  opacity: 0.35;
  font-weight: bold;
  transition: all 0.3s;
}
footer .bottom-footer .col > a:hover {
  opacity: 0.6;
}

@media (max-width: 1200px) {
  footer .top-footer .col-primera .distinciones {
    margin: 0px;
  }
}
@media (max-width: 992px) {
  footer .top-footer .col-tercera .news-letter form input {
    width: calc(100% - 80px);
    height: 30px;
  }
  footer .top-footer .col-tercera .news-letter form button {
    height: 30px;
    width: 80px;
  }
  footer .top-footer .col-tercera .social > a {
    border: none;
  }
}
@media (max-width: 768px) {
  footer .top-footer {
    padding: 40px 0px 50px 0px;
  }
  footer .top-footer .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .top-footer .col-primera img.logo {
    width: 200px;
    margin: auto;
    margin-bottom: 15px;
  }
  footer .top-footer .col-primera p {
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
  }
  footer .top-footer .col-primera h2 {
    text-align: center;
  }
  footer .top-footer .col-primera .distinciones {
    justify-content: center;
  }
  footer .top-footer .col-segunda h2 {
    text-align: center;
  }
  footer .top-footer .col-segunda p {
    text-align: center;
  }
  footer .top-footer .col-tercera {
    margin-top: 20px;
  }
  footer .top-footer .col-tercera p {
    text-align: center;
    max-width: 300px;
    margin: auto;
    margin-bottom: 15px;
  }
  footer .top-footer .col-tercera h2 {
    text-align: center;
  }
  footer .top-footer .col-tercera .news-letter {
    width: 100%;
    margin: 0px 0px 30px 0px;
    font-family: "Montserrat", sans-serif;
  }
  footer .top-footer .col-tercera .news-letter form {
    max-width: 300px;
  }
  footer .top-footer .col-tercera .news-letter form input {
    width: calc(100% - 80px);
    height: 35px;
  }
  footer .top-footer .col-tercera .news-letter form button {
    height: 35px;
    width: 80px;
  }
  footer .top-footer .col-tercera .social {
    justify-content: center;
    margin-bottom: 30px;
  }
  footer .top-footer .col-tercera .social > a {
    border: 1px solid white;
  }
  footer .top-footer .col-tercera .social > a:last-of-type {
    margin: 0px;
  }
  footer .top-footer .segunda-row {
    flex-direction: column-reverse;
    padding: 0px;
  }
  footer .bottom-footer .col {
    flex-direction: column;
  }
  footer .bottom-footer .col > p {
    margin-bottom: 10px;
  }
}
.hero {
  background-image: url("../img/Tehran.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero.destacada .bk-opacidad.negro {
  background: rgba(0, 0, 0, 0.26);
}
.hero.destacada .bk-opacidad.marron {
  background: rgba(115, 88, 79, 0.4);
}
.hero.inicial .col {
  min-height: 50vh;
}
.hero.inicial .col h2 {
  margin-top: 0px;
}
.hero.inicial .col .buscador form {
  max-width: 800px;
}
.hero .container {
  padding-top: 96px;
}
.hero .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  color: white;
  text-align: center;
}
.hero .col h2 {
  font-weight: lighter;
  max-width: 800px;
  margin: 60px auto 30px auto;
  font-size: 38px;
}
.hero .col .line {
  height: 1px;
  background: white;
  width: 60px;
  display: block;
  margin: 10px auto;
}
.hero .col .copete {
  max-width: 700px;
  margin: 30px auto;
}
.hero .col .copete p {
  font-size: 14px;
  text-align: center;
}
.hero .col a.boton-ver-mas {
  color: #83d8ff;
  font-weight: bold;
}
.hero .col .buscador {
  width: 100%;
  margin: 30px 0px;
  font-family: "Montserrat", sans-serif;
}
.hero .col .buscador form {
  display: flex;
  max-width: 600px;
  display: block;
  margin: auto;
}
.hero .col .buscador form input {
  width: 100%;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url("../img/search.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 15px 8px;
  padding-left: 50px;
  color: white;
  border-radius: 4px;
  float: left;
  height: 40px;
}
.hero .col .buscador form input::-webkit-input-placeholder {
  color: white;
}
.hero .col .buscador form input::-moz-placeholder {
  color: white;
}
.hero .col .buscador form input:-ms-input-placeholder {
  color: white;
}
.hero .col .buscador form input:-moz-placeholder {
  color: white;
}
.hero .col .buscador form button {
  float: left;
  height: 40px;
  width: 150px;
  border: none;
  background: #48c5ff;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0px;
  border-radius: 0px 4px 4px 0px;
}
.hero .col .go-bot {
  background-image: url("../img/icon-arrow-bot-white.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0px;
  display: inline-block;
  height: 19px;
  width: 36px;
  margin: 30px 0px 60px 0px;
}

.areas-practica {
  padding: 60px 0px;
}
.areas-practica .areas-contenedor {
  justify-content: center;
}
.areas-practica h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 24px;
  color: #413d4b;
}
.areas-practica a {
  color: #413d4b;
}
.areas-practica a:hover {
  text-decoration: none;
}
.areas-practica .item-areas {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 40px 0px;
  border-top: 1px solid #e0e0e0;
  transition: all 0.2s;
}
.areas-practica .item-areas > a {
  padding: 20px;
  padding-top: 0px;
  display: block;
  background: white;
  transition: all 0.3s;
  z-index: 50;
}
.areas-practica .item-areas > a:hover .content-img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.areas-practica .item-areas:nth-of-type(1), .areas-practica .item-areas:nth-of-type(2), .areas-practica .item-areas:nth-of-type(3), .areas-practica .item-areas:nth-of-type(4), .areas-practica .item-areas:nth-of-type(5) {
  border: none;
}
.areas-practica .item-areas .content-img {
  transition: all 0.3s;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.areas-practica .item-areas .content-img > img {
  max-width: 50px;
  max-height: 50px;
}
.areas-practica .item-areas.comercio .content-img > img {
  max-width: 40px;
}
.areas-practica .item-areas.compliance .content-img > img {
  max-width: 40px;
}
.areas-practica .item-areas.inmobiliario .content-img > img {
  max-height: 45px;
}
.areas-practica .item-areas.fusiones .content-img > img {
  max-height: 45px;
}
.areas-practica .item-areas.impuestos .content-img > img {
  max-width: 45px;
}
.areas-practica .item-areas.propiedad .content-img > img {
  max-width: 42px;
}
.areas-practica .item-areas.economica .content-img > img {
  max-width: 60px;
}
.areas-practica .item-areas.financieros .content-img > img {
  max-height: 40px;
}
.areas-practica .item-areas.tics .content-img > img {
  max-height: 40px;
}
.areas-practica .item-areas h2 {
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  max-width: 150px;
  margin: auto;
}

.home-distinciones {
  background: #ececec;
  padding: 60px 0px;
}
.home-distinciones h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 24px;
  margin-bottom: 40px;
}
.home-distinciones .content-distinciones {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 1200px) {
  .hero .container {
    padding-top: 60px;
  }
  .hero .col h2 {
    font-size: 32px;
  }
  .hero .col .copete {
    max-width: 500px;
  }
  .hero .col .buscador form {
    max-width: 500px;
  }
  .hero .col .buscador form button {
    width: 100px;
    font-size: 14px;
  }

  .areas-practica .item-areas {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .areas-practica .item-areas > a {
    padding: 20px;
  }
  .areas-practica .item-areas:nth-of-type(5) {
    border-top: 1px solid #e0e0e0;
  }
}
@media (max-width: 768px) {
  .hero .col .buscador {
    margin: 30px 0px;
  }
  .hero .col .buscador form {
    display: flex;
    max-width: 600px;
    display: block;
    margin: auto;
  }
  .hero .col .buscador form input {
    background-size: 16px;
    background-position: 10px 8px;
    padding-left: 35px;
    height: 35px;
  }
  .hero .col .buscador form button {
    height: 35px;
    width: 120px;
  }

  .areas-practica .item-areas {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .areas-practica .item-areas:nth-of-type(4) {
    border-top: 1px solid #e0e0e0;
  }

  .home-distinciones .content-distinciones {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .hero {
    min-height: unset;
  }
  .hero .container {
    padding-top: 56px;
  }
  .hero .col {
    min-height: calc(100vh - 56px);
    justify-content: space-evenly;
  }
  .hero .col h2 {
    margin: 20px auto 10px auto;
    font-size: 24px;
  }
  .hero .col .line {
    margin: 0px auto;
  }
  .hero .col .copete {
    font-size: 14px;
    margin: 5px auto 20px auto;
  }
  .hero .col .buscador {
    margin: 10px 0px;
  }
  .hero .col .buscador form input {
    background-size: 14px;
    background-position: 9px 7px;
    padding-left: 30px;
    height: 30px;
    font-size: 12px;
  }
  .hero .col .buscador form button {
    height: 30px;
    width: 90px;
    font-size: 12px;
  }
  .hero .col .go-bot {
    height: 12px;
    width: 22px;
    margin: 20px 0px 20px 0px;
  }

  .areas-practica {
    padding: 60px 0px;
  }
  .areas-practica .areas-contenedor {
    margin: 0px;
  }
  .areas-practica h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 20px;
    color: #413d4b;
  }
  .areas-practica a {
    color: #413d4b;
  }
  .areas-practica a:hover {
    text-decoration: none;
  }
  .areas-practica .item-areas {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px 0px;
    border-top: none !important;
  }
  .areas-practica .item-areas > a {
    padding: 0px 10px;
  }
  .areas-practica .item-areas h2 {
    font-size: 13px;
  }

  .home-distinciones {
    background: #ececec;
    padding: 60px 0px;
  }
  .home-distinciones h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 24px;
    margin-bottom: 40px;
  }
  .home-distinciones .content-distinciones {
    display: flex;
    justify-content: space-around;
  }
}
.header-sm.resumen {
  background-image: url("../img/bk-header-1.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 186px;
}

.resumen-cv {
  padding: 60px 0px;
}
.resumen-cv .datos-foto {
  display: flex;
  flex-wrap: wrap;
}
.resumen-cv .datos-foto .foto-abogado {
  background-image: url("../img/foto-genero-otro.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
}
.resumen-cv .datos-foto .entrada {
  padding: 5px 20px;
  padding-left: 40px;
  width: calc(100% - 300px);
}
.resumen-cv .datos-foto .entrada .nombre {
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 15px;
}
.resumen-cv .datos-foto .entrada .areas-practicas {
  margin-bottom: 15px;
}
.resumen-cv .datos-foto .entrada .areas-practicas > span {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  display: block;
}
.resumen-cv .datos-foto .entrada .areas-practicas > a:hover .areas {
  color: #044b76;
}
.resumen-cv .datos-foto .entrada .areas-practicas > a:last-of-type .areas::after {
  content: none;
}
.resumen-cv .datos-foto .entrada .areas-practicas .areas {
  font-size: 18px;
  color: #0077be;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
}
.resumen-cv .datos-foto .entrada .areas-practicas .areas::after {
  content: ",";
}
.resumen-cv .datos-foto .entrada .datos {
  margin-top: 0px;
}
.resumen-cv .datos-foto .entrada .datos ul {
  list-style-type: none;
}
.resumen-cv .datos-foto .entrada .datos ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.resumen-cv .datos-foto .entrada .datos ul li:after {
  position: absolute;
  top: 2px;
  left: 3px;
  width: 16px;
}
.resumen-cv .datos-foto .entrada .datos ul li.mail:after {
  content: url("../img/icon-mail.svg");
}
.resumen-cv .datos-foto .entrada .datos ul li.tel:after {
  content: url("../img/icon-phone.svg");
}
.resumen-cv .datos-foto .entrada .datos ul li.idioma:after {
  content: url("../img/icon-chat.svg");
}
.resumen-cv .datos-foto .entrada .datos ul li a {
  color: #231f20;
}
.resumen-cv .contenido-cv h2 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.resumen-cv .contenido-cv .line {
  width: 80px;
  height: 2px;
  background: #0077be;
  margin: 20px 0px;
}
.resumen-cv .contenido-cv ul {
  list-style-type: none;
}
.resumen-cv .contenido-cv > div {
  margin: 20px 0px;
  border-bottom: 1px solid #d3d3d3;
  padding: 20px 0px;
}
.resumen-cv .contenido-cv > div:last-of-type {
  border-bottom: none;
}
.resumen-cv .contenido-cv > div p, .resumen-cv .contenido-cv > div span, .resumen-cv .contenido-cv > div ul, .resumen-cv .contenido-cv > div li, .resumen-cv .contenido-cv > div ul li {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  background: transparent !important;
  color: #333333 !important;
}
.resumen-cv .contenido-cv .ver-todos {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

@media (max-width: 1200px) {
  .resumen-cv .datos-foto .foto-abogado {
    width: 270px;
    height: 270px;
  }
  .resumen-cv .datos-foto .entrada {
    width: calc(100% - 270px);
  }
}
@media (max-width: 992px) {
  .resumen-cv .datos-foto .entrada .nombre {
    font-size: 28px;
  }
  .resumen-cv .datos-foto .entrada .areas {
    font-size: 18px;
  }
  .resumen-cv .datos-foto .entrada .datos {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .header-sm.resumen {
    display: none;
  }

  .resumen-cv {
    padding: 56px 0px 40px 0px;
  }
  .resumen-cv .volver {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .resumen-cv .datos-foto .foto-abogado {
    width: 100%;
    height: auto;
    padding-top: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
  .resumen-cv .datos-foto .entrada {
    padding: 0px 0px 20px 0px;
    width: 100%;
  }
  .resumen-cv .datos-foto .entrada .nombre {
    font-size: 24px;
  }
  .resumen-cv .datos-foto .entrada .areas {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .resumen-cv .datos-foto .entrada .datos {
    margin-top: 20px;
  }
  .resumen-cv .datos-foto .entrada .datos ul {
    margin-bottom: 0px;
  }
  .resumen-cv .contenido-cv h2 {
    font-size: 20px;
  }
  .resumen-cv .contenido-cv > div:first-of-type {
    margin-top: 0px;
    padding-top: 0px;
  }
}
.header-lg {
  padding-top: 100px;
}
.header-lg h1 {
  font-size: 30px;
  font-weight: lighter;
  color: white;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 60px 0px;
}
.header-lg.abogados {
  background-image: url("../img/bk-header-1.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.abogados.contenido {
  padding: 60px 0px;
}
.abogados.contenido .buscador-filtro .titulo {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.abogados.contenido .buscador-filtro .buscador {
  width: 100%;
  display: inline-block;
  margin: 0px 0px 30px 0px;
  font-family: "Montserrat", sans-serif;
}
.abogados.contenido .buscador-filtro .buscador form {
  display: flex;
  display: block;
  margin: auto;
}
.abogados.contenido .buscador-filtro .buscador form input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url("../img/search-black.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 15px 8px;
  padding-left: 50px;
  color: #333;
  border-radius: 4px;
  float: left;
  height: 40px;
}
.abogados.contenido .buscador-filtro .buscador form input::-webkit-input-placeholder {
  color: #333;
}
.abogados.contenido .buscador-filtro .buscador form input::-moz-placeholder {
  color: #333;
}
.abogados.contenido .buscador-filtro .buscador form input:-ms-input-placeholder {
  color: #333;
}
.abogados.contenido .buscador-filtro .buscador form input:-moz-placeholder {
  color: #333;
}
.abogados.contenido .buscador-filtro .buscador form button {
  float: left;
  height: 40px;
  width: 150px;
  border: none;
  background: #48c5ff;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0px;
  border-radius: 0px 4px 4px 0px;
}
.abogados.contenido .buscador-filtro .filtro {
  margin-bottom: 40px;
}
.abogados.contenido .buscador-filtro .filtro ul {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #959399;
}
.abogados.contenido .buscador-filtro .filtro ul li {
  border-bottom: 4px solid transparent;
  padding: 4px;
}
.abogados.contenido .buscador-filtro .filtro ul li a {
  color: #959399;
}
.abogados.contenido .buscador-filtro .filtro ul li:hover {
  border-bottom: 4px solid #48c5ff;
  color: #333;
}
.abogados.contenido .buscador-filtro .filtro ul li:hover a {
  color: #333;
  text-decoration: none;
}
.abogados.contenido .buscador-filtro .filtro ul li.active {
  border-bottom: 4px solid #48c5ff;
  color: #333 !important;
}
.abogados.contenido .buscador-filtro .filtro ul li.active a {
  color: #333 !important;
}
.abogados.contenido .buscador-filtro .filtro ul li:first-of-type {
  color: #333;
}
.abogados.contenido .buscador-filtro .filtro ul li:first-of-type:hover {
  border-bottom: 4px solid transparent;
}
.abogados.contenido .abogados-contenido {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.abogados.contenido .abogados-contenido .abogado a {
  color: #333333;
  display: inline-block;
  margin: 20px 0px;
  transition: all 0.4s;
  width: 100%;
}
.abogados.contenido .abogados-contenido .abogado a:hover {
  text-decoration: none;
}
.abogados.contenido .abogados-contenido .abogado a:hover .img-abogado {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.abogados.contenido .abogados-contenido .abogado .contenido-imagen {
  padding: 0px 30px 20px 30px;
}
.abogados.contenido .abogados-contenido .abogado .contenido-imagen .img-abogado {
  background-image: url("../img/foto-genero-otro.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 100%;
  transition: all 0.4s;
}
.abogados.contenido .abogados-contenido .abogado h2 {
  font-size: 17px;
}
.abogados.contenido .abogados-contenido .abogado h2, .abogados.contenido .abogados-contenido .abogado p, .abogados.contenido .abogados-contenido .abogado span {
  text-align: center;
}
.abogados.contenido .abogados-contenido .abogado p, .abogados.contenido .abogados-contenido .abogado span {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  background: transparent !important;
  color: #333333 !important;
}

@media (max-width: 992px) {
  .header-lg {
    padding-top: 56px;
  }
  .header-lg h1 {
    font-size: 24px;
    margin: 40px 0px;
  }

  .abogados.contenido {
    padding: 60px 0px;
  }
  .abogados.contenido .buscador-filtro .titulo {
    font-size: 18px;
  }
  .abogados.contenido .buscador-filtro .buscador {
    margin: 0px 0px 30px 0px;
  }
  .abogados.contenido .buscador-filtro .buscador form input {
    width: 100%;
    background-size: 14px;
    background-position: 10px 9px;
    padding-left: 35px;
    height: 35px;
    font-size: 14px;
    color: #333;
  }
  .abogados.contenido .buscador-filtro .buscador form input::-webkit-input-placeholder {
    color: #333;
  }
  .abogados.contenido .buscador-filtro .buscador form input::-moz-placeholder {
    color: #333;
  }
  .abogados.contenido .buscador-filtro .buscador form input:-ms-input-placeholder {
    color: #333;
  }
  .abogados.contenido .buscador-filtro .buscador form input:-moz-placeholder {
    color: #333;
  }
  .abogados.contenido .buscador-filtro .buscador form button {
    height: 35px;
    width: 100px;
    font-size: 14px;
  }
  .abogados.contenido .buscador-filtro .filtro {
    margin-bottom: 20px;
  }
  .abogados.contenido .buscador-filtro .filtro ul li {
    font-size: 14px;
  }
  .abogados.contenido .abogados-contenido .abogado a {
    margin: 10px 0px;
  }
  .abogados.contenido .abogados-contenido .abogado .contenido-imagen {
    padding: 0px 15px 15px 15px;
  }
  .abogados.contenido .abogados-contenido .abogado h2 {
    font-size: 16px;
  }
  .abogados.contenido .abogados-contenido .abogado p, .abogados.contenido .abogados-contenido .abogado span {
    font-size: 12px !important;
  }
}
@media (max-width: 768px) {
  .abogados.contenido .buscador-filtro .titulo {
    margin-top: 30px;
  }
  .abogados.contenido .buscador-filtro .filtro {
    margin-bottom: 20px;
  }
  .abogados.contenido .buscador-filtro .filtro ul {
    flex-wrap: wrap;
  }
  .abogados.contenido .buscador-filtro .filtro ul li {
    font-size: 14px;
    padding: 4px 10px;
  }
  .abogados.contenido .abogados-contenido {
    padding: 0px;
  }
  .abogados.contenido .abogados-contenido .abogado {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .abogados.contenido .abogados-contenido .abogado a {
    margin: 10px 0px;
  }
  .abogados.contenido .abogados-contenido .abogado .contenido-imagen {
    padding: 0px 15px 15px 15px;
  }
  .abogados.contenido .abogados-contenido .abogado h2 {
    font-size: 16px;
  }
  .abogados.contenido .abogados-contenido .abogado p, .abogados.contenido .abogados-contenido .abogado span {
    font-size: 12px !important;
  }
}
@media (max-width: 576px) {
  .abogados.contenido {
    padding: 0px;
  }
  .abogados.contenido .buscador-filtro .filtro {
    margin-bottom: 30px;
  }
  .abogados.contenido .buscador-filtro .filtro ul li {
    padding: 4px 8px;
  }
  .abogados.contenido .abogados-contenido .abogado .contenido-imagen {
    padding: 0px 0px 15px 0px;
  }
}
.header-lg {
  padding-top: 100px;
}
.header-lg h1 {
  font-size: 30px;
  font-weight: lighter;
  color: white;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 60px 0px;
}
.header-lg.noticias {
  background-image: url("../img/bk-header-2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.noticias.contenido {
  padding: 60px 0px;
}
.noticias.contenido .buscador-filtro .titulo {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.noticias.contenido .buscador-filtro .buscador {
  width: 100%;
  display: inline-block;
  margin: 0px 0px 30px 0px;
  font-family: "Montserrat", sans-serif;
}
.noticias.contenido .buscador-filtro .buscador form {
  display: flex;
  display: block;
  margin: auto;
}
.noticias.contenido .buscador-filtro .buscador form input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url("../img/search-black.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 15px 8px;
  padding-left: 50px;
  color: #333;
  border-radius: 4px;
  float: left;
  height: 40px;
}
.noticias.contenido .buscador-filtro .buscador form input::-webkit-input-placeholder {
  color: #333;
}
.noticias.contenido .buscador-filtro .buscador form input::-moz-placeholder {
  color: #333;
}
.noticias.contenido .buscador-filtro .buscador form input:-ms-input-placeholder {
  color: #333;
}
.noticias.contenido .buscador-filtro .buscador form input:-moz-placeholder {
  color: #333;
}
.noticias.contenido .buscador-filtro .buscador form button {
  float: left;
  height: 40px;
  width: 150px;
  border: none;
  background: #48c5ff;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0px;
  border-radius: 0px 4px 4px 0px;
}
.noticias.contenido .buscador-filtro .filtro {
  margin-bottom: 40px;
}
.noticias.contenido #noticias-content .tab-pane > h2 {
  font-size: 28px;
  font-weight: lighter;
  margin-bottom: 30px;
}
.noticias.contenido #noticias-content .tab-pane .contenido .articulo-vista {
  display: flex;
  margin-bottom: 40px;
}
.noticias.contenido #noticias-content .tab-pane .contenido .articulo-vista .img-noticia {
  width: 250px;
  height: 150px;
  background-image: url("../img/img-ej-noticia-2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.noticias.contenido #noticias-content .tab-pane .contenido .articulo-vista .cuerpo {
  padding-left: 30px;
}
.noticias.contenido #noticias-content .tab-pane .contenido .articulo-vista .cuerpo a {
  color: #413d4b;
}
.noticias.contenido #noticias-content .tab-pane .contenido .articulo-vista .cuerpo .titulo {
  font-size: 22px;
  font-weight: 400;
}
.noticias.contenido #noticias-content .tab-pane .contenido .articulo-vista .cuerpo .fecha {
  font-weight: 400;
  color: #a09f9f;
  font-size: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.noticias.contenido #noticias-content .tab-pane .contenido .articulo-vista .cuerpo .copete {
  margin-bottom: 5px;
}
.noticias.contenido #noticias-content .tab-pane .contenido .articulo-vista .cuerpo .copete p {
  margin: 0px;
}
.noticias.contenido #noticias-content .tab-pane .contenido .articulo-vista .cuerpo .tag-articulo {
  font-size: 14px;
  color: #a09f9f;
}

.noticias.news {
  background-image: url("../img/bk-news-noticias.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px;
}
.noticias.news .col-12 img.icon {
  width: 40px;
  display: block;
  margin: auto;
}
.noticias.news .col-12 h2, .noticias.news .col-12 p {
  color: white;
  text-align: center;
}
.noticias.news .col-12 h2 {
  font-weight: lighter;
  margin: 20px 0px 30px 0px;
}
.noticias.news .col-12 p {
  max-width: 700px;
  margin: 20px auto 40px auto;
}
.noticias.news .col-12 .news-letter {
  width: 100%;
  margin: 0px 0px 30px 0px;
  font-family: "Montserrat", sans-serif;
}
.noticias.news .col-12 .news-letter form {
  display: flex;
  max-width: 600px;
  display: block;
  margin: auto;
}
.noticias.news .col-12 .news-letter form input {
  width: calc(100% - 100px);
  border-radius: 0px;
  background: rgba(255, 255, 255, 0);
  color: white;
  border-radius: 4px 0px 0px 4px;
  border-right: 0px;
  float: left;
  height: 35px;
  font-size: 14px;
}
.noticias.news .col-12 .news-letter form input::-webkit-input-placeholder {
  color: white;
}
.noticias.news .col-12 .news-letter form input::-moz-placeholder {
  color: white;
}
.noticias.news .col-12 .news-letter form input:-ms-input-placeholder {
  color: white;
}
.noticias.news .col-12 .news-letter form input:-moz-placeholder {
  color: white;
}
.noticias.news .col-12 .news-letter form button {
  float: left;
  height: 35px;
  width: 100px;
  border: none;
  font-size: 14px;
  background: #48c5ff;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0px;
  border-radius: 0px 4px 4px 0px;
}
.noticias.news .col-12 .news-letter form button:hover {
  background: #19a8eb;
}

@media (max-width: 992px) {
  .header-lg {
    padding-top: 56px;
  }
  .header-lg h1 {
    font-size: 24px;
    margin: 40px 0px;
  }

  .noticias.contenido {
    padding: 60px 0px;
  }
  .noticias.contenido .buscador-filtro .titulo {
    font-size: 18px;
  }
  .noticias.contenido .buscador-filtro .buscador {
    margin: 0px 0px 30px 0px;
  }
  .noticias.contenido .buscador-filtro .buscador form input {
    width: 100%;
    background-size: 14px;
    background-position: 10px 9px;
    padding-left: 35px;
    height: 35px;
    font-size: 14px;
    color: #333;
  }
  .noticias.contenido .buscador-filtro .buscador form input::-webkit-input-placeholder {
    color: #333;
  }
  .noticias.contenido .buscador-filtro .buscador form input::-moz-placeholder {
    color: #333;
  }
  .noticias.contenido .buscador-filtro .buscador form input:-ms-input-placeholder {
    color: #333;
  }
  .noticias.contenido .buscador-filtro .buscador form input:-moz-placeholder {
    color: #333;
  }
  .noticias.contenido .buscador-filtro .buscador form button {
    height: 35px;
    width: 100px;
    font-size: 14px;
  }
  .noticias.contenido .buscador-filtro .filtro {
    margin-bottom: 20px;
  }
  .noticias.contenido .buscador-filtro .filtro ul li {
    font-size: 14px;
  }
  .noticias.contenido #noticias-content .tab-pane > h2 {
    font-size: 26px;
    margin-top: 20px;
  }
  .noticias.contenido #noticias-content .tab-pane .contenido .articulo-vista .img-noticia {
    width: 180px;
    height: 100px;
  }
  .noticias.contenido #noticias-content .tab-pane .contenido .articulo-vista .cuerpo .titulo {
    font-size: 20px;
  }
  .noticias.contenido #noticias-content .tab-pane .contenido .articulo-vista .cuerpo .fecha {
    font-size: 14px;
  }
  .noticias.contenido #noticias-content .tab-pane .contenido .articulo-vista .cuerpo .tag-articulo {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .noticias.contenido .buscador-filtro .filtro {
    margin-bottom: 20px;
  }
  .noticias.contenido .buscador-filtro .filtro ul {
    flex-wrap: wrap;
  }
  .noticias.contenido .buscador-filtro .filtro ul li {
    font-size: 14px;
    padding: 4px 10px;
  }
}
@media (max-width: 576px) {
  .noticias.contenido .buscador-filtro .filtro {
    margin-bottom: 30px;
  }
  .noticias.contenido .buscador-filtro .filtro ul li {
    padding: 4px 8px;
  }
  .noticias.contenido #noticias-content .tab-pane > h2 {
    font-size: 26px;
    margin-top: 20px;
  }
  .noticias.contenido #noticias-content .tab-pane .contenido .articulo-vista {
    flex-wrap: wrap;
  }
  .noticias.contenido #noticias-content .tab-pane .contenido .articulo-vista > * {
    width: 100%;
  }
  .noticias.contenido #noticias-content .tab-pane .contenido .articulo-vista .img-noticia {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
  }
  .noticias.contenido #noticias-content .tab-pane .contenido .articulo-vista .cuerpo {
    padding: 0px;
  }
}
.header-lg.noticia {
  padding: 0px;
  background-image: url("../img/bk-header-2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-lg.noticia .bk-black {
  padding-top: 100px;
  background: rgba(0, 0, 0, 0.6);
}
.header-lg.noticia h1 {
  font-size: 30px;
  font-weight: lighter;
  color: white;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 60px 0px;
}

.noticia.contenido {
  padding: 20px 0px 60px 0px;
}
.noticia.contenido .header-noticia {
  padding-bottom: 20px;
}
.noticia.contenido .header-noticia .tag-articulo {
  color: #a09f9f;
}

@media (max-width: 992px) {
  .header-lg.noticia .bk-black {
    padding-top: 56px;
  }
  .header-lg.noticia h1 {
    font-size: 24px;
    margin: 40px 0px;
  }
}
.header-lg.area {
  padding: 0px;
  background-image: url("../img/bk-header-2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-lg.area .bk-opacidad.padding-top {
  padding-top: 130px;
}
.header-lg.area .bk-opacidad.negro {
  background: rgba(0, 0, 0, 0.26);
}
.header-lg.area .bk-opacidad.marron {
  background: rgba(115, 88, 79, 0.4);
}
.header-lg.area h1 {
  font-size: 30px;
  font-weight: lighter;
  color: white;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 60px 0px;
}
.header-lg.area .col {
  position: relative;
  padding-bottom: 30px;
}
.header-lg.area .col .content-img {
  background: white;
  display: inline-block;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 40px);
  box-shadow: 0px 0px 24px -5px rgba(0, 0, 0, 0.75);
}
.header-lg.area .col .content-img img {
  max-width: 50px;
  max-height: 50px;
}

.area.contenido {
  padding: 70px 0px 40px 0px;
}
.area.contenido .intro p:last-of-type {
  margin: 0px;
}
.area.contenido .cuerpo h2 {
  font-size: 19px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.area.contenido.cuerpo-contenido .row {
  padding-top: 20px;
  padding-bottom: 20px;
}
.area.frase {
  background-image: url("../img/bk-frase-1.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0px;
}
.area.frase h2 {
  color: white;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.15em;
}
.area.abogados-relacionados {
  padding: 0px 0px 100px 0px;
}
.area.abogados-relacionados .accordion .card-header {
  border: none;
  background: transparent;
}
.area.abogados-relacionados .accordion .card-header h2 {
  text-align: center;
}
.area.abogados-relacionados .accordion .card-header h2 button {
  color: #333;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15;
}
.area.abogados-relacionados .accordion .card-header h2 button i {
  margin-left: 10px;
  font-size: 20px;
}
.area.abogados-relacionados .abogados-contenido {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px;
}
.area.abogados-relacionados .abogados-contenido .abogado a {
  color: #333333;
  display: inline-block;
  margin: 20px 0px;
  transition: all 0.4s;
  width: 100%;
}
.area.abogados-relacionados .abogados-contenido .abogado a:hover {
  text-decoration: none;
}
.area.abogados-relacionados .abogados-contenido .abogado a:hover .img-abogado {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.area.abogados-relacionados .abogados-contenido .abogado .contenido-imagen {
  padding: 0px 30px 20px 30px;
}
.area.abogados-relacionados .abogados-contenido .abogado .contenido-imagen .img-abogado {
  background-image: url("../img/foto-genero-otro.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 100%;
  transition: all 0.4s;
}
.area.abogados-relacionados .abogados-contenido .abogado h2 {
  font-size: 17px;
}
.area.abogados-relacionados .abogados-contenido .abogado h2, .area.abogados-relacionados .abogados-contenido .abogado p {
  text-align: center;
}

@media (max-width: 992px) {
  .header-lg.area .bk-opacidad.padding-top {
    padding-top: 56px;
  }
  .header-lg.area h1 {
    font-size: 24px;
    margin: 40px 0px;
  }
  .header-lg.area .col .content-img {
    width: 70px;
    height: 70px;
    bottom: -35px;
    left: calc(50% - 35px);
  }
  .header-lg.area .col .content-img img {
    max-width: 40px;
    max-height: 40px;
  }

  .area.abogados-relacionados .abogados-contenido .abogado a {
    margin: 10px 0px;
  }
  .area.abogados-relacionados .abogados-contenido .abogado .contenido-imagen {
    padding: 0px 15px 15px 15px;
  }
  .area.abogados-relacionados .abogados-contenido .abogado h2 {
    font-size: 16px;
  }
  .area.abogados-relacionados .abogados-contenido .abogado p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .area.contenido .intro p:last-of-type {
    margin: 0px;
  }
  .area.contenido .cuerpo h2 {
    margin-top: 30px;
  }
  .area.contenido.cuerpo-contenido .container > .row:first-of-type {
    flex-direction: column-reverse;
  }
  .area.contenido.cuerpo-contenido .row .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .area.abogados-relacionados .abogados-contenido .abogado {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .area.abogados-relacionados .abogados-contenido .abogado a {
    margin: 10px 0px;
  }
  .area.abogados-relacionados .abogados-contenido .abogado .contenido-imagen {
    padding: 0px 15px 15px 15px;
  }
  .area.abogados-relacionados .abogados-contenido .abogado h2 {
    font-size: 16px;
  }
  .area.abogados-relacionados .abogados-contenido .abogado p {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .area.abogados-relacionados .abogados-contenido .abogado .contenido-imagen {
    padding: 0px 0px 15px 0px;
  }
}
.header-lg.areas {
  padding-top: 100px;
  background-image: url("../img/bk-header-5.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.header-lg.areas h1 {
  font-size: 30px;
  font-weight: lighter;
  color: white;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 60px 0px;
}

.areas.contenido {
  padding: 60px 0px;
}
.areas.contenido .contenido-areas {
  margin-top: 40px;
}
.areas.contenido .contenido-areas .area {
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 40px 0px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}
.areas.contenido .contenido-areas .area:last-of-type {
  border-bottom: 0px;
}
.areas.contenido .contenido-areas .area .icono {
  flex: 0 0 15%;
  max-width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.areas.contenido .contenido-areas .area .icono img {
  max-width: 60px;
  max-height: 55px;
}
.areas.contenido .contenido-areas .area .texto {
  flex: 0 0 85%;
  max-width: 85%;
}
.areas.contenido .contenido-areas .area .texto h2 {
  font-size: 18px;
}
.areas.contenido .contenido-areas .area .texto .titulo-area {
  color: #333;
}
.areas.contenido .contenido-areas .area .texto .copete p {
  font-size: 14px;
}
.areas.contenido .contenido-areas .area .texto .ver-mas {
  margin-top: -10px;
  display: block;
  color: #009be3;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.areas.contenido .contenido-areas .area .texto .ver-mas:hover {
  color: #0177ae;
}

@media (max-width: 992px) {
  .header-lg.areas {
    padding-top: 55px;
  }
  .header-lg.areas h1 {
    font-size: 24px;
    margin: 40px 0px;
  }

  .areas.contenido {
    padding: 40px 0px;
  }
  .areas.contenido .contenido-areas .area .icono {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .areas.contenido .contenido-areas .area .texto {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .areas.contenido .contenido-areas .area .texto h2 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .areas.contenido p {
    text-align: center;
  }
  .areas.contenido .contenido-areas .area {
    margin: 40px 0px;
  }
  .areas.contenido .contenido-areas .area .icono {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .areas.contenido .contenido-areas .area .texto {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .areas.contenido .contenido-areas .area .texto h2 {
    text-align: center;
  }
  .areas.contenido .contenido-areas .area .texto .copete {
    text-align: center;
  }
  .areas.contenido .contenido-areas .area .texto .copete p {
    text-align: center;
  }
  .areas.contenido .contenido-areas .area .texto > a {
    text-align: center;
  }
}
.header-lg {
  padding-top: 100px;
}
.header-lg h1 {
  font-size: 30px;
  font-weight: lighter;
  color: white;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 60px 0px;
}
.header-lg.firma {
  background-image: url("../img/bk-header-7.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.firma.contenido {
  padding: 60px 0px;
}
.firma.contenido .edificio-bomchil {
  margin: 0px 20px 20px 0px;
}

@media (max-width: 992px) {
  .header-lg {
    padding-top: 56px;
  }
  .header-lg h1 {
    font-size: 24px;
    margin: 40px 0px;
  }
}
@media (max-width: 768px) {
  .firma.contenido {
    padding: 40px 0px;
  }
}
.header-lg {
  padding-top: 100px;
}
.header-lg h1 {
  font-size: 30px;
  font-weight: lighter;
  color: white;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 60px 0px;
}
.header-lg.Login {
  background-image: url("../img/bk-header-9.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.Login.contenido {
  padding: 60px 0px;
}
.Login.contenido h2 {
  font-size: 20px;
  margin-top: 20px;
}
.Login.contenido h2:first-of-type {
  margin-top: 0px;
}
.Login.contenido a {
  color: #005aa0;
  font-weight: bold;
}

@media (max-width: 992px) {
  .header-lg {
    padding-top: 56px;
  }
  .header-lg h1 {
    font-size: 24px;
    margin: 40px 0px;
  }
}
@media (max-width: 768px) {
  .Login.contenido {
    padding: 40px 0px;
  }
}
.header-lg {
  padding-top: 100px;
}
.header-lg h1 {
  font-size: 30px;
  font-weight: lighter;
  color: white;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 60px 0px;
}
.header-lg.trabajar {
  background-image: url("../img/bk-header-8.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.trabajar.contenido {
  padding: 60px 0px;
}
.trabajar.contenido h2 {
  font-size: 20px;
  margin-top: 20px;
}
.trabajar.contenido h2:first-of-type {
  margin-top: 0px;
}
.trabajar.contenido a {
  color: #005aa0;
  font-weight: bold;
}

@media (max-width: 992px) {
  .header-lg {
    padding-top: 56px;
  }
  .header-lg h1 {
    font-size: 24px;
    margin: 40px 0px;
  }
}
@media (max-width: 768px) {
  .trabajar.contenido {
    padding: 40px 0px;
  }
}
.header-lg {
  padding-top: 100px;
}
.header-lg h1 {
  font-size: 30px;
  font-weight: lighter;
  color: white;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 60px 0px;
}
.header-lg.condiciones {
  background-image: url("../img/bk-header-4.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.condiciones.contenido {
  padding: 60px 0px;
}

@media (max-width: 992px) {
  .header-lg {
    padding-top: 56px;
  }
  .header-lg h1 {
    font-size: 24px;
    margin: 40px 0px;
  }
}
@media (max-width: 768px) {
  .condiciones.contenido {
    padding: 40px 0px;
  }
}