:root {
	--verde: #40d485;
}

*{
	padding: 0;
	outline: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	font-family: inherit;
}

body{
	font-family: 'Montserrat';
	line-height: 1;
	background: #000101;
}

a{
	text-decoration: none;
}

img{
	max-width: 100%;
	height: auto;
	display: block;
}
::placeholder{
	color: #000;
}
.contedor_general{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 100px;
}

section{
	display: flex;
	justify-content: center;
}
h2{
	
}
p{
	
}
small{
	
}
ul{
	
}
li{
	
}
/*::marker{
	color: var(--verde);
	font-size: 38px;
    line-height: 14px;
}*/


/*SLICK*/
.slick-dots li{
	--medida: 12px;
	width: 16px;
	height: 16px;
	margin: 0 7px;
}
.slick-dots li.slick-active{
	--medida: 16px;
}
.slick-dots li button{
	padding: 0;
	width: 100%;
	height: 100%;
}

.slick-dots li button:before{
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	border-radius: 50%;
	opacity: 1;
	width: var(--medida);
	height: var(--medida);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition-duration: 0.5s;
}

.slick-dots li.slick-active button:before{
	opacity: 1;
	background: var(--verde);
	border-color: var(--verde) !important;
}

.slick-prev,
.slick-next{
	--arrow: 59px;
	width: var(--arrow);
	height: var(--arrow);
	border-radius: 50%;
	box-shadow: inset 0 0 5px rgba(34, 221, 124, .6), 0 0 32px #00ff7b;
	z-index: 2;
	/*animation: flurecente 2s infinite;*/
}
.slick-prev{
	left: calc((var(--arrow)/2)*-1);
}
.slick-next{
	right: calc((var(--arrow)/2)*-1);
}

.slick-prev,
.slick-prev:hover, 
.slick-prev:focus{
	background-image: url('../img/btn_prev.png');
	background-size: cover;
}
.slick-next,
.slick-next:hover, 
.slick-next:focus{
	background-image: url('../img/btn_next.png');
	background-size: cover;
}
.slick-prev:before, 
.slick-next:before{
	/*content: "";*/
	display: none;
}


@keyframes flurecente{
	0%{
		box-shadow: inset 0 0 5px rgba(34, 221, 124, .6), 0 0 32px #00ff7b;
	}
	50%{
		box-shadow: inset 0 0 5px rgba(34, 221, 124, .6), 0 0 0px #00ff7b;
	}
	100%{
		box-shadow: inset 0 0 5px rgba(34, 221, 124, .6), 0 0 32px #00ff7b;
	}
}

/*BLOKE 1*/
.zona_blanca{
	display: flex;
	justify-content: center;
	padding: 84px 20px 40px 20px;
	position: relative;
	width: 100%;
	max-width: 1200px;
}
.zona_blanca:before{
	--curva: 170px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f4f4f4;
	border-bottom-left-radius: var(--curva);
	border-bottom-right-radius: var(--curva);
	z-index: 1;
}
.area_interna{
	display: flex;
	flex-direction: column;
	gap: 40px;
	position: relative;
	width: 100%;
	max-width: 1016px;
	z-index: 2;
}

.line_negra{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	border-radius: 30.5px;
	height: 60px;
	margin-bottom: 30px;
	box-shadow: 0 18px 32px rgba(0, 0, 0, 0.52);
}
.title_inicio{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	text-align: center;
}
.title_inicio h1{
	font-size: 70px;
	font-family: 'TOP_SECRET';
	font-weight: normal;
}
.title_inicio p{
	font-size: 20px;
	text-transform: uppercase;
}
.line{
	width: 180px;
	height: 9px;
	background: #40d485;
}
.title_dinamico{
	position: relative;
}
.title_dinamico:before{
	content: "";
	position: absolute;
	left: 0;
	width: 201px;
	height: 230px;
	transform: translate(-48%, -33%);
	background-image: url('../img/mancha.png');
	z-index: -1;
}

