@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&display=swap");
html {
  scroll-behavior: smooth;
}

body header nav {
  font-family: 'Raleway', sans-serif;
  -webkit-box-shadow: 0 8px 48px -15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 8px 48px -15px rgba(0, 0, 0, 0.05);
  background-color: white;
}
body header nav .container_Botonera {
  max-width: 1200px;
}
body header nav .container_Botonera a.placaMenu {
  color: #006B40;
  margin-left: 10px;
}
body header nav .container_Botonera a.placaMenu h1 {
  font-size: 20px;
  margin: 0;
}
body header nav .container_Botonera a.placaMenu span {
  font-weight: 700;
}
body header nav .container_Botonera button span {
  background-image: url(../img/icons/menu.png);
  background-repeat: no-repeat;
  color: rgba(0, 0, 0, 0);
  background-position: right;
}
body header nav .container_Botonera button:focus {
  outline: none;
}
body header nav .container_Botonera .botoneraMenu ul {
  margin-left: auto;
}
body header nav .container_Botonera .botoneraMenu li:not(:last-child) {
  text-align: center;
}
body header nav .container_Botonera .botoneraMenu li:not(:last-child) a {
  color: #666666;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: relative;
}
body header nav .container_Botonera .botoneraMenu li:not(:last-child) a:hover {
  color: #006B40;
}
body header nav .container_Botonera .botoneraMenu li:not(:last-child) a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 13%;
  width: 75%;
  height: 3px;
  background: #006B40;
  z-index: 1;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
body header nav .container_Botonera .botoneraMenu li:not(:last-child) a:hover:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
body header nav .container_Botonera .botoneraMenu li:not(:last-child) a.active {
  color: #006B40;
}
body header nav .container_Botonera .botoneraMenu li:not(:last-child) a.active:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 13%;
  width: 75%;
  height: 3px;
  background: #006B40;
  z-index: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
