:root {
  --brand: #6aa8ff;
  --panel-bg: #000;
  --banner-font: "Trebuchet MS", Verdana, Arial, sans-serif;
}

.banner-title {
  font-family: var(--banner-font);
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.3px;
  margin-bottom: -10px;
}

body {
  margin: 0;
  font-family: Verdana, Geneva, sans-serif;
  background: #000;
  color: #fff;
}

.container {
  position: relative;
  top: 19px;
}

header {
  text-align: right;
  padding: 20px 40px 10px;
}

header h1 {
  margin: 0;
  font-weight: normal;
  font-size: 2rem;
  color: var(--brand);
}

header h2 {
  margin: 0;
  font-weight: normal;
  color: #bbb;
  font-size: 1rem;
}

.hero {
  display: flex;
  width: 95%;
  margin: 0 auto;
  background: url("../img/dog.jpeg") 390px center / 80% auto no-repeat;
  position: relative;
  z-index: 1;
}


.panel-text-fondo {
  position: absolute;
  top: -40%;
  left: 0;
  width: 39%;
  height: 95vh;
  border-top-right-radius: 370px;
  border-bottom-right-radius: 370px;
  background-color: #000;
  border: 2px solid #000f73;
  border-left: none;
  border-bottom: none;
  border-top: none;
  z-index: 5; 
}


.panel-text {
  flex: 0 0 36%;
  padding: 20px;
  background: var(--panel-bg);
  border-top-right-radius: 520px;
  border-bottom-right-radius: 520px;
  position: relative;
  z-index: 10; 
}
.panel-text2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 35.2%;
  height: 100%;
  box-shadow: inset 0 0.5px 0 0 #d9d9d977,
   inset 0 -0.5px 0 0 #d9d9d977,
    inset 0.5px 0 0 0 #d9d9d977; 

  pointer-events: none;
  z-index: 10;
}

.panel-text h4 {
  margin: 0 0 12px;
  color: var(--brand);
}

.panel-text p {
  color: #ebebebd7;
  line-height: 1.4;
  margin: 5px 0;
  font-size: 13px;
}


.image-area {
  flex: 1;
  position: relative;
  overflow: visible;
  height: 52vh;
  z-index: 2; 
  clip-path: none;
  width: 90%;
  margin-left: 40px;
}

.image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}


.overlay {
  position: absolute;
  top: 0;
  left: 1.5%;
  height: 100%;
  width: calc(30% + 50px);
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  padding-left: 40px;
  transition: width 0.4s ease, left 0.4s ease;
  overflow: hidden;
  z-index: 5;
}


.panel-options-fondo {
  position: absolute;
  top: 0;
  left: -16px;
  bottom: 60px;
  width: calc(30% + 50px);
  background: rgba(246, 11, 11, 0.75);
  border-top-right-radius: 520px;
  border-bottom-right-radius: 520px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  transition: width 0.4s ease, left 0.4s ease;
  overflow: hidden;
  z-index: 100;
}

.panel-options {
  position: absolute;
  top: -40%;
  height: 95vh;
  left: -16px;
  bottom: 60px;
  width: calc(30% + 50px);
  background: rgba(0, 0, 0, 0.65);
  border-top-right-radius: 520px;
  border-bottom-right-radius: 520px;
  border: 1px solid #000f73;
  border-left: none;
  border-bottom: none;
  border-top: none;
  display: flex;
  align-items: center;
  padding-left: 40px;
  transition: width 0.4s ease, left 0.4s ease;
  overflow: hidden;
  z-index: 100;
}

.panel-options.expanded {
  width: 66%;
}

.panel-options ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
  margin-top: -6%;
}

.panel-options li {
  margin: 7px 0;
  font-size: 0.85rem;
  color: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 6px 12px;
  position: relative;
  display: flex;
  align-items: center;
}

.panel-options li:hover {
  color: #fff;
}

.panel-options li.active {
  color: #fff;
}

.panel-options li.active::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 40%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #6aa8ff;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 200;
}

.panel-options li.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: -200px;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: -1;
}


.contact-info {
  position: absolute;
  right: 0;
  display: none;
  font-size: 0.8rem;
  min-width: 240px;
  max-width: 100%;
}

.contact-info.active {
  display: block;
  animation: fadeIn 0.3s ease-in;
}

.contact-header {
  padding: 3px 12px;
  font-weight: bold;
  width: 100%;
}

.contact-body {
  padding: 0px 12px;
  line-height: 1.4;
  background: transparent;
  border-radius: 0 0 6px 6px;
}

.contact-info-container {
  position: absolute;
  top: 0%;
  right: 14%;
  z-index: 150;
  width: auto;
  max-width: 90%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.nave-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 30px 0;
  z-index: 100;
}

.nave {
  position: absolute;
  bottom: 10px;
  left: 36%;
  right: 0;
  text-align: center;
  padding: 10px 0;
  z-index: 5;
}

.nave a {
  color: #000;
  margin: 0 2px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;
  z-index: 100;
}

.nave a:hover {
  color: var(--brand);
}


footer {
  text-align: left;
  padding: 20px;
  font-size: 0.85rem;
  color: #777;
  margin-top: 9%;
}

footer a {
  color: var(--brand);
  text-decoration: none;
}


.country-list {
  list-style: none;
  padding-left: 0;
}

.country-list li {
  position: relative;
  padding-left: 20px;
  color: #fff;
  margin-bottom: 12px;
}

.country-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 0.5px solid #ffffffae;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: transparent;
}

.country-list a {
  text-decoration: none;
  color: #fff;
}

.country-list a:hover {
  color: #ccc;
}


.banner {
  margin-top: 145px;
  background-color: rgba(255, 255, 255, 0.671);
  color: black;
  margin-left: -40px;
  padding-left: 40px;
  position: relative;
}


.nave-container-fondo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff6a;

  text-align: center;
  padding: 30px 0;
  z-index: 1;
}