@font-face {
  font-family: "HelveticaNeue1";
  src: url("../fonts/helveticaneue-light.ttf");
}

body {
  font-family: HelveticaNeue1;
  background-color: white;
}

.site-header {
  background-color: white;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 6px solid #274678;
}

.site-header a {
  color: black;
  transition: color 0.15s ease-in-out;
}

.site-header a:hover {
  color: black;
  text-decoration: none;
}

.site-header > nav > div {
  justify-content: space-between;
}

section {
  padding: 30px 0;
}

.navSections {
  display: flex;
  font-size: 1em;
  align-items: center;
}

.navSections > li > a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5em;
  font-size: 1.275em;
  color: black;
}

.cover-container {
  /* background-image: url("../images/office-1516329_1920.jpg");
  background-repeat: no-repeat;
  background-size: cover; */
}

.carousel-indicators {
  bottom: 46px;
}

.cover-container > main {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #f3f3f3;
  text-transform: uppercase;
}

.about {
  /* position: relative; */
  z-index: 10;
  /* margin-top: -5%; */
  display: flex;
  justify-content: center;
}

#about {
  /* width: 55vw; */
  /* background-color: #f3f3f3; */
  /* padding: 10px auto 20px; */
}

.practiceAreasTitle {
  text-align: center;
}

.practiceAreasTitle > p {
  width: 50%;
  margin: 10px auto 20px;
}

#practiceAreasTitle {
  margin-left: -15px;
  margin-right: -15px;
}

.ser-block {
  text-align: center;
  background-color: #f3f3f3;
  padding: 30px 10px;
  margin: 15px 0px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  -ms-transform: scale(1, 1);
  /* IE 9 */
  -webkit-transform: scale(1, 1);
  /* Safari */
  transform: scale(1, 1);
}

.section-title {
  text-align: center;
}

.featurette {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: baseline;
  justify-content: center;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -0.05rem;
}

.lawyer {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.contact {
  background-color: #eeeeee;
  padding: 0;
  color: black;
  background-position: top right;
  background-size: cover;
}

.mapa {
  /* filter: grayscale(100%); */
  padding: 0px 15px;
}

.mapa iframe {
  width: 100%;
  border: none;
  margin-bottom: -5px;
}

#contact {
  padding: 30px;
}

#contact > div {
  margin-bottom: 15px;
}

#contact > div > h1 {
  color: #274678;
  font-weight: 350;
}

#contact > form > .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  background-color: #fff;
  color: #333;
  height: 50px;
}

.form-group {
  margin-bottom: 15px;
}

.footer {
  border-top: 6px solid #274678;
  background-color: white;
  padding: 10px 3% 1% 1%;
}

.footer > div > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.contact-info {
  color: black;
}

.practiceAreaL {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.practiceAreaR {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='even' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
  display: flex;
}

li {
  text-transform: none;
  font-weight: 550;
}

li::marker {
  font-size: 10px;
}

.prisionero {
  background-image: url("../images/prisoner.png");
}
