.cnt-wit-tp-img-wrp .tp-img img {
	height: auto;
}

.cnt-wit-tp-img-wrp .tp-img {
	margin-bottom: 20px;
}

.cnt-wit-tp-img-wrp h5.col-title {
	margin-bottom: 24px;
}

.cnt-wit-tp-img-wrp .col-btn-grp {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
	row-gap: 10px;
	margin-top: 15px;
}

.cnt-wit-tp-img-wrp .flex-row {
	row-gap: 30px;
}

.cnt-wit-tp-img-wrp .sec-btm-btn {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 25px;
	justify-content: center;
	padding: 0 10px;
}

.cnt-wit-tp-img-wrp .tp-img-cnt-inner p:last-child {
	margin-bottom: 0;
}

.cnt-wit-tp-img-wrp .title {
	margin-bottom: 24px;
}

.cnt-wit-tp-img-wrp .col-title {
	margin-bottom: 24px;
}

.cnt-wit-tp-img-wrp .bototm_btn .btn_row {
	margin-top: 50px;
}

.cnt-wit-tp-img-wrp .cnt-col.left_aln .col-btn-grp {
	justify-content: flex-start;
}

.cnt-wit-tp-img-wrp .cnt-col.right_aln .col-btn-grp {
	justify-content: flex-end;
}
.cnt-wit-tp-img-wrp .inner_spacing {
	position: relative;
}
.cnt-wit-tp-img-wrp .applycard-link {
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
}
.content-with-video-popup .ctwv_section__play_button {
	margin-top: 1.875em;!;
	text-align: center;!;
}

.content-with-video-popup a.Button-play {
	transition: .3s;
	display: inline-block;
	letter-spacing: normal;
	text-decoration: none;
	white-space: nowrap;
	padding: 0 20px;
	height: 50px;
	line-height: 56px;
	font-size: 20px;
	border-radius: 12px;
	background: #fff;
	color: #3f3f3f;
	background-color: rgba(255, 255, 255, .75);
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 60px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.content-with-video-popup .cnt-wit-tp-img-wrp .tp-img {
	position: relative;
}
.content-with-video-popup .ctwv_section__play_button span:before {
	content: "";
	background-image: url(https://www.sectoralarm.es/hubfs/145365426/SectorAlarm_December2024/Images/play_icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-filter: invert(1) brightness(200%);
	filter: invert(1) brightness(200%);
	line-height: 12px;
	font-size: 22px;
	padding-right: 50px;
	vertical-align: text-top;
}
.content-with-video-popup.cnt-wit-tp-img-wrp .tp-img {
	position: relative;
}
.content-with-video-popup .popup-video {
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: opacity .3s;
}
.content-with-video-popup .popup-open .popup-video{
	opacity: 1;
	display: block !important;
}
.content-with-video-popup .popup-video-content{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fefefe;
	margin: 0 auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: 0 0;
	border: 0;
	padding: 2.5em 1.25em 2.5em 1.25em;
	max-width: 1200px;
}
.content-with-video-popup .close-button{
	font-family: Icon ;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	float: right;
	margin-top: -30px;
	margin-right: 0;
	font-size: 20px;
	cursor: pointer;
}
.content-with-video-popup .popup-video-col{
	width: 100%;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.content-with-video-popup .Video-iframe {
	position: relative;
	padding-top: 56%;
}
.content-with-video-popup .Video-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
html.popopen {
	overflow: hidden;
}
html.popopen .content-with-video-popup{
	z-index: 99999;
}
.content-with-video-popup .close-button:before {
	content: "\e904";
}

@media only screen and (min-width: 20em), print {
	.content-with-video-popup .u-sm-inlineBlock{
		display: none;
	}
}
@media only screen and (min-width: 34em), print {
	.content-with-video-popup .u-sm-inlineBlock{
		display: inline-block;
		max-width: 100%;
	}
}
@media only screen and (min-width: 48em), print {
	.content-with-video-popup .popup-video-content {
		overflow: hidden;
	}
	.content-with-video-popup .close-button{
		margin-top: initial;
		margin-right: 0;
		font-size: 28px;
	}
	.content-with-video-popup .popup-video-col{
		width: 90%;
	}
}


