/*
 # ########*###########################
 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;
	padding: 20px;
}

._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 */
	);

	background: url('../img/wallpaper.jpg');
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	backdrop-filter: blur(20px);
}

.ft_wt {
	color: #ffffff;
}

.iz {
	text-align: left;
}

.cn {
	text-align: center;
}

.dr {
	text-align: right;
}

.jf {
	text-align: justify;
}


.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 silver !important;
	border-radius: 25px;
	max-width: 300px !important;
	max-height: 300px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}


.cnt_img {
	width: 400px;
	height: 400px;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.img1 {
	background: url('../img/Img_1.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.img2 {
	background: url('../img/Img_2.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.img3 {
	background: url('../img/Img_3.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.img4 {
	background: url('../img/Img_4.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.img5 {
	background: url('../img/Img_5.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


.img6 {
	background: url('../img/Img_6.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.list-items-col {
	display: flex;
	padding: 10px;
	gap: 20px;
	flex-direction: column;
}

.item-list {
	padding: 20px;
	border-radius: 25px;
	min-height: 100px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 15px;
}

.item-list i {
	font-size: 1.9em;
}

.img-h-600 {
	min-height: 600px;
}


.social a {
	color: #fff !important;
	font-size: 1.5em;
}


.cnt-faq {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.faq-item {
	border: 0px solid #aa0000 !important;
	max-width: 100% !important;
	width: 90%;
	padding: 20px !important;
}

.faq-pregunta {
	border: 0px solid #00f !important;
	text-align: left !important;
	padding: 10px !important;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 18px;
	cursor: pointer;
	user-select: none;
}

.faq-respuesta {
	border: 0px solid #d9d9d9;
	text-align: justify !important;
	padding: 0px;
	height: 0px;
	overflow: hidden;
	transition: all 0.5s;
}


.degrade {
	background-color: transparent;
	background-image: linear-gradient(325deg, #FDA658 0%, #ED775E 100%);
}

@media(max-width:1360px) {
	.grid4 {
		grid-template-columns: repeat(3, max-content);
	}
}

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

@media(max-width:1010px) {
	.grid4 {
		grid-template-columns: repeat(2, max-content);
	}
}

@media(max-width:680px) {
	.grid4 {
		grid-template-columns: repeat(1, max-content);
	}
}


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

	.buttons {
		flex-direction: column;
	}
}










/*SLIDER*/
.slider-wrapper {
    position: relative;
    width: 100%;
	height:500px;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.slider-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
}

.slide {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    flex-shrink: 0;
}


.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0.5);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow:hover {
    background: rgba(255, 255, 255, 0);
    transform: translateY(-50%) scale(1.1);
}

.arrow-left {
    left: 15px;
}

.arrow-right {
    right: 15px;
}

.indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
}

.dot.active {
    background: white;
    transform: scale(1.2);
}


@media (max-width: 600px) {
    .arrow {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    .arrow-left { left: 10px; }
    .arrow-right { right: 10px; }
    .slide { font-size: 2rem; }
}
