/* Estilos para el contenido centrado */
.content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.slogan-text {
  color: white;
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.search-container {
  max-width: 800px;
  width: 100%;
}

.search-box {
  background-color: white;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.search-input-group {
  flex: 1;
  padding: 0 16px;
}

.search-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}

.search-input {
  border: none !important;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  min-width: 0;
}

.search-input:focus {
  box-shadow: none !important;
  outline: none !important;
}

.vertical-divider {
  width: 1px;
  height: 40px;
  background-color: #e5e5e5;
  margin: 0 8px;
}

.search-button {
  height: 50px;
  padding: 0 30px;
  margin-left: 8px;
  white-space: nowrap;
  flex-shrink: 0;
}

.search-white {
  background-color:white;
  border-radius:6px;
  padding:10px;
  z-index:100;
}
.mh62 {
  margin-left:18px;
}
.color-1122 {
  color: rgba(17, 17, 17, 1);
}
.color-1123 {
  color: rgba(182, 18, 114, 1);
}
.uuss {
  height:50px;
  border:none !important;
  font-size: 16px !important;
  font-weight:500 !important;
}
.bmw-img {
  object-fit:cover;
  width:62px;
  min-height:62px;
}
.pirelli-img {
  width:137px;
}
.cirsa-img {
  width:120px;
}
.liverpool-img {
  width:150px;
}
.vks-img {
  width:173px;
}
.ltrd {
  direction: ltr;
}
.mr12 {
  margin-right: 12px !important;
}
.div-32 {
  z-index: 100 !important;
}
.mt-7rem {
  margin-top: 7rem !important;
}
.vertical-line-555 {
  width:1px;
  height:100%;
  background-color:#eee;
}
.he50 {
  height:50px;
}

.video-control-div {
  z-index: 100;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
}


.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 650px;
    overflow: hidden;
}

.youtube-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.78vh;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.logo-img {
  object-fit: cover;
  border-radius: 12px;
}
.logo-div {
  max-width:80px;
  max-height:80px;
  overflow:hidden;
  border-radius: 12px;
}
.card-wi {
  padding: 30px !important;
}

.post-title {
  color: var(--neutral-dark, #111);

/* body-16/semibold */
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
}
.post-text {
  color: var(--neutral-medium-drak, #555);

/* overline-16/medium */
font-family: Raleway;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
}
.post-place {
  color: var(--neutral-medium-drak, #555);

/* caption-14/regular */
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}
.bottom-text {
  color: var(--primary-Flamingo, #B61272);

/* caption-14/regular */
font-family: Raleway;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}
.bi-share-fill:hover {
  color: #B61272;
  transition: color 0.3s ease;
}

.link-muted i, .link-muted span {
    color: #99A1B7;
    transition: color 0.3s ease;
}

.link-muted:hover i, .link-muted:hover span {
    color: #B61272;
}
.link-muted:active i, .link-muted:active span {
    color: #B61272;
}
.link-muted:focus i, .link-muted:focus span {
    color: #B61272;
}

.label-urgent {
  display: flex;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: rgba(237, 0, 6, 0.17);
  color: var(--tone-red, #ED0006);
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.label-featured {
  display: flex;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: rgba(164, 211, 246, 0.50);
  color: var(--primary-dark, #00072D);
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}
.liked {
  color: #b61272 !important;
}
.liked path{
  stroke: #E22F81;
}
.mw-card {
  min-width: 320px;
  max-width: 320px;
}
/* Media queries responsive */
@media (max-width: 768px) {
  .slogan-text {
    font-size: 2rem;
  }
  
  .search-box {
    flex-direction: column;
    padding: 16px;
  }
  
  .search-input-group {
    width: 100%;
    margin-bottom: 12px;
    padding: 0;
  }
  
  .search-button {
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
  }
  
  .content-overlay {
    padding: 0 20px;
  }
  
  .yellow-scratch {
    height: 30px !important;
  }
}

@media (max-width: 576px) {
  .slogan-text {
    font-size: 1.5rem;
  }
  
  .search-container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 585px) {
  .no-vi {
    display: none !important;
  }
  .div-29 {
    padding-left: 25px !important;
  }
  .login-button-mobile-540 {
    margin-top: 30px;
  }
}

.menu-sub-dropdown {
  background-color: #FCFCFC;
}


.whatsapp-icon {
  width: 24px; /* Ajusta el tamaño según tus necesidades */
  height: 24px; /* Ajusta el tamaño según tus necesidades */
  background-image: url('/wicons/whatsapp-grey.png'); /* Ruta a la imagen en estado normal */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 8px; /* Espacio entre el ícono y el texto */
}

/* Cambia la imagen al hacer hover */
.whats-icon:hover .whatsapp-icon {
  background-image: url('/wicons/whatsapp-color.png'); /* Ruta a la imagen en estado hover */
}

.facebook-icon {
  width: 24px; /* Ajusta el tamaño según tus necesidades */
  height: 24px; /* Ajusta el tamaño según tus necesidades */
  background-image: url('/wicons/facebook-grey.png'); /* Ruta a la imagen en estado normal */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 8px; /* Espacio entre el ícono y el texto */
}

/* Cambia la imagen al hacer hover */
.face-icon:hover .facebook-icon {
  background-image: url('/wicons/facebook-color.png'); /* Ruta a la imagen en estado hover */
}

.X-icon {
  width: 24px; /* Ajusta el tamaño según tus necesidades */
  height: 24px; /* Ajusta el tamaño según tus necesidades */
  background-image: url('/wicons/X-grey.png'); /* Ruta a la imagen en estado normal */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 8px; /* Espacio entre el ícono y el texto */
}

/* Cambia la imagen al hacer hover */
.twitter-icon:hover .X-icon {
  background-image: url('/wicons/X-color.png'); /* Ruta a la imagen en estado hover */
}

.linkedin-icon {
  width: 24px; /* Ajusta el tamaño según tus necesidades */
  height: 24px; /* Ajusta el tamaño según tus necesidades */
  background-image: url('/wicons/linkedin-grey.png'); /* Ruta a la imagen en estado normal */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 8px; /* Espacio entre el ícono y el texto */
}

/* Cambia la imagen al hacer hover */
.linked-icon:hover .linkedin-icon {
  background-image: url('/wicons/linkedin-color.png'); /* Ruta a la imagen en estado hover */
}