/*
 # ########*###########################
 Autor: José Luis Rodriguez
 Mail: jrodriguez@bincodex.com
 Web: https://bincodex.com
 Fecha: 2026-08-04 07:14:01
 Archivo: _secciones_.css
 Codificación: UTF-8
 Editado en: Kate 25.04.3
 ####################################
 */



._seccion_ {
	width: 100%;
	border: 0px solid red;
}

._seccion_ article {
	text-align: center;
	border: 0px solid blue;
	max-width: 600px;
	padding: 20px;
}

._seccion_ article div {
	text-align: center;
	margin: 0 auto;
	border: 0px solid green;
}


.grid2 {
	display: grid;
	grid-template-columns: repeat(2, 600px);
	gap: 20px;
	align-items: anchor-center;
	justify-content: center;
}


.fondo_gradiente {
	background: linear-gradient(
	  to bottom,
	  rgba(45, 45, 45, 1) 0%,
	  rgba(45, 45, 45, 1) 20%,    /* El gris se mantiene menos tiempo */
	  rgba(90, 60, 30, 1) 50%,    /* Un gris con un toque anaranjado (color puente) */
	  rgba(214, 132, 0, 1) 100%   /* Naranja puro al final */
	);
}

.ft_wt {
	color: #fff;
}

.cn {
	text-align: center;
}

.pd10 {
	padding: 10px;
}

.pd20 {
	padding: 20px;
}


.cnt_video {
	border: 0px solid red;
	width: 500px;
	height: 272px;
	border-radius: 25px;
	background: url('../img/Portada_video_1.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.play-video-icon {
	width: 100px;
	height: 100px;
	border: 4px solid white !important;
	border-radius: 50%;
	background-color: transparent;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	transition: transform 0.2s ease;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.play-video-icon::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 25px;
	border-color: transparent transparent transparent white;
	margin-left: 5px;
}



.logo_white {
	background: url('../img/logo_white.webp');
	background-size: cover;
	width: 300px;
	height: 100px;

}


.buttons {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-top: 40px !important;
	margin-bottom: 30px !important;
}

.hpx-min-500 {
	min-height: 500px;
}


.grid4 {
	display: grid;
	grid-template-columns: repeat(4, max-content);
	padding: 20px;
	justify-content: center;
	gap: 40px;
}


.item-convenio {
	border: 1px solid red !important;
	max-width: 300px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}





@media(max-width:1230px) {
	.grid2 {
		display: flex;
	    flex-direction: column;
	}
}


@media(max-width:600px) {
	.cnt_video {
		width: calc( 100vw - 40px );
		height: calc(100vw - 212px);
	}

	.buttons {
		flex-direction: column;
	}
}
