﻿.seccion-testimonios {
	position: relative;
	background: #fff;
	min-height: 656px;
	display: flex;
	/*align-items: center;*/
	justify-content: center;
	padding: 0 0;
	overflow: hidden;
}

.testimonios-section {

	position: relative;
	background: #F1F044;
	border-radius: 33px;
	max-width: 1200px;
	width: 100%;
	z-index: 2;
	box-shadow: 0 8px 32px rgba(0,0,0,0.10);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.testimonios-card {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 32px;
	width: 100%;
	height: 100%;
	/*	padding:10px, 30px,10px,30px;*/
}

.testimonios-img-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 576px;
	margin-left:100px;
	/* Elimina cualquier margin en .testimonios-img-placeholder */
}

.testimonios-arrow {
	font-size: 3rem;
	color: #231942;
	font-weight: bold;
	cursor: pointer;
	user-select: none;
	background: none;
	border: none;
	line-height: 1;
	transition: color 0.2s;
	margin: 0 0.5rem;
}

	.testimonios-arrow:hover {
		color: #fe2491;
	}

.testimonios-img-placeholder {
	width: 350px; /* o el tamaño que prefieras */
	height: 550px; /* 9:16 */
	background: #d3d3d3;
	border-radius: 16px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative; /* importante para el iframe absoluto */
	overflow: hidden; /* oculta cualquier desborde */
}

.testimonios-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 130px;
	padding-left: 0;
	max-width: 540px;
	height:100%;
}

.testimonios-title {
	font-family: 'Alexandria', sans-serif;
	font-size: 55.49px;
	font-weight: 900;
	color: #fe2491;
	margin-bottom: 0.5rem;
	line-height: 1;
}
.testimonios-title-blanco {
	background: #fe2491;
	display: flex;
	color: #fff;
	display: block;
	transform: rotate(-5deg);
	margin-top: 12px;
	font-size: 55.49px;
	font-weight: 900;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
	width: fit-content;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.1;
	padding: 0.5rem 1rem;
	max-width: 100%;
	white-space: normal;
}

.testimonios-nombre {
	margin: 32px 0 8px 0;
	font-size: 1.3rem;
	font-weight: 800;
	color: #231942;
	font-family: 'Alexandria', sans-serif;
}

.testimonios-texto {
	font-size: 1.1rem;
	color: #231942;
	max-width: 420px;
	line-height: 1.3;
}





/* Estilos base ya están definidos arriba */

/* <= 1440px */
@media (min-width: 1440px) {
  .testimonios-card {
    flex-direction: row;
    gap: 40px;
  }
}

/* <= 1024px Landscape */
@media (min-width: 912px) and (max-width: 1024px) and (orientation: landscape) {
  .testimonios-card {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 40px 20px;
  }

  .testimonios-content {
    padding-top: 40px;
    align-items: center;
    text-align: center;
  }

  .testimonios-img-placeholder {
    width: 300px;
    height: 500px;
  }

  .testimonios-title,
  .testimonios-title-blanco {
    font-size: 38px;
  }
}

/* <= 1024px Portrait */
@media (min-width: 912px) and (max-width: 1024px) and (orientation: portrait) {
  .testimonios-card {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
  }

  .testimonios-content {
    align-items: center;
    text-align: center;
    padding-top: 40px;
  }

  .testimonios-title,
  .testimonios-title-blanco {
    font-size: 38px;
  }

  .testimonios-img-placeholder {
    width: 300px;
    height: 500px;
  }

   .testimonios-img-nav{
	margin-left: 0;
  }
}

/* <= 912px */
@media (min-width: 768px) and (max-width: 912px) {
  .testimonios-card {
    flex-direction: column;
  }

  .testimonios-img-placeholder {
    width: 280px;
    height: 460px;
  }

  .testimonios-title,
  .testimonios-title-blanco {
    font-size: 36px;
  }

  .testimonios-content {
    align-items: center;
    text-align: center;
    padding-top: 30px;
  }

   .testimonios-img-nav{
	margin-left: 0;
  }
}

/* <= 768px */
@media (min-width: 480px) and (max-width: 768px) {
  .testimonios-img-placeholder {
    width: 250px;
    height: 440px;
  }

  .testimonios-title,
  .testimonios-title-blanco {
    font-size: 32px;
  }

  .testimonios-arrow {
    font-size: 2rem;
  }

  
  .testimonios-content {
    padding-top: 0px;
    align-items: center;
    text-align: center;
	margin-top: -40px;
	margin-left: 110px;
  }
}

/* <= 480px Portrait */
@media (max-width: 480px)  {
  .testimonios-card {
    flex-direction: column;
    padding: 20px 10px;
  }

  .testimonios-img-placeholder {
    width: 220px;
    height: 390px;
  }

  .testimonios-title,
  .testimonios-title-blanco {
    font-size: 26px;
  }

  .testimonios-title-blanco {

	width: auto;
  }

  .testimonios-texto {
    font-size: 0.95rem;
  }

  .testimonios-arrow {
    font-size: 1.5rem;
  }

  .testimonios-content {
    padding-top: 0px;
    align-items: center;
    text-align: center;
	margin-top: -40px;
  }

  .testimonios-img-nav{
	margin-left: 0;
  }
}
