@media (min-width:993px){
    .padding-64 {
        padding-top:64px!important;
        padding-bottom:64px!important
    }
}

@media (max-width:1200px){
    .w3-bar {
        height: 50px;
    }
    .w3-bar .w3-button {
        padding: 8px !important;
	}

	.w3-black, .w3-hover-black:hover {
		color: #fff!important;
		background: rgb(0,0,0)!important;
		opacity: 0.9;
	}

    .logo {
        height: 30px;
        position: relative;
        top: 0px;
	}
	
	.bgimg-1 {
		background-size: 600px;
		background-position: right top;
		background-repeat: no-repeat;
		background-image: url(../img/header.jpg);
		background-color: rgba(0,0,0,0.5);
		background-blend-mode: color;
		min-height: 400px;
	}

	.header-c {
		padding: 20px;
		text-align: left;
		line-height: 1;
		width: 100%;
		left: 0px;
	}

	.header-title {
		font-size: 24px !important;
		font-family: 'DroidSerif';
		font-weight: bold;
		padding: 0px;
	}

	.header-description {
		font-size: 12px !important;
		font-family: "Poppins", sans-serif;
	}

	.product {
		position: relative;
		min-height: 267px;
	}

	.product-title {
		font-family: 'DroidSerif';
		color: #3b3d3e;
		font-size: 18px !important;
		font-weight: bold;
		line-height: 1.4;
		margin-top: 10%;
		padding-left: 10%;
		padding-right: 10%;
		min-height: 0px;
		text-align: center;
	}

	.product-description {
		font-family: 'Poppins';
		color: #888888;
		font-size: 11px !important;
		text-align: left;
		padding-left: 10%;
		padding-right: 10%;
		margin-top: -10px;
		line-height: 1.4;
	}

	.orange-bar {
		height: 45px;
	}
	
	.gray-bar {
		height: 45px;
	}
	
	.button-box {
		font-family: "Poppins";
		font-size: 11px;
		color: #3b3d3e;
		padding: 5px;
		padding-left: 20%;
		padding-right: 20%;
		display: block;
		position: absolute;
		bottom: 5%;
		left: 10%;
	}

	.nosotros-title {
		font-family: 'DroidSerif';
		text-align: left;
		font-size: 18px;
		padding: 0px 10% !important;
	}

	.nosotros-description {
		font-family: "Poppins", sans-serif;
		padding: 0px 10% !important;
		text-align: left;
		font-size: 12px;
		line-height: 1.4;
	}

	.nosotros-img {
		width: 100%;
		margin-top: 50px;
	}

    #nosotros-imagenes{
        padding-top:0 !important;
    }
}

@media (min-width:600px) and (max-width:1200px){
    .bgimg-1 {
		background-size: 1200px;
		background-position: right top;
		background-repeat: no-repeat;
		background-image: url(../img/header.jpg);
		background-color: rgba(0,0,0,0.5);
		background-blend-mode: color;
		min-height: 400px;
	}
}