.page-id-403 .elementor-section .elementor-col-33 .elementor-widget-container:hover .hoverhome {
  display: block !important;
}

.hoverhome {
  position: absolute;
  left: 5%;
  right: 5%;
  z-index: 9;
  top: 0;
  padding: 10%;
  width: 90%;
  height: 82%;
  background-color: rgba(184, 32, 37, 0.8);
  border: #b8202580 14px solid !important;
  box-shadow: inset 0 0 0 1px white, 8px 8px 20px rgb(0 0 0 / 0%);
  display: none;
}

.slick-slide {
  position: relative;
}

.slick-slide:hover .hoverhome {
  display: block !important;
}

.hoverhome p,
.hoverhome a {
  text-align: center;
  font-family: "Gotham Book", Sans-serif;
  color: white;
  font-size: 18px;
  line-height: 24px;
}

.slick-prev:before {
  color: #fff;
  opacity: 1;
}

.slick-next:before {
  color: #fff;
  opacity: 1;
}

button.slick-next {
  left: 100% !important;
}

.slick-prev:before {
  content: '<';
  line-height: .5;
}

.slick-next:before {
  content: '>';
  line-height: .5;
}

button.slick-prev.slick-arrow {
  left: -3%;
}

.slick-arrow {
  border-radius: 100px;
  background: #b82026 !important;
  width: 40px;
  height: 40px;
}

figcaption.widget-image-caption.wp-caption-text {
  color: #b82026 !important;
  line-height: 24px !important;
}

figcaption.widget-image-caption.wp-caption-text span {
  color: #23313F !important;
}

.adorno {
  top: 6%;
  position: absolute;
  width: 11px;
  height: 20%;
  right: 9%;
  background-color: #B82025;
  z-index: 999999;
}

.current_page_item {
  background-color: #B82025;
  color: white;
}

li#menu-item-1217 {
  background-color: #183031 !important;
}

li#menu-item-1217 a {
  color: white;
}

li#menu-item-1217.current-menu-item {
  background-color: #183031 !important;
}

li#menu-item-1217.current-menu-item:before {
  background-color: #183031 !important;
}

.current_page_item a {
  color: white !important;
}

ul#primary-menu li a {
  padding-left: 10px;
  padding-right: 10px;
}

.none {
  display: none;
}

a.lawers.selected {
  color: #B82025 !important;
  text-decoration: underline;
  text-underline-offset: 11px;
  text-decoration-thickness: 2px;
}

a.lawers {
  font-size: 22px;
  color: #929292;
  text-align: center;
  width: 100%;
  float: left;
  text-transform: uppercase;
}

.overedtext {
  width: 93% !important;
  position: absolute;
  height: 100%;
  background-color: #21313f;
  display: flex;
  align-items: center;
  display: none;
}

.overserv:hover .overedtext {
  display: flex !important;
}

.page-id-212 .elementor-column.elementor-col-50 {
  padding: 0 2%;
  margin-bottom: 40px;
}

.elementor-widget-html li {
  font-size: 14px;
  font-family: 'Gotham Book';
  color: black;
  margin-bottom: 5px;
}

.elementor-widget-html li::marker {
  color: #B82025;
  font-size: 22px;
}

.elementor-widget-html ul {
  margin-bottom: 20px;
}

.serviceshome p {
  margin-bottom: 0 !important;
}

.multiple-items h3 {
  font-size: 18px;
  font-family: "Optima Medium", Sans-serif;
  color: #b82025;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.multiple-items h4 {
  font-family: "Gotham Book", Sans-serif;
  font-size: 18px;
  margin-top: 0;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}

.multiple-items img {
  width: 90%;
  margin: 0 auto;
}

.figure-service:hover .cover-div {
  opacity: 1;
}


