
/*
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description:  Tema hijo de Astra
 Author:       Juan Esteban Garcia Viedma
 Author URI:   https://www.clave2000.com.co
 Template:     astra
 Version:      1.0.0
*/


a{
	cursor: pointer !important;
}

.enfasis-rojo{
	color: #C63025;
}

.footer-tratamiento{
	display: flex;
	flex-direction: row;
	gap: 12px;
}

@media (max-width: 764px) {
  .footer-tratamiento{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer-tratamiento .seperator{
    display: none;
  }
} 

.footer-tratamiento, .footer-tratamiento a{
	color: #c80d0d !important;
	
}

.footer-tratamiento a{
	cursor: pointer;
  text-align: center;
}

#mega-menu-wrap-primary #mega-menu-primary .mega-menu-link.dashicons-arrow-down::before {
    display: none !important;
    content: none !important;
}

.inline-flex-fit{
	display: inline-flex;
	width: fit-content;
}



.mega-sub-menu{
    width: 500px !important;
    background-color: white !important;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08) !important;
    border-radius: 0 0 12px 12px !important;
}

.menu-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 10px;
}

.menu-card {
  display: flex;
  align-items: center;
  background: #F6F6F6;
  border-radius: 12px;
  padding: 15px;
  gap: 15px;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.menu-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  background-color: #243C4F;
}

.menu-card:hover h3, .menu-card:hover p {
  color: #fff;
}

.menu-icon {
  font-size: 28px;
  color: #E63946;
  flex-shrink: 0;
  display: flex;
}

.menu-text h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #1D1C22;
}

.menu-text p {
  margin: 4px 0 0;
  font-size: 0.9rem;
  color: #444;
}


.btn-clave{
  background-color: #C63025 !important;
  color: white !important;
}

.btn-clave:hover{
  background-color: #881414 !important;
}

@media (min-width: 768px) {
  video.elementor-background-video-hosted { 
    height: 400px !important;
  }
}

@media (min-width: 1367px) {
  video.elementor-background-video-hosted {
     height: 500px !important;
  }
}

.video-hero {
  position: relative;
  overflow: hidden;
}

.video-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg, 
    rgba(36, 60, 79, 0.9) 0%,
    rgba(45, 87, 119, 0.6) 30%,
    rgba(45, 87, 119, 0.0) 50% 
  );
  z-index: 2;
  pointer-events: none;
}

.video-hero > * {
  position: relative;
  z-index: 3;
}

.border-box {
  box-sizing: border-box !important;
}


/* Testimonios  */
/* === TARJETA NUEVA === */
.t-card {
  position: relative;
  background: #ffffff;
  color: #333;
  border-radius: 12px;
  padding: 48px 35px 40px;
  max-width: 360px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
  margin: 60px auto;
  text-align: center;
}

.t-avatar {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translateX(-50%);
}

.t-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}

.t-name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
}

.t-role {
  font-size: 14px;
  opacity: 0.6;
  margin-bottom: 10px;
}

.t-text {
  font-size: 15px;
  line-height: 1.6;
}

/* === ESTILOS DEL EJEMPLO ORIGINAL (para el efecto de carrusel) === */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: #c63025 !important;
  border: none;
  padding: 5px 20px !important;
  font: inherit;
  font-size: 50px !important;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  color: #0D47A1 !important;
  background-color: transparent !important;
}

.owl-dots {
  display: none; 
}

button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}

.item {
  display: none;
}

.next {
  display: block !important;
  position: relative;
  transform: scale(0.8);
  transition-duration: 0.3s;
  opacity: 0.6;
}

.prev {
  display: block !important;
  position: relative;
  transform: scale(0.8);
  transition-duration: 0.3s;
  opacity: 0.6;
}

.item.show {
  display: block;
  transition-duration: 0.4s;
}

@media screen and (max-width: 999px) {
  .next, .prev {
    transform: scale(1);
    opacity: 1;
  }

  .item {
    display: block !important;
  }
}