body header nav .container_Botonera .botoneraMenu li:nth-last-child(1) {
  text-align: center;
}
body header nav .container_Botonera .botoneraMenu li:nth-last-child(1) a {
  background: #006B40;
  color: white;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: .23em;
          border-radius: .23em;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
body header nav .container_Botonera .botoneraMenu li:nth-last-child(1) a:hover {
  background: rgba(0, 107, 64, 0.8);
}
body main {
  padding-top: 56px;
}
body main .primSectorContenedor {
  background-image: url(../img/martillo-bg-home.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  padding: 0;
  margin: 0;
}
body main .primSectorContenedor .logo-grande {
  height: 100%;
  background-image: url(../img/logoCADEAS.svg);
  background-color: rgba(0, 107, 64, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 400px;
}
body main .nosotrosContenedor {
  text-align: center;
  background-image: url(../img/fondo-perfil.png);
  background-repeat: no-repeat;
  background-size: cover;
}
body main .nosotrosContenedor article {
  margin: auto;
  padding-bottom: 100px;
  max-width: 1140px;
  padding-top: 26px;
}
body main .nosotrosContenedor article h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #006B40;
  margin-bottom: 60px;
  padding-top: 150px;
  background-image: url(../img/icons/apreton.png);
  background-repeat: no-repeat;
  background-position: center;
}
body main .nosotrosContenedor article .nosotrosContenido {
  text-align: left;
}
body main .nosotrosContenedor article .nosotrosContenido p {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
}
body main .nosotrosContenedor article .nosotrosContenido p strong {
  font-weight: normal;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
body main .nosotrosContenedor article .nosotrosContenido .resumen {
  color: #006B40;
}
body main .nosotrosContenedor article .botonNosotros {
  padding: 10px 20px;
  margin-top: 50px;
  background-color: #006B40;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: white;
  font-size: 17.6px;
  font-size: 1.1rem;
}
body main .nosotrosContenedor article .botonNosotros:hover {
  background: rgba(0, 107, 64, 0.8);
}
body main #servicios:before, body main #fondoNosotros:before, body main #fondoPrim:before, body main #abogados:before {
  display: block;
  content: "";
  height: 56px;
  margin-top: -56px;
  visibility: hidden;
}
body main .carHome .carousel-item {
  height: 600px;
}
body main .carHome .carousel-item .sliderContenidoHome {
  height: 600px;
  text-align: center;
  margin: auto;
  max-width: 1366px;
}
body main .carHome .carousel-item .sliderContenidoHome .colIzq {
  margin: auto;
  background-image: url(../img/icons/libros.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 0px;
  padding-top: 100px;
}
body main .carHome .carousel-item .sliderContenidoHome .colIzq .dispSlider {
  font-size: 48px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: white;
  display: block;
  padding-bottom: 60px;
}
body main .carHome .carousel-item .sliderContenidoHome .colIzq #dispAzul {
  text-shadow: 7px 5px 5px rgba(0, 97, 176, 0.5);
}
body main .carHome .carousel-item .sliderContenidoHome .colIzq #dispNaranja {
  text-shadow: 7px 5px 5px rgba(178, 88, 42, 0.5);
}
body main .carHome .carousel-item .sliderContenidoHome .colIzq .botonSvcHome {
  padding: 10px 20px;
  border: 2px solid white;
  color: white;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
body main .carHome .carousel-item .sliderContenidoHome .colIzq #btnAzul:hover {
  color: #0061B0;
  background: #fff;
}
body main .carHome .carousel-item .sliderContenidoHome .colIzq #btnNaranja:hover {
  color: #FF7E3D;
  background: #fff;
}
body main .carHome .carousel-item .sliderContenidoHome .colDer {
  vertical-align: top;
  height: 100%;
}
body main .carHome .carousel-item .sliderContenidoHome .colEmp {
  background-image: url(../img/traje.png);
  background-repeat: no-repeat;
  background-position: left;
}
body main .carHome .carousel-item .sliderContenidoHome .colPar {
  background-image: url(../img/obrero.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
body main .carHome .carousel-item:first-child {
  background: -webkit-gradient(linear, left top, right top, from(#0061b0), to(#7db9e8));
  background: -webkit-linear-gradient(left, #0061b0 0%, #7db9e8 100%);
  background: linear-gradient(90deg, #0061b0 0%, #7db9e8 100%);
}
body main .carHome .carousel-item:nth-child(2) {
  background: -webkit-gradient(linear, left top, right top, from(#ff7e3d), to(#ff9763));
  background: -webkit-linear-gradient(left, #ff7e3d 0%, #ff9763 100%);
  background: linear-gradient(90deg, #ff7e3d 0%, #ff9763 100%);
}
body main .seccion_Abogados {
  background-color: whitesmoke;
}
body main .seccion_Abogados h1 {
  font-family: 'Raleway', sans-serif;
  color: #006B40;
  padding-top: 150px;
  background-image: url(../img/icons/lawyer.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
body main .seccion_Abogados h1 span {
  font-weight: 700;
}
body main .seccion_Abogados .cont_Abogados {
  max-width: 1200px;
  margin: auto;
  padding: 66px 0 100px 0;
}
body main .seccion_Abogados .cont_Abogados .cols_Abogados {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
body main .seccion_Abogados .cont_Abogados .cols_Abogados .card_Abogados {
  width: 276px;
  min-width: 276px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-family: 'Raleway', sans-serif;
  border: 1px solid rgba(195, 195, 195, 0.3);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
body main .seccion_Abogados .cont_Abogados .cols_Abogados .card_Abogados .card-body {
  margin: auto;
  margin-top: 30px;
  width: 180px;
  padding: 0;
  border: 0;
}
body main .seccion_Abogados .cont_Abogados .cols_Abogados .card_Abogados .card-body h2 {
  font-size: 21px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  color: #006B40;
}
body main .seccion_Abogados .cont_Abogados .cols_Abogados .card_Abogados .card-body span {
  font-size: 12px;
}
body main .seccion_Abogados .cont_Abogados .cols_Abogados .card_Abogados .card-body p {
  font-size: 14px;
  margin-top: 20px;
}
body main .seccion_Abogados .cont_Abogados .cols_Abogados .card_Abogados #abogado_Schwarz h2 {
  width: 210px;
  margin-left: -5px;
}
body main .seccion_Abogados .cont_Abogados .cols_Abogados .card_Abogados .card-footer {
  text-align: center;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
}
body main .seccion_Abogados .cont_Abogados .cols_Abogados .card_Abogados .card-footer a {
  font-size: 12px;
  padding: 12px 20px;
  display: block;
  font-weight: 700;
  -webkit-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  text-decoration: none;
}
body main .seccion_Abogados .cont_Abogados .cols_Abogados .card_Abogados .card-footer a:hover {
  background-color: #006B40;
  color: white;
  text-decoration: none;
}
body main .seccion_Abogados .cont_Abogados .cols_Abogados .card_Abogados:hover {
  -webkit-box-shadow: 0px 8px 40px -15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 40px -15px rgba(0, 0, 0, 0.2);
}
body footer {
  font-family: 'Raleway', sans-serif;
  background-color: #1a1a1a;
  color: white;
}
body footer .footer_Container {
  max-width: 1140px;
}
body footer .footer_Container .row_footer {
  padding: 50px 0;
}
body footer .footer_Container .row_footer .col_footer h2 {
  margin-bottom: 40px;
  font-size: 36px;
}
body footer .footer_Container .row_footer .col_footer ul {
  padding: 0;
  margin-bottom: 40px;
}
body footer .footer_Container .row_footer .col_footer ul li {
  list-style-type: none;
  margin-bottom: 8px;
}
body footer .footer_Container .row_footer .col_footer ul li h4 {
  font-size: 18px;
}
body footer .footer_Container .row_footer .col_footer ul li a {
  color: white;
  text-decoration: none;
}
body footer .footer_Container .row_footer .col_footer ul li a:hover {
  text-decoration: underline;
}
body footer .footer_Container .row_footer .col_footer ul li > a {
  font-size: 14px;
}
body footer .footer_Container .row_footer .col_footer .row > h4 {
  font-size: 18px;
  padding: 0;
  margin-bottom: 40px;
}
body footer .footer_Container .row_footer .col_footer .row > h4 a {
  color: white;
  text-decoration: none;
}
body footer .footer_Container .row_footer .col_footer .row > h4 a:hover {
  text-decoration: underline;
}
body footer .footer_Container .row_footer .col_footer h3 {
  font-size: 18px;
  font-weight: 700;
}
body footer .footer_Container .row_footer .col_footer p {
  max-width: 350px;
  margin-bottom: 40px;
}
body footer .footer_Container .row_footer .col_footer:first-child {
  border-right: 1px solid white;
}
body footer .footer_Container .row_footer .col_footer:first-child ul li a {
  font-size: 16px;
}
body footer .footer_Container .row_footer .col_footer:last-child {
  padding-left: 50px;
  padding-right: 50px;
}

#active {
  color: #006B40;
}

#active:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 13%;
  width: 75%;
  height: 3px;
  background: #006B40;
  z-index: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.fondo_Empresa {
  background-image: url(../img/cuadrados.png);
}

.fondo_Particulares {
  background-image: url(../img/circulos.png);
}

section.servicios_Contenedor {
  text-align: center;
}
section.servicios_Contenedor h1 {
  font-family: 'Raleway', sans-serif;
  color: white;
  font-size: 80px;
  padding: 132px 0;
  background-color: #006B40;
  margin-bottom: 0;
}
section.servicios_Contenedor h1 span {
  font-weight: 700;
}
section.servicios_Contenedor .servicios_Contenido {
  text-align: left;
  margin-top: 0;
  padding-top: 50px;
}
section.servicios_Contenedor .servicios_Contenido ul.servicios_Botones {
  margin: 0 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
}
section.servicios_Contenedor .servicios_Contenido ul.servicios_Botones li {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
section.servicios_Contenedor .servicios_Contenido ul.servicios_Botones li a {
  width: 150px;
}
section.servicios_Contenedor .servicios_Contenido ul.servicios_Botones li #empresas-tab {
  color: black;
}
section.servicios_Contenedor .servicios_Contenido ul.servicios_Botones li #empresas-tab.active {
  border: 1px solid transparent;
  background: #0061B0;
  color: white;
}
section.servicios_Contenedor .servicios_Contenido ul.servicios_Botones li #particulares-tab {
  color: black;
}
section.servicios_Contenedor .servicios_Contenido ul.servicios_Botones li #particulares-tab.active {
  border: 1px solid transparent;
  background: #FF7E3D;
  color: white;
}
section.servicios_Contenedor .servicios_Contenido div.row {
  padding: 50px;
  font-family: 'Raleway', sans-serif;
}
section.servicios_Contenedor .servicios_Contenido div.row div.accordion-item {
  margin-bottom: 50px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
section.servicios_Contenedor .servicios_Contenido div.row div.accordion-item h2.accordion-header button.accordion-button {
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  border: 0;
  color: white;
  font-weight: 700;
  font-size: 36px;
  font-size: 2.25rem;
  padding-left: 10%;
  max-height: 245px;
  background-color: #006B40;
  background-position: center;
  text-align: left;
  padding-right: 100px;
}
section.servicios_Contenedor .servicios_Contenido div.row div.accordion-item h2.accordion-header .accordion-button:hover {
  -webkit-box-shadow: 0px 18px 40px -20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 18px 40px -20px rgba(0, 0, 0, 0.3);
}
section.servicios_Contenedor .servicios_Contenido div.row div.accordion-item h2.accordion-header .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
section.servicios_Contenedor .servicios_Contenido div.row div.accordion-item h2.accordion-header .accordion-button:focus:hover {
  -webkit-box-shadow: 0px 18px 40px -20px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 18px 40px -20px rgba(0, 0, 0, 0.3);
}
section.servicios_Contenedor .servicios_Contenido div.row div.accordion-item h2.accordion-header button.accordion-button:not(.collapsed) {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}
section.servicios_Contenedor .servicios_Contenido div.row div.accordion-item h2.accordion-header button.accordion-button:not(.collapsed):after {
  background-image: url(../img/icons/minus.svg);
}
section.servicios_Contenedor .servicios_Contenido div.row div.accordion-item h2.accordion-header button.accordion-button.collapsed:after {
  background-image: url(../img/icons/plus.svg);
}
section.servicios_Contenedor .servicios_Contenido div.row .accordion-item:hover {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
section.servicios_Contenedor .servicios_Contenido div.row .accordion-collapse {
  border: 0;
  background-color: white;
  -webkit-border-bottom-left-radius: 8px;
          border-bottom-left-radius: 8px;
  -webkit-border-bottom-left-radius: 0.5rem;
          border-bottom-left-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 8px;
          border-bottom-right-radius: 8px;
  -webkit-border-bottom-right-radius: 0.5rem;
          border-bottom-right-radius: 0.5rem;
  -webkit-box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.1);
}
section.servicios_Contenedor .servicios_Contenido div.row .accordion-collapse .accordion-body {
  text-align: center;
}
section.servicios_Contenedor .servicios_Contenido div.row .accordion-collapse .accordion-body ul {
  text-align: left;
}
section.servicios_Contenedor .servicios_Contenido div.row .accordion-collapse .accordion-body ul li {
  background-image: url(../img/icons/check.png);
  background-repeat: no-repeat;
  background-position: top left;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: none;
}
section.servicios_Contenedor .servicios_Contenido div.row .accordion-collapse .accordion-body a {
  background-color: #006B40;
  padding: 10px 20px;
  color: white;
  font-weight: 700;
}
section.servicios_Contenedor .servicios_Contenido div.row .accordion-collapse .accordion-body a:hover {
  background-color: rgba(0, 107, 64, 0.8);
}
section.servicios_Contenedor .servicios_Contenido .servicios_Listado_Empresas .accordion-item {
  max-width: 1190px;
  margin: auto;
}
section.servicios_Contenedor .servicios_Contenido .servicios_Listado_Empresas .accordion-item:nth-child(1) .accordion-button {
  background-image: url(../img/abogados_Laboral.jpg);
}
section.servicios_Contenedor .servicios_Contenido .servicios_Listado_Empresas .accordion-item:nth-child(2) .accordion-button {
  background-image: url(../img/empresa.jpg);
}
section.servicios_Contenedor .servicios_Contenido .servicios_Listado_Empresas div.accordion-item:nth-child(3) button.accordion-button {
  background-image: url(../img/civil.jpg);
  background-position: left !important;
}
section.servicios_Contenedor .servicios_Contenido .servicios_Listado_Empresas .accordion-item:nth-child(4) .accordion-button {
  background-image: url(../img/camioneta.jpg);
}
section.servicios_Contenedor .servicios_Contenido .servicios_Listado_Empresas .accordion-item:nth-child(5) .accordion-button {
  background-image: url(../img/carpetas.jpg);
}
section.servicios_Contenedor .servicios_Contenido .servicios_Listado_Particulares .row {
  padding: 50px;
  font-family: 'Raleway', sans-serif;
}
section.servicios_Contenedor .servicios_Contenido .servicios_Listado_Particulares .accordion-item {
  max-width: 1190px;
  margin: auto;
}
section.servicios_Contenedor .servicios_Contenido .servicios_Listado_Particulares .accordion-item:nth-child(1) .accordion-button {
  background-image: url(../img/trabajador.jpg);
}
section.servicios_Contenedor .servicios_Contenido .servicios_Listado_Particulares .accordion-item:nth-child(2) .accordion-button {
  background-image: url(../img/divorcio.jpg);
}
section.servicios_Contenedor .servicios_Contenido .servicios_Listado_Particulares .accordion-item:nth-child(3) .accordion-button {
  background-image: url(../img/comercio.jpg);
}
section.servicios_Contenedor .servicios_Contenido .servicios_Listado_Particulares .accordion-item:nth-child(4) .accordion-button {
  background-image: url(../img/velocimetro.jpg);
}

.clientes {
  background-color: #006B40;
}
.clientes article {
  margin: auto;
  padding-top: 100px;
  text-align: center;
}
.clientes article h1 {
  font-family: 'Raleway', sans-serif;
  color: white;
  font-size: 90px;
}
.clientes article h1 span {
  font-weight: 700;
}
.clientes article h2 {
  font-family: 'Raleway', sans-serif;
  color: white;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 100px;
}
.clientes article ul {
  max-width: 1200px;
  padding: 50px 100px 30px 100px;
  -webkit-border-radius: 0.7rem;
          border-radius: 0.7rem;
  margin: auto;
  margin-bottom: 0;
  background-image: url(../img/icons/clients.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-position-y: 35px;
  padding-top: 170px;
  padding-bottom: 50px;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  list-style-type: none;
}
.clientes article ul li {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
}

.fondo-clientes {
  background-image: url(../img/edificios.jpg);
  background-attachment: fixed;
  background-size: cover;
  display: -ms-grid;
  display: grid;
  -ms-grid-row-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fondo-transparencia {
  background-attachment: fixed;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  background: inherit;
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
  max-width: 1200px;
}

.fondo-transparencia:before {
  content: "";
  position: absolute;
  background: inherit;
  background-attachment: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
  margin: -20px;
}

.contacto {
  background-color: #f0f0f0;
}
.contacto .titulo-contacto {
  padding: 100px 0;
  text-align: center;
  background-color: #006B40;
}
.contacto .titulo-contacto h1 {
  font-family: 'Raleway', sans-serif;
  color: white;
  font-size: 90px;
  font-weight: 600;
  margin-bottom: 0;
}
.contacto .titulo-contacto h2 {
  font-family: 'Raleway', sans-serif;
  color: white;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.contacto .row-contacto {
  margin: auto;
  padding: 100px 0;
  max-width: 1200px;
}
.contacto .col-contacto h3 {
  padding-left: 32px;
  margin-bottom: 30px;
  font-family: 'Raleway',sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
}
.contacto .col-contacto h3 span {
  color: #006B40;
}
.contacto .col-contacto ul li {
  list-style-type: none;
  margin-bottom: 30px;
}
.contacto .col-contacto ul li h4 {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  color: #006B40;
}
.contacto .col-contacto form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacto .col-contacto form input {
  width: 49%;
  margin-bottom: 15px;
  -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
  padding: 10px;
  outline: none;
  border: 0;
}
.contacto .col-contacto form input:nth-of-type(5) {
  width: 100%;
}
.contacto .col-contacto form textarea {
  width: 100%;
  height: 200px;
  margin: auto;
  padding: 10px;
  margin-bottom: 15px;
  -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
  outline: none;
  border: 0;
  resize: none;
}
.contacto .col-contacto form input, .contacto .col-contacto form textarea {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.contacto .col-contacto form input:hover, .contacto .col-contacto form textarea:hover {
  -webkit-box-shadow: 0 18px 40px -15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 18px 40px -15px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.contacto .col-contacto form input:focus, .contacto .col-contacto form textarea:focus {
  -webkit-box-shadow: 0 18px 40px -15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 18px 40px -15px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.contacto .col-contacto form label {
  display: none;
}
.contacto .col-contacto form button {
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: #006B40;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin: right;
  border: 0;
}
.contacto .col-contacto form button:hover {
  background-color: rgba(0, 107, 64, 0.8);
}
.contacto .col-contacto #formulario:before {
  display: block;
  content: "";
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}
.contacto .col-contacto:first-child {
  padding-right: 50px;
}

iframe {
  width: 100%;
  height: 500px;
  margin-bottom: -5px;
}

@media (max-width: 1199px) {
  header #navMenu .navbar-nav li a:before {
    width: 25%;
    left: 37.5%;
  }
  header #navMenu .navbar-nav li a.active:before {
    width: 25%;
    left: 37.5%;
  }
  header #navMenu .navbar-nav li a:hover:before {
    width: 25%;
    left: 37.5%;
  }

  #active:before {
    width: 25%;
    left: 37.5%;
  }

  section#abogados div.cont_Abogados div.cols_Abogados {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-bottom: 50px;
  }

  .fondo_Empresa {
    background-image: url(../img/cuadrados_medium.png);
  }

  .fondo_Particulares {
    background-image: url(../img/circulos_medium.png);
  }

  #servicios h1 {
    font-size: 70px;
  }
}
@media (max-width: 991.98px) {
  header #navMenu ul li:nth-child(6) a {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body main {
    padding-top: 50px;
  }
  div.carHome div.carousel-item {
    height: 500px;
  }
  div.carHome div.carousel-item div.sliderContenidoHome {
    height: 500px;
  }

  .nosotrosContenedor .nosotrosDivCont {
    max-width: 700px;
  }
  .nosotrosContenedor .nosotrosDivCont .nosotrosContenido {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }

  footer .row_footer div.col_footer {
    text-align: center;
  }
  footer .row_footer div.col_footer:first-child {
    border-right: 0 !important;
    border-bottom: 1px solid white;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  footer .row_footer div.col_footer:first-child p {
    margin: auto;
    margin-bottom: 40px;
  }

  div.accordion_Servicios h2.accordion-header button.accordion-button {
    font-size: 24px !important;
    text-align: left;
    text-shadow: 3px 3px 8px black;
  }

  .clientes article ul {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }

  .contacto .titulo-contacto h2 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767.99px) {
  .accordion-item .accordion-body ul {
    padding: 0;
  }
  .accordion-item .accordion-body ul li {
    font-size: 14px;
  }

  #head_Laboral_Emp .accordion-button {
    background-image: url(../img/abogados_Laboral_tablet.jpg);
  }

  #head_Comercial_Emp .accordion-button {
    background-image: url(../img/empresa_tablet.jpg);
  }

  #head_Civil_Emp .accordion-button {
    background-image: url(../img/civil_tablet.jpg);
  }

  #head_Siniestros_Emp .accordion-button {
    background-image: url(../img/camioneta_tablet.jpg);
  }

  #head_Contra_Emp .accordion-button {
    background-image: url(../img/carpetas_tablet.jpg);
  }

  #head_Laboral_Part .accordion-button {
    background-image: url(../img/trabajador_tablet.jpg);
  }

  #head_Comercial_Part .accordion-button {
    background-image: url(../img/comercio_tablet.jpg);
  }

  #head_Civil_Part .accordion-button {
    background-image: url(../img/divorcio_tablet.jpg);
  }

  #head_Contra_Part .accordion-button {
    background-image: url(../img/velocimetro_tablet.jpg);
  }

  #servicios h1 {
    font-size: 60px;
  }

  .fondo_Empresa {
    background-image: none;
  }

  .fondo_Particulares {
    background-image: none;
  }

  .contacto .row-contacto {
    padding: 50px 0;
  }
  .contacto .row-contacto .col-contacto:first-child {
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  main div.primSectorContenedor {
    background-image: url(../img/martillo-bg-mobile.jpg);
    height: 400px;
  }
  main div.primSectorContenedor .logo-grande {
    background-size: 250px;
  }
  main div.nosotrosContenedor {
    background-image: none;
  }
  main div.nosotrosContenedor .nosotrosDivCont h2 {
    background-image: none;
    padding-top: 50px;
  }
  main div.nosotrosContenedor .nosotrosDivCont .nosotrosContenido p {
    font-size: 16px;
  }
  main div.carHome div.carousel-item div.sliderContenidoHome .colIzq {
    background-image: none;
    padding-top: 0;
  }
  main div.carHome div.carousel-item div.sliderContenidoHome .colIzq h2.dispSlider {
    font-size: 36px;
  }
  main section.seccion_Abogados h1 {
    background-image: none;
    padding-top: 60px;
  }
  main section.seccion_Abogados div.cont_Abogados div.cols_Abogados {
    margin-bottom: 0 !important;
  }
  main section.seccion_Abogados div.cont_Abogados div.cols_Abogados article.card_Abogados {
    margin-bottom: 30px;
  }

  footer .row_footer .col_footer {
    text-align: center;
  }
  footer .row_footer .col_footer:first-child p {
    margin: auto;
    margin-bottom: 40px;
  }

  section.servicios_Contenedor h1 {
    font-size: 40px !important;
  }
  section.servicios_Contenedor .servicios_Contenido div.accordion_Servicios div.accordion-item button.accordion-button {
    display: block;
    background-size: cover;
    font-size: 18px !important;
    text-align: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  section.servicios_Contenedor .servicios_Contenido div.accordion_Servicios div.accordion-item button.accordion-button:after {
    display: block;
    margin: auto !important;
    margin-top: 10px !important;
  }
  section.servicios_Contenedor .servicios_Contenido #particulares #accordion_Servicios_dos #head_Contra_Part .accordion-button {
    padding-top: 80px;
  }
  section.servicios_Contenedor .servicios_Contenido #empresas #accordion_Servicios #head_Contra_Emp .accordion-button {
    padding-top: 80px;
  }
  section.servicios_Contenedor .servicios_Contenido #head_Laboral_Emp .accordion-button {
    background-image: url(../img/abogados_Laboral_mobile.jpg);
  }
  section.servicios_Contenedor .servicios_Contenido #head_Comercial_Emp .accordion-button {
    background-image: url(../img/empresa_mobile.jpg);
  }
  section.servicios_Contenedor .servicios_Contenido #head_Civil_Emp .accordion-button {
    background-image: url(../img/civil_mobile.jpg);
  }
  section.servicios_Contenedor .servicios_Contenido #head_Siniestros_Emp .accordion-button {
    background-image: url(../img/camioneta_mobile.jpg);
  }
  section.servicios_Contenedor .servicios_Contenido #head_Contra_Emp .accordion-button {
    background-image: url(../img/carpetas_mobile.jpg);
  }
  section.servicios_Contenedor .servicios_Contenido #head_Laboral_Part .accordion-button {
    background-image: url(../img/trabajador_mobile.jpg);
  }
  section.servicios_Contenedor .servicios_Contenido #head_Comercial_Part .accordion-button {
    background-image: url(../img/comercio_mobile.jpg);
  }
  section.servicios_Contenedor .servicios_Contenido #head_Civil_Part .accordion-button {
    background-image: url(../img/divorcio_mobile.jpg);
  }
  section.servicios_Contenedor .servicios_Contenido #head_Contra_Part .accordion-button {
    background-image: url(../img/velocimetro_mobile.jpg);
  }

  .clientes article h1 {
    font-size: 40px;
  }
  .clientes article h2 {
    font-size: 14px;
    padding: 0 20px;
  }

  .contacto .titulo-contacto h1 {
    font-size: 40px;
  }
  .contacto .titulo-contacto h2 {
    font-size: 14px;
    padding: 0 20px;
  }

  .contacto .col-contacto form input {
    width: 100%;
  }
}