/* Page-specific styles: soporte-tecnico-servicio-tecnico.html */

.servicio-tecnico-container {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-top: clamp(32px, 5vw, 52px);
	padding-bottom: 120px;
	margin: 0 auto;
	/* background-image: url("../imagenes/servicio-tecnico/bg-top.jpg"); */
	background-image: linear-gradient(178deg, 
		rgba(204, 212, 218, 0.95) 0%, 
		rgba(204, 221, 235, 0.65) 10%, 
		rgba(189, 222, 245, 0) 30%);
	background: #f0f4fa;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.servicio-tecnico-container > * {
	position: relative;
	z-index: 1;
}

/* ================ */
/*      TITULOS     */
/* ================  */

.soporte-tecnico-header {
  padding-top: 20px;  
  margin: 0 auto;
	width: 100%;
	max-width: 1200px;	
}

.servicio-tecnico-title-container {
	display: flex;
	flex-direction: column;	
	margin: 0px auto;
	margin-top: 10px;
	box-sizing: border-box;	
	width: 90%;
	justify-content: center
}

.servicio-tecnico-title-container a {
	display: flex;
	width: 100%;
	max-width: 620px;
	margin-inline: auto;
	align-items: center;
	text-align: center;		
	/* background: linear-gradient(140deg, #183a7f 0%, #294fb1 48%, #234fb0 80%) #143475 100%; */
	/* background: linear-gradient(118deg, #183a7f 0%, #1d3f93 30%, #234fb0 52%, #1d3f93 74%, #183a7f 100%); */
	background: linear-gradient(140deg, #183a7f 0%, #294fb1 48%, #204aa4 80%) #143475 100%;	
	color: #fff;
	font-size: 1.3125rem;
	padding: 1vw 2vw;	
	transition: all .5s ease;
	justify-content: center;
	border-radius: 8px;
}

.servicio-tecnico-title-container img {
	float: left;
	width: 40px;
	margin-right: 40px;
}

.soporte-tecnico-header h1 {
  font-size: clamp(2.2rem, 4vw, 2rem);
  color: white;
  /* #00377a  azul lindo también mas apagado*/
  margin: 8px 0 0px;
  width: 100%;
  text-align: center;
	text-wrap: balance;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "Barlow", sans-serif;
}

.soporte-tecnico-header h1::after {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  margin-top: 10px;
  /* background: var(--rojo_logo2); */
  border-radius: 999px;
  margin-inline: auto;
}

.soporte-tecnico-header__subtitle_main {
  display: block;
  margin: 0px auto 20px;
  color: #676767;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  text-wrap: balance;
  letter-spacing: .02em;
  color: #222;
  letter-spacing: 0.05em;
  font-family: "Inter", sans-serif;
}

/* ================ */
/*    SUBTITULOS    */ 
/* ================  */

.servicio-tecnico-subtitle-text {
	display: block;
	margin: 20px auto 40px;
	color: #101c57;
	width: 100%;
	/* max-width: 700px; */
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	text-wrap: balance;
	letter-spacing: .02em;
	letter-spacing: 0.05em;
	font-family: "Inter", sans-serif;
}

/* ================ */
/*        FORM      */
/* ================ */

.soporte-tecnico-form-container {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}

.soporte-tecnico-form-border {
	width: auto;
	border: 3px double #8cabd3;		
	border-radius: 15px;
	padding: 20px 50px;
	margin-top: 40px;
	margin-inline: 15px;
	box-sizing: content-box;	
	background-color: #FFF;
}

.servicio-tecnico-form-title {
	font-weight: 600;
	font-size: 1.375rem;
	margin-top: 10px;	
	max-width: 585px;
	text-align: center;
	text-wrap: balance;
	color: #2c5488;
	opacity: 0.5;
}


/*  Text area  */

.soporte-tecnico-form-textarea {
	height: fit-content;
	min-height: 120px;
	max-height: 300px;	
	resize: vertical;	
	line-height: 1.4em;
	field-sizing: content;
	border-radius: 10px !important;
	border: 1px #a0cce6 solid !important;
	transition: all .3s ease;
	/* background-color: rgba(67, 76, 173, 0.09) !important; */
	background-color: #f0f4fa !important;
	
}

.soporte-tecnico-form-textarea::placeholder {
	color: #9c9c9c;
	font-size: 0.6875rem;
	text-transform: uppercase;
	font-family: robotoM;
}

.soporte-tecnico-form-textarea:hover {
	background-color: rgba(67, 76, 173, 0.05) !important;
}

.captcha-wrap {
	width: 100%;
	max-width: 304px;
	margin: 3% auto 0;
	overflow: visible;
}


/* ================= */
/*        NOTA       */
/* ================= */

.servicio-tecnico-nota {
	margin: 30px 0 20px;
	background-color: #eee;
	padding: 30px;
	color: #666;
}

.servicio-tecnico-nota h5 {
	font-size: 1.0625rem;
	color: #315b9d;
	text-align: center;
	font-family: robotoM;
	line-height: 1.6em;
	margin-bottom: 20px;
}

.servicio-tecnico-nota ul li {
	list-style: disc;
	color: #f71c20;
	margin-left: 20px;
}

.servicio-tecnico-nota ul li.titulo ul li {
	list-style: disc;
	color: #444;
}

.servicio-tecnico-nota ul li.titulo ul li.titulo ul li {
	list-style: circle;
	color: #444;
}

.servicio-tecnico-nota ul li.titulo > p {
	color: #888;
	font-weight: 700;
	margin-top: 10px;
}

.servicio-tecnico-nota ul li p {
	color: #666;
	padding-bottom: .5em;
	font-size: 0.9375rem;
	line-height: 1.4em;	
}

.servicio-tecnico-nota ul.servicio-tecnico-nota-sublista li p,
.servicio-tecnico-nota ul li p.servicio-tecnico-nota-sublista {
	line-height: 1.2em;
}

/* ====================== */
/*        SEPARADOR       */
/* ====================== */

.servicio-tecnico-contact-separator {
	display: flex;
	flex-direction: row;
	background: linear-gradient(125deg, #173770 0%, #1f4a99 55%, #224DAB 100%);
	color: #fff;
}

.servicio-tecnico-contact-separator > div {
	display: flex;
	position: relative;
	width: 45%;
	margin: 0 2%;
	flex-direction: column;
}

.servicio-tecnico-contact-separator .izq {
	justify-content: flex-end;
	align-items: flex-end;
}

.servicio-tecnico-contact-separator .der {
	justify-content: flex-start;
	padding: clamp(26px, 3.4vw, 58px) clamp(12px, 2.3vw, 36px) clamp(35px, 3.6vw, 78px);
}

.servicio-tecnico-contact-separator .der a {
	color: #fff;
	text-underline-offset: 2px;
}

.servicio-tecnico-contact-separator .der a:hover {
	text-decoration: underline;
}

.servicio-tecnico-contact-separator .izq img {
	margin-top: -12vw;
	height: 100%;	
	/* filter: grayscale(.7) hue-rotate(10deg) brightness(1.1) contrast(0.98); */
	/* filter: grayscale(.3) brightness(1.1); */
		
}

.servicio-tecnico-contact-separator .der h2 {
	text-align: left;
	color: #fff;
	font-size: clamp(1.35rem, 2vw, 2rem);
	line-height: 1.35;
	font-weight: 700;
	margin-bottom: 14px;
}

.servicio-tecnico-contact-separator .der p {
	text-align: left;
	color: #fff;
	font-size: clamp(0.98rem, 1.2vw, 1.15rem);
	margin: 0 0 6px;
}

h4.servicio-tecnico-country-ribbon {
	background: linear-gradient(90deg, #ce2327 0%, #e03337 52%, #c92024 100%);
	color: #fff;
	font-size: clamp(1.08rem, 2vw, 1.8rem);
	border-top: 2px solid rgba(255, 255, 255, 0.8);
	border-bottom: 2px solid rgba(255, 255, 255, 0.8);
	padding: clamp(10px, 1vw, 18px);
	letter-spacing: .05em;
	text-align: center;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
}

.servicio-tecnico-bottom {
	display: flex;
	flex-direction: column;
	padding-top: 130px;
	padding-bottom: 60px;
}

.servicio-tecnico-bottom h2 {
	font-size: 2.5rem;
	font-weight: 700;	
	color: var(--azul-titulos);		
	text-align: center;
	line-height: 1.2;
	font-family: "Barlow", sans-serif;
	letter-spacing: -.02em;
	text-wrap: balance;				
	margin-inline: 15px;
}

.servicio-tecnico-bottom__intro {
	display: block;
	margin: 20px auto 20px;
	color: #222;
	width: 80%;
	max-width: 1200px;
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	text-wrap: balance;
	letter-spacing: .02em;
	letter-spacing: 0.05em;
	font-family: "Inter",
	sans-serif;
}

.servicio-tecnico-bottom h3 {
	margin: 0 auto 20px;
	color: #666;
	font-size: 1.25rem;
	text-align: left;
	font-family: robotoM;
}

.servicio-tecnico-services-list {
	margin: 20px auto 0;
	width: 90%;
	padding: 30px 40px;
	max-width: 800px;
	transition: all .5s ease;
	background-color: rgba(100, 100, 100, .05);
}

.servicio-tecnico-services-list:hover {
	background-color: rgba(0, 0, 0, .05);
}

.servicio-tecnico-bottom ul li {
	list-style: disc;
	color: #f71c20;
	margin-left: 20px;
}

.servicio-tecnico-bottom ul li p {
	color: #666;
	padding-bottom: .5em;
	font-size: 0.9375rem;
	line-height: 1.4em;
}


/* ========================= */
/*       BOTTOM CARDS        */
/* ========================= */

.servicio-tecnico-cards-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	width: 100%;
	max-width: 900px;
	margin: 25px auto 0;
	padding-inline: 70px;

}

.servicio-tecnico-card {
	display: flex;
	align-items: center;
	gap: 16px;
	background-color: #fff;
	border-radius: 12px;
	padding: 1.25rem;
	border: 1px solid #d0dcea;
	box-sizing: border-box;
}

.servicio-tecnico-card-icon {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(49, 91, 157, 0.1);
	color: var(--azul);
	font-size: 1.375rem;
}

.servicio-tecnico-card-text {
	font-size: 1.05rem;
	font-weight: 500;
	color: #2c2c2c;
	line-height: 1.4;
	font-family: robotoM, sans-serif;
}


/* ========================= */
/*       CTA CIERRE          */
/* ========================= */

.servicio-tecnico-cta-close {
	display: flex;
	width: 70vw;
	margin-inline: auto;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: 2.5rem 3rem;	
	background-color: #f0f4fa;
	border: 1px solid #d0dcea;
	border-radius: 12px;
	margin-top: 20px;
	margin-bottom: 75px;
	box-sizing: border-box;
}

.servicio-tecnico-cta-heading {
	font-size: 1.25rem;
	font-weight: 600;
	color: #172982;
	margin: 0 0 0.4rem;
	font-family: "Barlow", sans-serif;
	text-wrap: balance;
}

.servicio-tecnico-cta-sub {
	font-size: 0.9375rem;
	color: #222;
	margin: 0;
	line-height: 1.5;
	font-family: RobotoL, sans-serif;
}

.servicio-tecnico-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0.75rem 1.75rem;
	background-color: #183a7f;
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 600;
	font-family: "Barlow", sans-serif;
	border-radius: 8px;
	text-decoration: none;
	white-space: nowrap;
	flex-shrink: 0;
	transition: background-color 0.2s ease;
}

.servicio-tecnico-cta-btn:hover {
	background-color: #1f4a99;
	color: #fff;
}


/* ========================= */
/*     Responsive styles     */
/* ========================= */

@media (max-width: 1050px) {

	.servicio-tecnico-subtitle-text {
		color: #37629B;
	}

}

@media (max-width: 900px) {
	
	.servicio-tecnico-cta-close {
		width: 85%;
	}

}

@media (max-width: 765px) {
	
	.servicio-tecnico-form-title {
		font-size: 1.25rem;
		/* color: #5f77a8; */
	}

	.servicio-tecnico-contact-separator .izq {
		width: 40%;
	}

	.servicio-tecnico-contact-separator .der {
		width: 60%;
	}

	.servicio-tecnico-bottom {		
		padding-top: 120px;
		padding-inline: 20px;
	}

	.servicio-tecnico-cards-grid {
		padding-left: 10px;
		padding-right: 10px;
	}

	.servicio-tecnico-cta-close {
		width: 85%;
		flex-direction: column;
		align-items: flex-start;
		padding: 2rem 1.5rem;
		gap: 1.25rem;
	}
}

@media (max-width: 600px) {
	
	.servicio-tecnico-container {
		padding-top: 40px;
		padding-bottom: 80px;
	}

	.servicio-tecnico-container h1 {
		width: 95%;
	}

	.servicio-tecnico-form-title {
		font-size: 1.1rem;		
	}

	.servicio-tecnico-subtitle-text {
		margin-top: 30px;
	}

	.servicio-tecnico-contact-separator {
		display: flex;
		flex-direction: column-reverse;
		background: linear-gradient(125deg, #173770 0%, #1f4a99 55%, #224DAB 100%);
		padding: 0 4vw;
	}

	.servicio-tecnico-contact-separator > div {
		width: 100%;
	}

	.servicio-tecnico-contact-separator .izq {
		justify-content: center;
		width: 100%;
		margin-inline: auto;
	}

	.servicio-tecnico-contact-separator .izq img {
		width: 100%;
		margin-top: 2vw;
		margin-inline: auto;
	}

	.servicio-tecnico-contact-separator .der {
		justify-content: center;
		width: 100%;
	}

	.servicio-tecnico-contact-separator .der h2 {
		text-align: left;
		color: #fff;
		font-size: clamp(1.46rem, 7vw, 2rem);
		line-height: 1.35;
	}

	.servicio-tecnico-contact-separator .der p {
		text-align: left;
		color: #fff;
		font-size: clamp(1rem, 4.05vw, 1.16rem);
	}

	h4.servicio-tecnico-country-ribbon {
		font-size: clamp(1.06rem, 6.2vw, 1.5rem);
	}

	.servicio-tecnico-subtitle-box img {
		margin-right: 10px;
	}
		
}

@media (max-width: 500px) {
	.servicio-tecnico-cards-grid {
		padding-left: 11px;
		padding-right: 10px;
		column-gap: 8px;

		grid-template-columns: 1fr;
		width: 100%;
		margin-inline: auto;
		margin-top: 5px;
		padding-left: 10px;
		padding-right: 10px;
	}
}


@media (max-width: 470px) {
	.soporte-tecnico-form-container .form-row {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
	}

	.soporte-tecnico-form-container .form-row > .form-col,
	.soporte-tecnico-form-container .form-row > .form-required,
	.soporte-tecnico-form-container .form-row > .form-field {
		flex: 0 0 100%;
		width: 100%;
	}

	.soporte-tecnico-form-container .form-row--date .form-field,
	.soporte-tecnico-form-container .form-date-label {
		width: 100%;
		min-width: 0;
		margin-right: 0;
	}

	.soporte-tecnico-form-border {
		padding-inline: 30px;
	}

	.captcha-wrap {
		max-width: 100%;
	}

	.servicio-tecnico-nota {		
		padding: 20px;
	}

	.servicio-tecnico-bottom h2 {
		font-size: 2.3rem;
	}
		
	.servicio-tecnico-title-container {
		width: 92%;		
	}
}

@media (max-width: 400px) {
	
		.servicio-tecnico-cta-btn {
			text-align: center;
			text-wrap: balance;
		}
}