.popup__windows{
    position: fixed;
    /*background: rgba(0, 0, 0, 0.63);*/
   background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    /*padding: 2% 0px 0px 0px;*/
    display: none;
    z-index: 9999999;
}
.window__header{
    position: absolute;
    float: left;
    width: 90%;
    left: 5%;
}
.window__header i{
       float: right;
    font-size: 30px;
    /* margin-right: 10px; */
    /*color: #DC0000;*/
    color: #fff;
    padding: 5px;
    margin-top: 5px;
}

.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%;
}
.cl50{
	position:relative;
	float:left;
	width:50%;
}
.inn{
	position:relative;
	float:left;
	width:90%;
}
.inn2{
	position:relative;
	float:left;
	width:100%;
}
.inp2{
	width:100%;
	border:1px solid gainsboro;
	font-size: 21px;
    margin-bottom: 20px;
}
.ara{
	width:100%;
	border:1px solid gainsboro;
	font-size: 21px;
    margin-bottom: 20px;
	resize:none;
	height:100px;
}
.send{
	background: #f0c800;
    border: none;
    color: black;
    font-size: 20px;
    font-weight: bold;
    width: 175px;
    height: 40px;
}
@media screen and (max-width:625px){
	.inp2{
		font-size:16px;
	}
	.ara{
		font-size:16px;
		height:70px;
	}
}