.cont_instock
{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	/*background-image: url('../../img/instock.jpg');*/
	min-height: 500px;
	text-align: center;
    position: relative;
}
.instock_texto
{
	color: white;
    width: 100%;
    position: absolute;
    margin-left: auto;
    top: calc(50% - 280px);
    font-family: 'kazimir_medium';
}
.instock_texto h1
{
	font-size: 185px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
	line-height: 171px;
}
.instock_texto p
{
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    font-size: 26px;
	line-height: 30px;
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 55px;
    letter-spacing: 5px;
    font-family: 'museo_sans500';
}
.instock_texto span
{
    font-family: 'museo_sans900';
}
.cont_entrar
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
    width: 120px;
    font-size: 49px;
    letter-spacing: 4px;
    cursor: pointer;
    color: white;
    font-family: 'kazimir_medium';
    display: table;
}
.raya2
{
	width: 120px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}
@media screen and (max-width: 2300px),(max-height: 1200px) {
        
}
@media screen and (max-width: 1750px),(max-height: 1000px) {
    
    .instock_texto h1
    {
        font-size: 100px;
        line-height: 120px;
    }
    .instock_texto p
    {
        font-size: 20px;
        line-height: 25px;
        margin-top: 40px;
        width: 800px;
    }
    .cont_entrar
    {
        margin-top: 80px;
        width: 100px;
        font-size: 40px;
    }
    .raya2
    {
        width: 100px;
        height: 2px;
    }
}
@media screen and (max-width: 1400px),(max-height: 800px) {
    
}
@media screen and (max-width: 1050px),(max-height: 700px) {

}
@media screen and (max-width: 950px),(max-height: 600px) {
    .instock_texto h1
    {
        font-size: 80px;
        line-height: 100px;
    }
    .instock_texto p
    {
        font-size: 18px;
        line-height: 20px;
        margin-top: 30px;
        width: 80%;
    }
    .cont_entrar
    {
        margin-top: 80px;
        width: 90px;
        font-size: 30px;
    }
    .raya2
    {
        width: 90px;
        height: 2px;
    }
    .instock_texto
    {
        top: 100px;
    }
}

@media screen and (max-width: 800px),(max-height: 500px) {

    
}
@media screen and (max-width: 700px) {
    .instock_texto h1
    {
        font-size: 40px;
        line-height: 60px;
    }
    .instock_texto p
    {
        font-size: 15px;
        line-height: 18px;
        margin-top: 30px;
        width: 80%;
    }
    .cont_entrar
    {
        margin-top: 40px;
        width: 90px;
        font-size: 20px;
    }
    .raya2
    {
        width: 70px;
        height: 2px;
    }
}
@media screen and (max-width: 500px) {

}