.cover-div {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

.see-more {
  color: #B82025;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
  font-family: "Gotham Book", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 30px 0px;
  display: inline-block;
}

.see-more:hover,
.see-more:visited {
  color: #B82025;
  text-decoration: none;

}

.section-kaki {
  background-image: url('../images/fondo-firma.jpg');
  padding: 30px 60px;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #f5eee6;
}

/* styles.css */
.swiper-container {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
  /* Cambia el color según sea necesario */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.swiper-button-next {
  right: 10px;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative !important;
}


.hoverhome {
  position: absolute;
  left: 0%;
  right: 5%;
  z-index: 9;
  top: 0;
  padding: 10%;
  width: 100%;
  height: 82%;
  background-color: rgba(184, 32, 37, 0.8);
  border: #b8202580 14px solid !important;
  box-shadow: inset 0 0 0 1px white, 8px 8px 20px rgb(0 0 0 / 0%);
  display: block;
}

.hoverhome a {
  position: absolute;
  margin-top: 50% !important;
  display: block !important;
  text-align: center !important;
  width: 80% !important;
}

.swiper-slide:hover .hoverhome {
  opacity: 1;
}


.hoverhome {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

.contact-banner {
  background-image: url('../images/fondo-descargar.jpg');
  background-position: center;
  background-repeat: repeat;
  text-align: center;
  padding: 20px 0px;
}

.contact-banner a {
  color: rgba(184, 32, 37, 0.8) !important;
  text-transform: uppercase;
}

footer {
  background-color: #26313F;
  color: white;
  padding: 20px 0;
  padding-bottom: 0px;
}

footer .copy {
  background-color: #121C26;
  padding: 10px 0;
}

footer h2 {
  color: #FFFFFF;
  font-family: "Gotham Medium", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

footer p {
  font-size: 12px;
}

.social-icons {
  color: #fff;
  /* Cambia el color según sea necesario */
  font-size: 24px;
  /* Ajusta el tamaño del icono si es necesario */
  margin: 0 10px;
  /* Espaciado entre los iconos */
}

.important-text {
  color: #b82025;
}

.ambiente-team {
  background-color: #183031;
  color: "white";
}

.ambiente-team h1,
.ambiente-team h2 {
  color: white !important;
}

.menu-ambiente {
  background-color: #183031 !important;
  color: #fff;
}

.menu-ambiente a {
  color: #fff !important;
}

.hero-contact {
  margin-top: -15px;
  z-index: 999;
  font-family: "Optima Medium", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  background-color: #B82025;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.hero-contact .elementor-button-text {
  font-size: 18px;
  font-family: "Optima Medium", Sans-serif;
  letter-spacing: 1px;
}

.subtitle {
  color: #23313F;
  font-family: "Optima Medium", Sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
}

.our-lawyers {
  margin: 30px 0px;
}

.adorno {
  top: 6%;
  position: absolute;
  width: 11px;
  height: 20%;
  right: -1%;
  background-color: #B82025;
  z-index: 999999;
}

.section-profile h2 {
  color: #B82025;
  font-family: "Optima Medium", Sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.letter-section h3 {
  color: #B82025;
  font-family: "Optima Medium", Sans-serif;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: 2px;

}

.letter-section ul {
  margin-bottom: 60px;
  margin-left: 0px;
  padding-left: 10px;
}

.letter-section ul li {
  font-size: 14px;
  font-family: 'Gotham Book';
  color: black;
  margin-bottom: 5px;
  margin-left: 0px;
}

.letter-section ul li::marker {
  color: #B82025;
  font-size: 22px;
}

.toogle-type-lawyers, .toogle-type-lawyers:visited {
  font-size: 22px;
  color: #929292;
  text-align: center;
  width: 33%;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.toogle-type-lawyers.active, .toogle-type-lawyers:hover {
  color: #B82025 !important;
  text-decoration: underline;
  text-underline-offset: 11px;
  text-decoration-thickness: 2px;
}


#mmenu_toggle button:before, #mmenu-toggle button:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 26px;
  height: 3px;
  background: #1b1d21;
  -webkit-transform-origin: 1.5px center;
  transform-origin: 1.5px center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}


#mmenu_toggle button:after, #mmenu-toggle button:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 26px;
  height: 3px;
  background: #1b1d21;
  -webkit-transform-origin: 1.5px center;
  transform-origin: 1.5px center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

#mmenu-toggle button {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -2px 0 0;
  background: #1b1d21;
  height: 3px;
  padding: 0;
  border: none;
  width: 26px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  outline: none;
}
.mmenu-toggle button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  color: #1b1d21;
}


.menu-icon {
  display: inline-block;
  cursor: pointer;
  margin: 20px;
  padding: 10px;
  z-index: 9999;
  position: relative;
}

.menu-icon .line {
  width: 30px;
  height: 4px;
  background-color: black;
  margin: 5px 0;
  transition: 0.4s; /* Animación suave */
}

/* Animación cuando la clase "active" está presente */
.menu-icon.active .line:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.menu-icon.active .line:nth-child(2) {
  opacity: 0;
}

.menu-icon.active .line:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

.mmenu-active.mmenu-overlay {
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  z-index: 9998;
}