@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

body{
    font-family: 'Poppins', sans-serif;
}

.text-center{
    font-weight: bold;
    color: #2c6297; 
}

/*SECCION PRINCIPAL ROBOT 3D*/
.about-section {
  padding: 80px 0;
  background-color: #f8f9fa; 
}

.container-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  flex-wrap: wrap;
}

/* COLUMNA IZQUIERDA ANIMACION 3D*/
.about-3d {
  flex: 1 1 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.about-3d spline-viewer {
  width: 100%;
  height: 450px;
  border-radius: 20px;
  /*box-shadow: 0 4px 15px rgba(0,0,0,0.1);*/
}

/* COLUMNA DERECHA - TEXTO */
.about-text {
  flex: 1 1 450px;
  text-align: left;
}

.about-text h2 {
  font-weight: bold;
  font-size: 2.2rem;
  color: #2c6297;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}


/*TARJETAS DE MISION VISION Y VALORES*/
.small-desc {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  color: #452c2c;
}

.small-desc {
  font-size: 1em;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card_vmv {
  display: block;
  position: relative;
  max-width: 300px;
  max-height: 350px;
  background-color: #f2f8f9;
  border-radius: 10px;
  padding: 2em 1.2em;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #f8f9fa, #f8f9fa);
  font-family: Arial, Helvetica, sans-serif;
}

.card_vmv:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: linear-gradient(135deg, #364a60, #384c6c);
  height: 35px;
  width: 35px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.35s ease-out;
}

.card_vmv:hover:before {
  transform: scale(28);
}

.card_vmv:hover .small-desc {
  transition: all 0.5s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.card_vmv:hover .card-title {
  transition: all 0.5s ease-out;
  color: #ffffff;
}

.card-header-vmv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 1em;
}

.card-header-vmv h3{
  font-weight: bold;
}

.card_vmv p{
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.6; 
  margin: 20px;
}

/* Ícono al lado del título */
.icon-vmv {
  width: 64px;   
  height: 64px;
  object-fit: contain;
}

/* Mantiene el título centrado con el ícono */
.card-title {
  margin: 0;
}


/* TARJETA DE PLANES */
.planes-container {
  display: flex;
  justify-content: center; 
  align-items: flex-start; 
  gap: 7rem; 
  flex-wrap: wrap; 
}

.plan-card {
  background: #fff;
  width: 15rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 10px;
  padding-bottom: 20px;
  border-radius: 10px;
  border-bottom: 4px solid #000446;
  box-shadow: 0 6px 30px rgba(207, 212, 222, 0.3);
  font-family: "Poppins", sans-serif;
  transition: transform 0.3s
}

.plan-card:hover{
    transform: translateY(-10px)
}

.plan-card h2 {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 600;
  color: #2c6297;
}

.plan-card h2 span {
  display: block;
  margin-top: -4px;
  color: #2c6297;
  font-size: 12px;
  font-weight: 400;
}

.etiquet-price {
  position: relative;
  background: #fdbd4a;
  width: 14.46rem;
  margin-left: -0.65rem;
  padding: .2rem 1.2rem;
  border-radius: 5px 0 0 5px;
}

.etiquet-price p {
  margin: 0;
  padding-top: .4rem;
  display: flex;
  font-size: 1.9rem;
  font-weight: 500;
}

.etiquet-price p:before {
  content: "S/";
  margin-right: 5px;
  font-size: 15px;
  font-weight: 300;
}

.etiquet-price div {
  position: absolute;
  bottom: -23px;
  right: 0px;
  width: 0;
  height: 0;
  border-top: 13px solid #c58102;
  border-bottom: 10px solid transparent;
  border-right: 13px solid transparent;
  z-index: -6;
}

.benefits-list {
  margin-top: 16px;
}

.benefits-list ul {
  padding: 0;
  font-size: 14px;
}

.benefits-list ul li {
  color: #4d4d4d;
  list-style: none;
  margin-bottom: .2rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.benefits-list ul li svg {
  width: .9rem;
  fill: currentColor;
}

.benefits-list ul li span {
  font-weight: 300;
}

.button-get-plan {
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
}

.button-get-plan a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000446;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: .8rem;
  letter-spacing: .05rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.button-get-plan a:hover {
  transform: translateY(-3%);
  box-shadow: 0 3px 10px rgba(207, 212, 222, 0.9);
}

.button-get-plan .svg-rocket {
  margin-right: 10px;
  width: .9rem;
  fill: currentColor;
}

/* ======= RESPONSIVO PARA MOVILES ======= */
@media (max-width: 992px) {
  .container-about {
    flex-direction: column;
    text-align: center;
  }

  .about-text {
    text-align: center;
  }

  .about-3d spline-viewer {
    height: 380px;
  }
}