@font-face {
    font-family: "TP-Link Aktiv";
    src: url("../fonts/EOT/TP-LinkAktiv_W_Lt.eot");
    font-display: auto;
    src: url("../fonts/WOFF/TP-LinkAktiv_W_Lt.woff") format("woff"), url("../fonts/WOFF2/TP-LinkAktiv_W_Lt.woff2") format("woff2"), url("../fonts/TTF/TP-LinkAktiv_W_Lt.ttf") format("ttf");
    font-weight: 300;
}
@font-face {
    font-family: "TP-Link Aktiv";
    src: url("../fonts/EOT/TP-LinkAktiv_W_Rg.eot");
    font-display: auto;
    src: url("../fonts/WOFF/TP-LinkAktiv_W_Rg.woff") format("woff"), url("../fonts/WOFF2/TP-LinkAktiv_W_Rg.woff2") format("woff2"), url("../fonts/TTF/TP-LinkAktiv_W_Rg.ttf") format("ttf");
    font-weight: 400;
 }
@font-face {
    font-family: "TP-Link Aktiv";
    src: url("../fonts/EOT/TP-LinkAktiv_W_Md.eot");
    font-display: auto;
    src: url("../fonts/WOFF/TP-LinkAktiv_W_Md.woff") format("woff"), url("../fonts/WOFF2/TP-LinkAktiv_W_Md.woff2") format("woff2"), url("../fonts/TTF/TP-LinkAktiv_W_Md.ttf") format("ttf");
    font-weight: 500;
}
@font-face {
    font-family: "TP-Link Aktiv";
    src: url("../fonts/EOT/TP-LinkAktiv_W_Bd.eot");
    font-display: auto;
    src: url("../fonts/WOFF/TP-LinkAktiv_W_Bd.woff") format("woff"), url("../fonts/WOFF2/TP-LinkAktiv_W_Bd.woff2") format("woff2"), url("../fonts/TTF/TP-LinkAktiv_W_Bd.ttf") format("ttf");
    font-weight: 600;
}
@font-face{
    font-family:"BRAVEE";
    src:url(../fonts/BRAVEEightyone-Regular.woff) format("opentype");
}
body {
    font-family: "TP-Link Aktiv";
    overflow-x: hidden;
}
.prueba {
    position:fixed;
    display:none;
    top:0;
    left:0;
    width:100%;
    max-width:100%;
    height:100vh;
    background-color: #d8d8d8;
    z-index:999999999;
}
.prueba .zoom {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.prueba .zoom .contenido {
    width: 70%;
    height: 90%;
    background: #fff;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
    display: flex;
	overflow: hidden;
}
.prueba .zoom .contenido .modal-left {
	width: 100%;
	height: 100%;
    padding: 60px 20px;
    float: left;
    position: relative;
}
.prueba .zoom .contenido .modal-left h2 {
    font-size: 30px;
	line-height: 40px;
    text-align: center;
    margin-bottom: 30px;
}
.prueba .zoom .contenido .modal-left img {
    width: 80%;
    max-width: 600px;
}
.prueba .zoom .contenido .modal-right {
	width: 50%;
	height: 100%;
    padding: 60px 20px;
	overflow-y: scroll;
	position: relative;
	z-index: 99999;
}
.prueba .zoom .contenido .modal-right h2 {
    font-size: 30px;
	line-height: 40px;
}
.prueba .zoom .contenido .modal-right h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.prueba .zoom .contenido .modal-right h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.prueba .zoom .contenido .modal-right p {
    font-size: 14px;
    line-height: 24px;
}
.prueba .zoom .contenido .modal-right::-webkit-scrollbar {
    width: 10px;
}
.prueba .zoom .contenido .modal-right::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3);
}
.prueba .zoom .contenido .modal-right::-webkit-scrollbar-thumb {
    background-color: #4083b4;
    outline: 3px solid #4083b4;
}
.prueba .zoom .contenido .modal-right p
{
	color: #656565;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;

}
.prueba .zoom .contenido .modal-right i
{
	width: 20px;
}
.space
{
	margin-left: 4px;
}

input.cerrar,input.abrir {
    display: none;
}
label {
    display: block;
    cursor: pointer;
}
label.close {
    position: absolute;
    top: 35px;
    right: 270px;
	font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 30px;
    width: 40px;
    height: 40px;
	color: #000;
    z-index: 9999999;
}
label.open
{
    position: relative;
    margin:0 auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #000;
}