hr.divisor {
    border-top: 12px solid #212c61;
    border-radius: 6px;
    opacity: 1;
}

@media (min-width: 80px) and (max-width: 767px) {
    #imgOnborging {
        display: none;
    }
    .h6text {
        font-size: 1rem !important;
    }
}

.documentCam {
    text-align: center;
    background: beige;
    /* border: 2px solid;
    border-color: chartreuse; */
    border-radius: 10px;
}

video {
    width: 100%;
}

.tituloCamara {
    width: 100%;
    border-radius: 6px 6px 0px 0px;
    height: 15%;
    backdrop-filter: blur(5px);
    background-color: rgb(0 0 0 / 22%);
}

.hselect {
    background: rgba(255, 255, 255, 0.5);
    color: rgb(0, 0, 0);
    opacity: 0.8;
}

.controlesCam{
    width: 100%;
    border-radius: 0px 0px 6px 6px;
    height: 20%;
    backdrop-filter: blur(5px);
    background-color: rgb(0 0 0 / 22%);
}

.h6text {
    color: white;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
}


/* button hover amazing effect */
.acard {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	/* line-height: 2; */
	color: rgba(255, 255, 255, 0);
	font-size: 30px;
	font-family: verdana;
	letter-spacing: 4px;

	/* use combination of any two */
	/* 1. */
	/* padding: 5px; */

	/* 2. */
	padding-left: 5px;
	/* padding-right: 5px; */
    
    width: 325px;
    height: 200px;
    margin: auto;

}

.acard::before,
.acard::after,
.spancard::before,
.spancard::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: transparent;
	transition: 1s;
	/* -webkit-mix-blend-mode: hue; */
}

.acard::before {
	top: -2px;
	left: -2px;
	border-top: 2px solid #00ffdd;
	border-left: 2px solid #00ffdd;
    color: rgba(255, 255, 255, 0.8);
}

.acard:hover{
    color:#ffffff38;
}
.acard::after {
	top: -2px;
	right: -2px;
	border-top: 2px solid #00ffdd;
	border-right: 2px solid #00ffdd;
    color: rgba(255, 255, 255, 0.8);
}

.spancard::before {
	bottom: -2px;
	left: -2px;
	border-bottom: 2px solid #00ffdd;
	border-left: 2px solid #00ffdd;
}
.spancard::after {
	bottom: -2px;
	right: -2px;
	border-bottom: 2px solid #00ffdd;
	border-right: 2px solid #00ffdd;
}


.acard:hover::before,
.acard:hover::after,
.acard:hover span::before,
.acard:hover span::after  {
	width: calc( 180px / 2);
	height: calc( 50px / 2);
}

/* button hover amazing effect */
.acard_face {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	/* line-height: 2; */
	color: rgba(255, 255, 255, 0);
	font-size: 30px;
	font-family: verdana;
	letter-spacing: 4px;

	/* use combination of any two */
	/* 1. */
	/* padding: 5px; */

	/* 2. */
	padding-left: 5px;
	/* padding-right: 5px; */
    
    width: 275px;
    height: 260px;
    margin: auto;

}

.acard_face::before,
.acard_face::after,
.spancard_face::before,
.spancard_face::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: transparent;
	transition: 1s;
	/* -webkit-mix-blend-mode: hue; */
}

.acard_face::before {
	top: -2px;
	left: -2px;
	border-top: 2px solid #00ffdd;
	border-left: 2px solid #00ffdd;
    color: rgba(255, 255, 255, 0.8);
}

.acard_face:hover{
    color:#ffffff38;
}
.acard_face::after {
	top: -2px;
	right: -2px;
	border-top: 2px solid #00ffdd;
	border-right: 2px solid #00ffdd;
    color: rgba(255, 255, 255, 0.8);
}

.spancard_face::before {
	bottom: -2px;
	left: -2px;
	border-bottom: 2px solid #00ffdd;
	border-left: 2px solid #00ffdd;
}
.spancard_face::after {
	bottom: -2px;
	right: -2px;
	border-bottom: 2px solid #00ffdd;
	border-right: 2px solid #00ffdd;
}


.acard_face:hover::before,
.acard_face:hover::after,
.acard_face:hover span::before,
.acard_face:hover span::after  {
	width: calc( 180px / 2);
	height: calc( 50px / 2);
}

.datosindex{
	display: none;
}