/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
#seccion_02{
}
.box{
	height:300px;
	margin-left:0px;
}
.box_shape{
	width:200px;
	height:290px;
}
#seccion_empresa{padding-bottom:65px;}
#seccion_productos{padding-bottom:65px;}
#seccion_contacto{padding-bottom:65px;}

.set-movil{ display:block;}
.set-pc{ display:none;}
    }


    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
.productos{
	width:100%;
	height:100%;
}
.productos img{
	width:100%;
}
	}


    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 680px) {
.txt_aislamiento{
	font-size:14px;
}

.txt_proteccion{
	font-size:16px;
}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

    }