.slider_texto{
	width: 100%;
	max-width: 830px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.item_texto{
	display: flex !important;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.div_texto{
	font-size: 15px;
	font-weight: 500;
	white-space: pre-line;
	text-align: center;
	line-height: initial;
}



/*BLOKE 2*/
.bloke_02{
	position: relative;
	padding: 0 20px;
}
.img_fondo{
	position: absolute;
	top: -170px;
	max-width: 100%;
	z-index: 0;
}
.cont_slider{
	width: 100%;
	max-width: 800px;
	position: relative;
	color: #fff;
	z-index: 1;
}
.slider_temas{
	margin-bottom: 0 !important;
}
.item_tema{
	display: flex !important;
	align-items: center;
	flex-direction: column;
	gap: 36px;
	padding: 40px 20px 80px 20px;
	border: 4px solid #fff;
	border-radius: 31px;
}
.item_tema h2{
	position: relative;
	font-size: 48px;
	font-weight: 900;
	text-align: center;
	padding-bottom: 28px;
}
.item_tema h2:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 114px;
	height: 7px;
	background: #8ff4c0;
    box-shadow: inset 0 0 5px rgba(34, 221, 124, .6), 0 0 32px #00ff7b;
}
.item_tema h3{
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}
.div_tena{
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 100%;
	max-width: 630px;
}
.texto_tema{
	white-space: pre-line;
	line-height: initial;
	font-size: 12px;
	font-weight: 500;
}
.texto_tema strong{
	font-weight: 800;
}
.div_tena h4{
	font-size: 18px;
	text-align: center;
	font-weight: 700;
}
.div_tena ul{
	padding-left: 30px;
	color: var(--verde);
	list-style: none;
	font-size: 18px;
}
.div_tena li{
	color: #fff;
	position: relative;
	margin-bottom: 16px;
}
.div_tena li:last-child{
	margin: 0;
}
.div_tena li:before{
	content: "";
	position: absolute;
	left: -30px;
	top: 1px;
	width: 14px;
	height: 14px;
	background: #8ff4c0;
	border-radius: 50%;
	/*box-shadow: 0px 0px 16px rgba(0, 255, 123, 0.6);*/
	box-shadow: 0px 0px 16px #00ff7b;
	animation: flurecente 2s infinite;
}
.img_tena{
	width: 782px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.img_tena img{}
.cdr_final{
	width: 100%;
	max-width: 692px;
	border: 4px solid #fff;
	border-radius: 20px;
	padding: 18px;
}
.cdr_final p{
	font-weight: 700;
	font-size: 17px;
	text-align: center;
	line-height: initial;
}
.img_cinta{
	position: relative;
	z-index: 1;
}
.img_cinta img{
	width: 100%;
}

.slider_temas .slick-dots li button:before{
	border-color: #fff;
}
.slider_temas .slick-dots{
	bottom: -55px;
}

/*BLOQUE 3*/
.bloke_03{

}
.conte_03{
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	max-width: 1000px;
	padding: 0 20px;
	color: #fff;
}
.bloke_grid{
	display: grid;
	/*grid-template-columns: 55% 45%;*/
	grid-template-areas: "a b" "c b" "d b";
	gap: 24px;
}
.title_somos{
	position: relative;
	padding-bottom: 44px;
}
.title_somos:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--verde);
	width: 288px;
	height: 10px;
}

.bloke_grid .txt_somos{
	max-width: 490px;
	grid-area: c;
}
.somos_1{
	grid-area: d;
}
.somos_2{
	grid-area: b;
}
.images{
	position: relative;
}
.img2{
	position: absolute;
	bottom: 14%;
	left: -16%;
}
.img3{
	position: absolute;
	bottom: -19%;
	right: -15%;
}
.txt_somos{
	font-size: 15px;
	font-weight: 500;
	white-space: pre-line;
	line-height: initial;
}
.txt_somos strong{
	font-weight: 800;
}
.txt_somos span{
	color: var(--verde);
}

.oli_02{
	display: flex;
	justify-content: center;
}
.somos_mobile{
	display: none;
}

/*BLOQUE 4*/
.fin_page{
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: var(--verde);
	text-align: center;
}
.fin_page h3{
	font-weight: 900;
	font-size: 26px;
	color: var(--verde);
	text-transform: uppercase;
}
.arrow_btns{
	display: flex;
	gap: 4px;
	padding: 0 20px;
}


@media screen and (max-width: 768px){
	.slick-prev,
	.slick-next{
		--arrow: 36px;
	}
	.img_tena{
		width: calc(100vw - 48px);
	}
	.zona_blanca:before{
		--curva: 100px;
	}
	.title_inicio h1{
		white-space: pre-line;
	}
	.title_dinamico:before{
		transform: translate(-20%, -33%);
	}

	.somos_1,
	.somos_2{
		display: none;
	}
	.conte_03{
		align-items: center;
	}
	.somos_mobile{
		display: block;
	}
	.bloke_grid{
		display: flex;
		flex-direction: column;
	}
	.title_somos:after{
		left: 50%;
		transform: translateX(-50%);
	}
	.bloke_grid .txt_somos{
		text-align: center;
	}
}
@media screen and (max-width: 450px){
	.contedor_general{
		gap: 60px;
	}
	.zona_blanca{
		padding: 40px 20px;
	}
	.area_interna{
		gap: 20px;
	}
	.line_negra{
		height: auto;
		padding: 8px;
	}
	.line_negra img{
		width: 150px;
	}
	.div_texto{
		font-size: 11px;
	}

	.item_tema h2{
		font-size: 32px;
		padding-bottom: 16px;
	}
	.item_tema h2:after{
		width: 80px;
		height: 4px;
	}
	.item_tema h3{
		font-size: 13px;
	}
	.texto_tema{
		font-size: 10px;
	}
	.div_tena h4{
		font-size: 12px;
	}
	.item_tema,
	.div_tena{
		gap: 20px;
	}
	.div_tena ul{
		font-size: 11px;
	}
	.div_tena li:before{
		width: 9px;
		height: 9px;
	}
	.cdr_final{
		border-width: 2px;
		padding: 12px;
		border-radius: 12px;
	}
	.cdr_final p{
		font-size: 10px;
	}


	.slick-dots li{
		--medida: 8px;
	}
	.slick-dots li.slick-active{
		--medida: 11px;
	}

	.title_somos{
		max-width: 300px;
		margin: 0 auto;
		padding-bottom: 28px;
	}
	.title_somos:after{
		width: 70%;
		height: 6px;
	}
	.txt_somos{
		font-size: 10px;
	}
	.oli_02 img{
		width: 120px;
	}
	.fin_page h3{
		font-size: 20px;
	}

	.item_tema{
		padding: 40px 20px;
	}
}