@media screen and (max-width:1200px) {
	.centerPage {
		width: 92%;
	}

	.centerPageSpace {
		width: 92%;
	}

	.product {
		width: 98%;
	}

	.flexIcons {
		justify-content: center;
	}

	.flexIcons img {
		margin-bottom: 25px;
	}

	.colBoxGrey {
		width: 33%;
		height: 100vh;
	}

	.colBoxGrey img {
		width: 90%;
	}

	.colBoxGrey h5 {
		font-size: 20px !important;
	}

	.marginTop {
		margin-top: 150px;
	}
}

@media screen and (max-width:800px) {
	header nav {
		width: 100%;
	}

	.slide h2 {
		margin-top: 100px;
	}

	.footerCol {
		width: 100%;
		text-align: left;
    	justify-content: flex-start;
    	padding: 15px 0px 10px 30px;
	}

	.lineVertFooter {
		width: 50%;
		height: 1px;
		margin: 20px 0px 20px 0px;
		display: none;
	}

	.social {
		justify-content: center;
	}

	.btnWhatsapp i {
		/*font-size: 38px !important;*/
	}

	.colBoxServices {
		width: 98%;
	}

	.boxServices {
		height: auto;
		padding: 25px 0px 25px 0px;
	}

	.lineBoxServices {
		width: 90%;
		height: 4px;
		margin: 25px 0px 25px 0px;
	}

	.colBoxGrey {
		margin-bottom: 0px;
	}

	.colFooter {
		width: 98%;
	}

	.lineFooter {
		width: 98%;
		height: 1px;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	footer {
		padding: 50px 0px 50px 0px;
	}

	.colFooter img {
		margin-bottom: 25px;
	}

	.marginTop {
		margin-top: 180px;
	}

	.imgProduct {
		background-position: top center;
		background-size: contain;
	}

	.contentProduct {
		align-items: flex-start;
	}
}

@media screen and (max-width:600px) {
	.slide h2 {
		font-size: 28px;
	}
	.slide p {
		font-size: 22px;
		width: 90%;
	}

	.col {
		width: 100%;
	}

	.bgContacto input {
		width: 100%;
	}

	.bgContacto textarea {
		width: 100%;
	}

	.contentBgPQ {
		height: auto;
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.contentBgNosotros {
		height: auto;
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.contentBgNosotros p {
		font-size: 32px;
	}

	h3 {
		font-size: 38px;
	}

	.col h4 {
		font-size: 30px;
		font-weight: 600;
		text-align: center;
	}

	header nav ul li {
		margin: 20px 0px 0px 0px;
		background-color: rgba(255,255,255,0.2);
		padding: 8px;
	}

	header {
		height: auto;
	}

	header nav {
		height: auto;
	}

	header nav ul {
		width: 100%;
		height: auto;
		justify-content: space-around;
	}

	.logoSlide {
	  display: none;
	}

	.logoMobile {
		display: block;
	}

	header nav {
		display: none;
	}

	.accordion-section-titleStore br {
		display: block;
	}

	.col img {
		width: 98%;
	}

	.slide h2 {
	    margin-top: 190px;
	}

	.textP {
		font-size: 24px;
		margin-bottom: 50px;
	}

	.ui-widget.ui-widget-content {
		height: auto !important;
	}

	.colBoxGrey {
		width: 100%;
		height: auto;
	}

	.colBoxGrey img {
		width: auto;
	}

	.colBoxGrey h5 {
		font-size: 28px !important;
	}

	.slideLogin {
		height: 190px;
	}

	#popupBody {
		width: 96%;
	}

	.marginTop {
		margin-top: 240px;
	}
}

@media screen and (max-width:440px) {
	.slide h2 {
		margin-top: 110px;
		font-size: 22px;
	}

	.emailFooter {
		letter-spacing: 0.5px !important;
	}

	.centerPage {
	    width: 95% !important;
	}

	.titleContacto p {
		font-size: 50px !important;
	}

	.colFooter p {
		font-size: 20px;
	}

	.imgProduct {
		width: 100%;
		min-height: 250px !important;
		background-position: bottom center;
		background-size: cover;
	}

	.infoProduct {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}

	.btnDetailProd {
		width: 100%;
		margin: 10px 0px 10px 0px;
		height: auto;
		float: left;
	}

	.contentBtnDetailProd a {
		width: 100%;
	}
}

@media screen and (max-width:380px) {
	.footerCol {
		padding: 15px 0px 10px 0px;
	}

	.footerCol p {
		font-size: 20px;
	}

	.footerCol span {
		width: 40px;
		margin-right: 10px;
	}

	.footerCol i {
		font-size: 34px;
	}

	.accordion-section-titleStore {
		font-size: 22px;
	}

	.stores p {
		padding: 0px;
	}

	.contentBgPQ img {
		margin: 40px 5px 0px 5px;
	}

	.contentBgPQ p {
		font-size: 38px;
	}

	header nav ul li {
		font-size: 16px;
		padding: 5px;
	}

	h3 {
		font-size: 32px;
	}

	.colBoxGrey {
		width: 98%;
	}

	.colBoxGrey img {
		width: 98%;
	}

	.titleTab {
		font-size: 16px !important;
	}

	.hoverProduct {
		width: 92.5%;
	}

	.boxProduct:hover .hoverProduct {
		height: auto;
		padding: 35px;
	}

	.boxProduct img {
		width: 100%;
	}

	.flexIcons {
		text-align: center;
	}

	.flexIcons img {
		margin-bottom: 35px;
	}

	.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
		padding: 18px !important;
	}

	#emailfooter {
		width: 90%;
	}
}