.popup__windows{
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 2% 0px 0px 0px;
    display: none;
    z-index: 99999;
	overflow: auto;
}
.window__header{
    position: relative;
    float: left;
    width: 90%;
    left: 5%;
}
.window__header i{
    float: right;
    font-size: 30px;
    margin-right: 10px;
    color: #DC0000;
}

.popup__windows2{
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    padding: 2% 0px 0px 0px;
    display: none;
    z-index: 999;
}
.window__header2{
    position: relative;
    float: left;
    width: 90%;
    left: 5%;
}
.window__header2 i{
    float: right;
    font-size: 30px;
    margin-right: 10px;
    color: #DC0000;
}
.seccion{
	position:Relative;
	float:left;
	width:100%;

}
.quickpro{
	position:Relative;
	float:left;
	width:40%;
}
.quicktxt{
	position:Relative;
	float:left;
	width:60%;
}
.negrita{
	border:2px solid white;
}
@media screen and (max-width: 820px){
	.quickpro{
		width:100%;
		text-align:center;
	}
	.quicktxt{
		width:100%;
	}
}