html {
  font-size: 16px; }

body {
  font-family: 'Montserrat', sans-serif; }

.padd_content_top {
  padding-top: 12rem; }

.padd_content_bottom {
  padding-bottom: 12rem; }

.padd_small_top {
  padding-top: 6rem; }

.padd_small_bottom {
  padding-bottom: 6rem; }

.mar_small_top {
  margin-top: 3rem; }

.mar_small_bottom {
  margin-bottom: 3rem; }

.icono {
  background-image: url("../img/icon.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat; }

.break {
  display: block;
  content: ""; }

.color_azul {
  color: #2a88c2; }

.color_amarillo {
  color: #f9ba7f; }

.color_oscuro {
  color: #25282a; }

.color_calipso {
  color: #63ccc8; }

.color_gris {
  color: #efefef; }

.bg_azul {
  background-color: #2a88c2; }

.bg_amarillo {
  background-color: #f9ba7f; }

.bg_oscuro {
  background-color: #25282a; }

.bg_calipso {
  background-color: #63ccc8; }

.bg_gris_claro {
  background-color: #efefef; }

.bg_gris {
  background-image: url("../img/bg_ini.png");
  background-position: center;
  background-size: cover;
  height: 100vh; }

.inicio {
  text-align: center;
  position: absolute;
  left: 50%;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.bg_index {
  background-image: url("../img/bg_ini.jpg");
  background-position: center;
  background-size: cover;
  height: 100vh; }

.borde_bottom {
  border-bottom: 7px solid #63ccc8; }

.borde_bottom_abogados {
  border-bottom: 7px solid #2a88c2; }

.borde_bottom_footer {
  border-top: 1px solid rgba(0, 0, 0, 0.3); }

/*====================================================
                    INICIO
====================================================*/
.tit_ini {
  font-size: 1.3rem;
  letter-spacing: .2rem; }

.borde_img_inicio {
  border-top: solid 2px white;
  border-left: solid 2px white;
  border-right: solid 2px white;
  /*border-bottom: solid 30px $azul;*/ }

.color_bottom_img_abogados {
  background-color: #2a88c2;
  padding-top: 1.5rem;
  margin: 5px 2px; }

.color_bottom_img_propiedades {
  background-color: #63ccc8;
  padding-top: 1.5rem;
  margin: 5px 2px; }

.imag_ini {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0; }

.imag_ini img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: scale(1);
          transform: scale(1); }

.imag_ini img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: .8; }

.info_ini {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-size: 1rem;
  text-decoration: none !important;
  color: #f9ba7f;
  /*font-weight: 700;*/ }

.info_ini a {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-decoration: none !important;
  color: #f9ba7f; }

.info_ini:hover {
  opacity: .7; }

.footer_ini a {
  /* width: 35px;
  height:35px;*/
  /* background-color: black;*/
  /*border-radius: 100%;*/
  margin: 0 15px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-decoration: none !important;
  color: #f9ba7f;
  font-weight: 700; }

.footer_ini a:hover {
  opacity: .5; }

/*====================================================
                    MENU
====================================================*/
.navbar {
  padding: 0.5rem 3rem !important;
  /*background-color: rgba(255, 255, 255, .8);*/
  background-color: #25282a; }

.navbar-brand {
  margin-left: 1rem; }

.nav-link {
  padding: 0 !important;
  color: #e2e0e0;
  font-weight: 400; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  /*color: #ccc;*/
  background-color: transparent;
  font-weight: 700;
  opacity: 1; }

ul {
  display: contents;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  list-style-type: none; }
  ul li {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: .7rem;
    letter-spacing: .1rem; }
    ul li a {
      position: relative;
      display: block;
      padding: 4px 0;
      margin: 0 1rem;
      color: #fff;
      text-decoration: none !important;
      text-transform: uppercase;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: .7; }
      ul li a::after {
        position: absolute;
        content: "";
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff;
        /*transform: scaleX(0);*/
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
        -webkit-transform-origin: top;
                transform-origin: top;
        /*transition: transform 0.5s;*/
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 0; }
      ul li a:hover {
        color: white;
        opacity: 1; }
      ul li a:hover::after {
        -webkit-transform: translateY(5px);
                transform: translateY(5px);
        -webkit-transform-origin: top;
                transform-origin: top;
        opacity: 1; }

.borde_abogados {
  padding: 6px 13px !important;
  background-color: #2a88c2;
  border-radius: 50px !important;
  opacity: 1;
  color: white; }

.borde_propiedades {
  padding: 6px 13px !important;
  background-color: #63ccc8;
  border-radius: 50px !important;
  opacity: 1;
  color: black; }

.activo {
  opacity: 1;
  font-weight: 900;
  color: #ccc; }

/*
.btd:active{
     opacity: 1;
    font-weight: 900;
}*/
.sticky-top {
  top: 0;
  z-index: 1900;
  width: 100%;
  position: fixed; }

/*====================================================
                    NOSOTROS
====================================================*/
.bg_propiedades {
  background-image: url(../img/bg_propiedades.jpg);
  /*background-position: top center;*/
  background-size: cover;
  height: 50vh;
  background-position: center 50px; }

.tit_nosotros {
  font-size: 1.3rem;
  letter-spacing: .2rem; }

.bg_abogados {
  background-image: url("../img/bg_abogados.jpg");
  background-position: top center;
  background-size: cover;
  height: 100vh; }

.margen_top_abogados {
  margin-top: 90px; }

/*====================================================
                    SERVICIOS
====================================================*/
.tit_serv {
  font-size: 1.3rem;
  letter-spacing: .2rem; }

.tit_servicios {
  font-size: 1rem;
  font-weight: 700; }

.border_card_serv {
  border: solid 3px white; }

.btn_info_nos {
  text-decoration: none !important;
  color: black;
  background: #63ccc8;
  padding: 7px 15px;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  letter-spacing: .1rem;
  border-radius: 50px;
  font-weight: 700;
  border: none;
  font-size: .7rem; }

.btn_info_nos:hover {
  background: #fff;
  border: none; }

.btn_info_nos:focus {
  outline: 0px; }

.btn_contactar_nos {
  text-decoration: none !important;
  color: black;
  background: #63ccc8;
  padding: 0px 35px;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  letter-spacing: .2rem;
  border-radius: 50px;
  font-weight: 700;
  border: none;
  font-size: 1.3rem; }

.btn_contactar_nos:hover {
  background: #fff;
  border: none; }

.btn_contactar_nos:focus {
  outline: 0px; }

.btn_contactar_posicion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.btn_info_abogados {
  text-decoration: none !important;
  color: black;
  background: #2a88c2;
  padding: 7px 15px;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  letter-spacing: .1rem;
  border-radius: 50px;
  font-weight: 700;
  border: none;
  font-size: .7rem; }

.btn_info_abogados:hover {
  background: #fff;
  border: none; }

.btn_info_abogados:focus {
  outline: 0px; }

.btn_contactar_abogados {
  text-decoration: none !important;
  color: black;
  background: #2a88c2;
  padding: 0px 35px;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  letter-spacing: .2rem;
  border-radius: 50px;
  font-weight: 700;
  border: none;
  font-size: 1.3rem; }

.btn_contactar_abogados:hover {
  background: #fff;
  border: none; }

.btn_contactar_abogados:focus {
  outline: 0px; }

.tit_contactar {
  font-size: 1rem; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #25282a;
  background-clip: padding-box;
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  border-radius: 0.3rem;
  outline: 0; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: none;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: none;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }

.cursor_pointer {
  cursor: pointer; }

.tit_modal {
  font-size: 1.5rem; }

.margen_top {
  margin-top: 9rem;
  margin-bottom: 9rem; }

/*====================================================
                    FOOTER
====================================================*/
.tit_footer {
  font-size: 1.3rem;
  letter-spacing: .2rem; }

.Redes_sociales {
  font-size: 1rem; }

.Redes_sociales a {
  /* width: 35px;
  height:35px;*/
  /* background-color: black;*/
  /*border-radius: 100%;*/
  margin: 0 15px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-decoration: none !important;
  color: black;
  font-weight: 700; }

.Redes_sociales a:hover {
  opacity: .5; }

.text_pie_pagina {
  font-size: .8rem;
  letter-spacing: .1rem;
  opacity: .6; }

@media (min-width: 320px) and (max-width: 576.98px) {
  .navbar {
    padding: 0.5rem !important; } }
@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar {
    padding: 0.5rem 1rem !important; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar {
    padding: 0.5rem 1rem !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar {
    padding: 0.5rem 3rem !important; }

  .btn_contactar_posicion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
@media (min-width: 1200px) {
  .btn_contactar_posicion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
