

@media (min-width: 768px) {
	.contenedor-portal{
		width: 100%;
		height: 1340px;
	}
	.portal-header{
		background-color: #F93822;
		height: 65px;
		position: relative;
	}
	.portal-header label{
		color: white;
		font-family: 'Questrial', sans-serif;
		font-size: 15px;
	}
	.portal-header i{
		color: white;
		margin-right: 5px;
		line-height: 10px;
	}
	.portal-phone{
		display: inline;
		width: 50%;
		float: left;
	}
	.portal-phone-inner{
		width: 150px;
		margin-left: 10%;
		line-height: 55px;
	}
	.portal-email{
		display: inline;
		width: 50%;
		float: right;
	}
	.portal-email-inner{
		width: 220px;
		float: right;
		margin-right: 10%;
		line-height: 55px;
	}

	.portal-separator{
		height: 30px;
		background-color: #888B8D;
	}
	.portal-portada img{
		width: 100%;
		height: 500px;
	}

	.portal-botones-contenedor{
		display: flex;
		justify-content: center;
	 	align-items: center;
	}
	.btn-portal{
		width: 30%;
		margin: 2%;
		height: 55px;
		font-size: 20px;
		background-color: #101820;
	}
	.paralelogramo{
		transform: skew(-20deg);
	}
	.btn-portal label{
		color: white;
		font-size: 20px;
		letter-spacing: 2px;
		line-height: 20px;
		transform: skew(20deg);
	}

	.portal-boton-comprar{
		display: flex;
		justify-content: center;
	 	align-items: center;
	}


	.portal-compra-con-nosotros{
		margin-bottom: 50px;
	}

	.circle-shopping-cart{
		width: 60px;
		height: 60px;
		background: white;
		border-radius: 50%;
		line-height: 30px;
	}
	.circle-shopping-cart i{
		font-size: 35px;
		color: #F93822;
		line-height: 63px;
	}

	.btn-compra-con-nosotros{
		background-color: #F93822;
		height: 80px;
		border-radius: 50px;
		width: 50%;
		margin-top: 10px;

		background-image: linear-gradient(0deg, rgba(252,99,82,0) 0%, rgba(252,99,82,0) 50%, rgba(252,99,82,0.5) 51%);
		box-shadow: 5px 10px #AD2111;
	}
	.portal-boton-comprar label{
		font-size: 25px;
		color: white;
		font-weight: bold;
		margin-left: 120px;
		letter-spacing: 3px;
		line-height: 60px;
	}
	.inside-button{
		display: flex;
	}

	/* SECCION DE VIDEO */
	.portal-video{
		width: 100%;
		height: 700px;
		background-color: #888B8D;
		overflow: hidden;
		text-align: center;
	}
	.video-portal-contenedor{
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 50px;
		height: auto;

	}
}

@media (min-width: 992px) {
	.contenedor-portal{
		width: 100%;
		height: 1340px;
	}
	.portal-header{
		background-color: #F93822;
		height: 65px;
		position: relative;
	}
	.portal-header label{
		color: white;
		font-family: 'Questrial', sans-serif;
		font-size: 15px;
	}
	.portal-header i{
		color: white;
		margin-right: 5px;
		line-height: 10px;
	}
	.portal-phone{
		display: inline;
		width: 50%;
		float: left;
	}
	.portal-phone-inner{
		width: 150px;
		margin-left: 10%;
		line-height: 55px;
	}
	.portal-email{
		display: inline;
		width: 50%;
		float: right;
	}
	.portal-email-inner{
		width: 220px;
		float: right;
		margin-right: 10%;
		line-height: 55px;
	}

	.portal-separator{
		height: 30px;
		background-color: #888B8D;
	}
	.portal-portada img{
		width: 100%;
		height: 500px;
	}

	.portal-botones-contenedor{
		display: flex;
		justify-content: center;
	 	align-items: center;
	}
	.btn-portal{
		width: 30%;
		margin: 2%;
		height: 55px;
		font-size: 20px;
		background-color: #101820;
	}
	.paralelogramo{
		transform: skew(-20deg);
	}
	.btn-portal label{
		color: white;
		font-size: 20px;
		letter-spacing: 2px;
		line-height: 20px;
		transform: skew(20deg);
	}

	.portal-boton-comprar{
		display: flex;
		justify-content: center;
	 	align-items: center;
	}


	.portal-compra-con-nosotros{
		margin-bottom: 50px;
	}

	.circle-shopping-cart{
		width: 60px;
		height: 60px;
		background: white;
		border-radius: 50%;
		line-height: 30px;
	}
	.circle-shopping-cart i{
		font-size: 35px;
		color: #F93822;
		line-height: 63px;
	}

	.btn-compra-con-nosotros{
		background-color: #F93822;
		height: 80px;
		border-radius: 50px;
		width: 50%;
		margin-top: 10px;

		background-image: linear-gradient(0deg, rgba(252,99,82,0) 0%, rgba(252,99,82,0) 50%, rgba(252,99,82,0.5) 51%);
		box-shadow: 5px 10px #AD2111;
	}
	.portal-boton-comprar label{
		font-size: 25px;
		color: white;
		font-weight: bold;
		margin-left: 120px;
		letter-spacing: 3px;
		line-height: 60px;
	}
	.inside-button{
		display: flex;
	}

	/* SECCION DE VIDEO */
	.portal-video{
		width: 100%;
		height: 700px;
		background-color: #888B8D;
		overflow: hidden;
		text-align: center;
	}
	.video-portal-contenedor{
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 50px;
		height: auto;

	}
}


@media (min-width: 1200px) and (max-width: 1300px) {
	.contenedor-portal{
		width: 100%;
		height: 220%;
	}
	.portal-header{
		background-color: #F93822;
		height: 65px;
		position: relative;
	}
	.portal-header label{
		color: white;
		font-family: 'Questrial', sans-serif;
		font-size: 15px;
	}
	.portal-header i{
		color: white;
		margin-right: 5px;
		line-height: 10px;
	}
	.portal-phone{
		display: inline;
		width: 50%;
		float: left;
	}
	.portal-phone-inner{
		width: 150px;
		margin-left: 10%;
		line-height: 55px;
	}
	.portal-email{
		display: inline;
		width: 50%;
		float: right;
	}
	.portal-email-inner{
		width: 220px;
		float: right;
		margin-right: 10%;
		line-height: 55px;
	}
	.inside-button{
		text-align: center;
	}

	.portal-separator{
		height: 30px;
		background-color: #888B8D;
	}
	.portal-portada img{
		width: 100%;
		height: 320px;
	}

	.portal-botones-contenedor{
		display: flex;
		justify-content: center;
	 	align-items: center;
	}
	.btn-portal{
		width: 30%;
		margin: 2%;
		height: 55px;
		font-size: 20px;
		background-color: #101820;
	}
	.paralelogramo{
		transform: skew(-20deg);
	}
	.btn-portal label{
		color: white;
		font-size: 20px;
		letter-spacing: 2px;
		line-height: 20px;
		transform: skew(20deg);
	}

	.portal-boton-comprar{
		display: flex;
		justify-content: center;
	 	align-items: center;
	}


	.portal-compra-con-nosotros{
		margin-bottom: 50px;
	}

	.circle-shopping-cart{
		width: 60px;
		height: 60px;
		background: white;
		border-radius: 50%;
		line-height: 30px;
	}
	.circle-shopping-cart i{
		font-size: 35px;
		color: #F93822;
		line-height: 63px;
	}

	.btn-compra-con-nosotros{
		background-color: #F93822;
		height: 70px;
		border-radius: 50px;
		width: 50%;
		margin-top: 10px;

		background-image: linear-gradient(0deg, rgba(252,99,82,0) 0%, rgba(252,99,82,0) 50%, rgba(252,99,82,0.5) 51%);
		box-shadow: 5px 10px #AD2111;
	}
	.portal-boton-comprar label{
		font-size: 25px;
		color: white;
		font-weight: bold;
		margin-left: 120px;
		letter-spacing: 3px;
		line-height: 60px;
	}
	.inside-button{
		display: flex;
	}

	/* SECCION DE VIDEO */
	.portal-video{
		width: 100%;
		height: 590px;
		background-color: #888B8D;
		overflow: hidden;
		text-align: center;
	}
	.video-portal-contenedor{
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 50px;
		height: 500px;
	}
	/* BOTONES  347
	.btn {
	  position: relative;
	  height: 40px;
	  width: 128px;
	  margin: 15px 5px 15px 5px;
	  padding: 0 10px 5px 0;
	  cursor: hand;
	  text-align: center;
	  vertical-align: middle;
	  line-height: 40px;
	  overflow: hidden;
	}
	.btn:before {
	  position: absolute;
	  left: -23px; top: 0;
	  width: calc(100% - 5px);
	  height: 50%;
	  background: red;
	  content: "";
	  z-index: -1;
	  transform: skewX(45deg);
	  transform-origin: left top;
	  box-shadow: 0px 1px 3px 1px #666666;
	}
	.btn:after {
	  position: absolute;
	  left: 0; top: 50%;
	  width: calc(100% - 5px);
	  height: calc(50% - 5px);
	  background: red;
	  content: "";
	  z-index: -1;
	  box-shadow: 2px 2px 4px #666666;
	}
	/* FIN BOTONES */

}

@media (min-width: 1300px) and (max-width: 1500px) {
	.contenedor-portal{
		width: 100%;
		height: auto;
	}
	.portal-header{
		background-color: #F93822;
		height: 50px;
		position: relative;
	}
	.portal-header label{
		color: white;
		font-family: 'Questrial', sans-serif;
		font-size: 15px;
	}
	.portal-header i{
		color: white;
		margin-right: 5px;
		line-height: 10px;
	}
	.portal-phone{
		display: inline;
		width: 50%;
		float: left;
	}
	.portal-phone-inner{
		width: 150px;
		margin-left: 10%;
		line-height: 50px;
	}
	.portal-email{
		display: inline;
		width: 50%;
		float: right;
	}
	.portal-email-inner{
		width: 220px;
		float: right;
		margin-right: 10%;
		line-height: 50px;
	}
	.inside-button{
		text-align: center;
	}

	.portal-separator{
		height: 10px;
		background-color: #888B8D;
	}
	.portal-portada img{
		width: 100%;
		height: 390px;
	}

	.portal-botones-contenedor{
		display: flex;
		justify-content: center;
	 	align-items: center;
	}
	.btn-portal{
		width: 30%;
		margin: 2%;
		height: 55px;
		font-size: 20px;
		background-color: #101820;
	}
	.paralelogramo{
		transform: skew(-20deg);
	}
	.btn-portal label{
		color: white;
		font-size: 20px;
		letter-spacing: 2px;
		line-height: 20px;
		transform: skew(20deg);
	}

	.portal-boton-comprar{
		display: flex;
		justify-content: center;
	 	align-items: center;
	}


	.portal-compra-con-nosotros{
		margin-bottom: 50px;
	}

	.circle-shopping-cart{
		width: 60px;
		height: 60px;
		background: white;
		border-radius: 50%;
		line-height: 30px;
	}
	.circle-shopping-cart i{
		font-size: 35px;
		color: #F93822;
		line-height: 63px;
	}

	.btn-compra-con-nosotros{
		background-color: #F93822;
		height: 70px;
		border-radius: 50px;
		width: 50%;
		margin-top: 10px;

		background-image: linear-gradient(0deg, rgba(252,99,82,0) 0%, rgba(252,99,82,0) 50%, rgba(252,99,82,0.5) 51%);
		box-shadow: 5px 10px #AD2111;
	}
	.portal-boton-comprar label{
		font-size: 25px;
		color: white;
		font-weight: bold;
		margin-left: 150px;
		letter-spacing: 3px;
		line-height: 60px;
	}
	.inside-button{
		display: flex;
	}

	/* SECCION DE VIDEO */
	.portal-video{
		width: 100%;
		height: 560px;
		background-color: #888B8D;
		/*overflow: hidden;*/
		text-align: center;
	}
	.video-portal-contenedor{
		margin-left: 5%;
		margin-right: 5%;
		height: 560px;
		margin-bottom: 50px;
	}
	.video-portal-contenedor iframe{
		width: 100%;
		height: 100%;
	}

	/*  MAPA DE GOOGLE  */
	.mapa-google{
		margin-top: 50px;
		width: 100%;
		height: 600px;
	}
	.mapa-google-inner{
		margin-left: 5%;
		margin-right: 5%;
		height: 600px;
	}
	/* BOTONES  347
	.btn {
	  position: relative;
	  height: 40px;
	  width: 128px;
	  margin: 15px 5px 15px 5px;
	  padding: 0 10px 5px 0;
	  cursor: hand;
	  text-align: center;
	  vertical-align: middle;
	  line-height: 40px;
	  overflow: hidden;
	}
	.btn:before {
	  position: absolute;
	  left: -23px; top: 0;
	  width: calc(100% - 5px);
	  height: 50%;
	  background: red;
	  content: "";
	  z-index: -1;
	  transform: skewX(45deg);
	  transform-origin: left top;
	  box-shadow: 0px 1px 3px 1px #666666;
	}
	.btn:after {
	  position: absolute;
	  left: 0; top: 50%;
	  width: calc(100% - 5px);
	  height: calc(50% - 5px);
	  background: red;
	  content: "";
	  z-index: -1;
	  box-shadow: 2px 2px 4px #666666;
	}
	/* FIN BOTONES */

}

@media (min-width: 1500px) and (max-width: 1600px) {
	.contenedor-portal{
		width: 100%;
		height: auto;
	}
	.portal-header{
		background-color: #F93822;
		height: 55px;
		position: relative;
	}
	.portal-header label{
		color: white;
		font-family: 'Questrial', sans-serif;
		font-size: 15px;
	}
	.portal-header i{
		color: white;
		margin-right: 5px;
		line-height: 10px;
	}
	.portal-phone{
		display: inline;
		width: 50%;
		float: left;
	}
	.portal-phone-inner{
		width: 150px;
		margin-left: 10%;
		line-height: 55px;
	}
	.portal-email{
		display: inline;
		width: 50%;
		float: right;
	}
	.portal-email-inner{
		width: 220px;
		float: right;
		margin-right: 10%;
		line-height: 55px;
	}
	.inside-button{
		text-align: center;
	}

	.portal-separator{
		height: 10px;
		background-color: #888B8D;
	}
	.portal-portada img{
		width: 100%;
		height: 460px;
	}


	.portal-botones-contenedor{
		display: flex;
		justify-content: center;
	 	align-items: center;
	}
	.btn-portal{
		width: 30%;
		margin: 2%;
		height: 55px;
		font-size: 20px;
		background-color: #101820;
	}
	.paralelogramo{
		transform: skew(-20deg);
	}
	.btn-portal label{
		color: white;
		font-size: 20px;
		letter-spacing: 2px;
		line-height: 20px;
		transform: skew(20deg);
	}

	.portal-boton-comprar{
		display: flex;
		justify-content: center;
	 	align-items: center;
	}


	.portal-compra-con-nosotros{
		margin-bottom: 50px;
	}

	.circle-shopping-cart{
		width: 60px;
		height: 60px;
		background: white;
		border-radius: 50%;
		line-height: 30px;
	}
	.circle-shopping-cart i{
		font-size: 35px;
		color: #F93822;
		line-height: 63px;
	}

	.btn-compra-con-nosotros{
		background-color: #F93822;
		height: 80px;
		border-radius: 50px;
		width: 50%;
		margin-top: 10px;

		background-image: linear-gradient(0deg, rgba(252,99,82,0) 0%, rgba(252,99,82,0) 50%, rgba(252,99,82,0.5) 51%);
		box-shadow: 5px 10px #AD2111;
	}
	.portal-boton-comprar label{
		font-size: 25px;
		color: white;
		font-weight: bold;
		margin-left: 170px;
		letter-spacing: 3px;
		line-height: 60px;
	}
	.inside-button{
		display: flex;
	}

	/* SECCION DE VIDEO */
	.portal-video{
		width: 100%;
		height: 580px;
		background-color: #888B8D;
		/*overflow: hidden;*/
		text-align: center;
	}
	.video-portal-contenedor{
		margin-left: 5%;
		margin-right: 5%;
		height: 580px;
		margin-bottom: 50px;
	}
	.video-portal-contenedor iframe{
		width: 90%;
		height: 90%;
	}
	/* BOTONES  347
	.btn {
	  position: relative;
	  height: 40px;
	  width: 128px;
	  margin: 15px 5px 15px 5px;
	  padding: 0 10px 5px 0;
	  cursor: hand;
	  text-align: center;
	  vertical-align: middle;
	  line-height: 40px;
	  overflow: hidden;
	}
	.btn:before {
	  position: absolute;
	  left: -23px; top: 0;
	  width: calc(100% - 5px);
	  height: 50%;
	  background: red;
	  content: "";
	  z-index: -1;
	  transform: skewX(45deg);
	  transform-origin: left top;
	  box-shadow: 0px 1px 3px 1px #666666;
	}
	.btn:after {
	  position: absolute;
	  left: 0; top: 50%;
	  width: calc(100% - 5px);
	  height: calc(50% - 5px);
	  background: red;
	  content: "";
	  z-index: -1;
	  box-shadow: 2px 2px 4px #666666;
	}
	/* FIN BOTONES */

}

@media (min-width: 1700px) and (max-width: 1800px) {
	.contenedor-portal{
		width: 100%;
		height: auto;
	}
	.portal-header{
		background-color: #F93822;
		height: 55px;
		position: relative;
	}
	.portal-header label{
		color: white;
		font-family: 'Questrial', sans-serif;
		font-size: 15px;
	}
	.portal-header i{
		color: white;
		margin-right: 5px;
		line-height: 10px;
	}
	.portal-phone{
		display: inline;
		width: 50%;
		float: left;
	}
	.portal-phone-inner{
		width: 150px;
		margin-left: 10%;
		line-height: 55px;
	}
	.portal-email{
		display: inline;
		width: 50%;
		float: right;
	}
	.portal-email-inner{
		width: 220px;
		float: right;
		margin-right: 10%;
		line-height: 55px;
	}
	.inside-button{
		text-align: center;
	}

	.portal-separator{
		height: 10px;
		background-color: #888B8D;
	}
	.portal-portada img{
		width: 100%;
		height: 550px;
	}


	.portal-botones-contenedor{
		display: flex;
		justify-content: center;
	 	align-items: center;
	}
	.btn-portal{
		width: 30%;
		margin: 2%;
		height: 55px;
		font-size: 20px;
		background-color: #101820;
	}
	.paralelogramo{
		transform: skew(-20deg);
	}
	.btn-portal label{
		color: white;
		font-size: 20px;
		letter-spacing: 2px;
		line-height: 20px;
		transform: skew(20deg);
	}

	.portal-boton-comprar{
		display: flex;
		justify-content: center;
	 	align-items: center;
	}


	.portal-compra-con-nosotros{
		margin-bottom: 50px;
	}

	.circle-shopping-cart{
		width: 60px;
		height: 60px;
		background: white;
		border-radius: 50%;
		line-height: 30px;
	}
	.circle-shopping-cart i{
		font-size: 35px;
		color: #F93822;
		line-height: 63px;
	}

	.btn-compra-con-nosotros{
		background-color: #F93822;
		height: 80px;
		border-radius: 50px;
		width: 50%;
		margin-top: 10px;

		background-image: linear-gradient(0deg, rgba(252,99,82,0) 0%, rgba(252,99,82,0) 50%, rgba(252,99,82,0.5) 51%);
		box-shadow: 5px 10px #AD2111;
	}
	.portal-boton-comprar label{
		font-size: 25px;
		color: white;
		font-weight: bold;
		margin-left: 200px;
		letter-spacing: 3px;
		line-height: 60px;
	}
	.inside-button{
		display: flex;
	}

	/* SECCION DE VIDEO */
	.portal-video{
		width: 100%;
		height: 630px;
		background-color: #888B8D;
		/*overflow: hidden;*/
		text-align: center;
	}
	.video-portal-contenedor{
		margin-left: 5%;
		margin-right: 5%;
		height: 630px;
		margin-bottom: 50px;
	}
	.video-portal-contenedor iframe{
		width: 90%;
		height: 90%;
	}
	/* BOTONES  347
	.btn {
	  position: relative;
	  height: 40px;
	  width: 128px;
	  margin: 15px 5px 15px 5px;
	  padding: 0 10px 5px 0;
	  cursor: hand;
	  text-align: center;
	  vertical-align: middle;
	  line-height: 40px;
	  overflow: hidden;
	}
	.btn:before {
	  position: absolute;
	  left: -23px; top: 0;
	  width: calc(100% - 5px);
	  height: 50%;
	  background: red;
	  content: "";
	  z-index: -1;
	  transform: skewX(45deg);
	  transform-origin: left top;
	  box-shadow: 0px 1px 3px 1px #666666;
	}
	.btn:after {
	  position: absolute;
	  left: 0; top: 50%;
	  width: calc(100% - 5px);
	  height: calc(50% - 5px);
	  background: red;
	  content: "";
	  z-index: -1;
	  box-shadow: 2px 2px 4px #666666;
	}
	/* FIN BOTONES */

}

@media (min-width: 1800px) and (max-width: 2000px) {
	.contenedor-portal{
		width: 100%;
		height: auto;
	}
	.portal-header{
		background-color: #F93822;
		height: 55px;
		position: relative;
	}
	.portal-header label{
		color: white;
		font-family: 'Questrial', sans-serif;
		font-size:25px;
	}
	.portal-header i{
		color: white;
		margin-right: 5px;
		line-height: 10px;
		font-size: 25px;
		margin-right: 30px;
	}
	.portal-phone{
		display: inline;
		width: 50%;
		float: left;
	}
	.portal-phone-inner{
		width: 100%;
		margin-left: 10%;
		line-height: 55px;
	}
	.portal-email{
		display: inline;
		width: 50%;
		float: right;
	}
	.portal-email-inner{
		width: 450px;
		float: right;
		margin-right: 10%;
		line-height: 55px;
	}
	.inside-button{
		text-align: center;
	}

	.portal-separator{
		height: 10px;
		background-color: #888B8D;
	}
	.portal-portada img{
		width: 100%;
		height: 610px;
	}


	.portal-botones-contenedor{
		display: flex;
		justify-content: center;
	 	align-items: center;
	}
	.btn-portal{
		width: 30%;
		margin: 2%;
		height: 55px;
		font-size: 30px;
		background-color: #101820;
	}
	.paralelogramo{
		transform: skew(-20deg);
	}
	.btn-portal label{
		color: white;
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 20px;
		transform: skew(20deg);
	}

	.portal-boton-comprar{
		display: flex;
		justify-content: center;
	 	align-items: center;
	}


	.portal-compra-con-nosotros{
		margin-bottom: 50px;
	}

	.circle-shopping-cart{
		width: 60px;
		height: 60px;
		background: white;
		border-radius: 50%;
		line-height: 30px;
	}
	.circle-shopping-cart i{
		font-size: 30px;
		color: #F93822;
		line-height: 63px;
	}

	.btn-compra-con-nosotros{
		background-color: #F93822;
		height: 80px;
		border-radius: 50px;
		width: 40%;
		margin-top: 10px;

		background-image: linear-gradient(0deg, rgba(252,99,82,0) 0%, rgba(252,99,82,0) 50%, rgba(252,99,82,0.5) 51%);
		box-shadow: 5px 10px #AD2111;
	}
	.portal-boton-comprar label{
		font-size: 30px;
		color: white;
		font-weight: bold;
		margin-left: 155px;
		letter-spacing: 3px;
		line-height: 60px;
	}
	.inside-button{
		display: flex;
	}

	/* SECCION DE VIDEO */
	.portal-video{
		width: 100%;
		height: 650px;
		background-color: #888B8D;
		/*overflow: hidden;*/
		text-align: center;
	}
	.video-portal-contenedor{
		margin-left: 5%;
		margin-right: 5%;
		height: 650px;
		margin-bottom: 50px;
	}
	.video-portal-contenedor iframe{
		width: 90%;
		height: 90%;
	}
	/* BOTONES  347
	.btn {
	  position: relative;
	  height: 40px;
	  width: 128px;
	  margin: 15px 5px 15px 5px;
	  padding: 0 10px 5px 0;
	  cursor: hand;
	  text-align: center;
	  vertical-align: middle;
	  line-height: 40px;
	  overflow: hidden;
	}
	.btn:before {
	  position: absolute;
	  left: -23px; top: 0;
	  width: calc(100% - 5px);
	  height: 50%;
	  background: red;
	  content: "";
	  z-index: -1;
	  transform: skewX(45deg);
	  transform-origin: left top;
	  box-shadow: 0px 1px 3px 1px #666666;
	}
	.btn:after {
	  position: absolute;
	  left: 0; top: 50%;
	  width: calc(100% - 5px);
	  height: calc(50% - 5px);
	  background: red;
	  content: "";
	  z-index: -1;
	  box-shadow: 2px 2px 4px #666666;
	}
	/* FIN BOTONES */

}


@media (min-width: 2000px) and (max-width: 2700px) {
	.contenedor-portal{
		width: 100%;
		height: auto;
	}
	.portal-header{
		background-color: #F93822;
		height: 60px;
		position: relative;
	}
	.portal-header label{
		color: white;
		font-family: 'Questrial', sans-serif;
		font-size: 25px;
	}
	.portal-header i{
		color: white;
		margin-right: 5px;
		line-height: 10px;
		font-size: 25px;
		margin-right: 20px;
	}
	.portal-phone{
		display: inline;
		width: 50%;
		float: left;
	}
	.portal-phone-inner{
		width: 100%;
		margin-left: 10%;
		line-height: 55px;
	}
	.portal-email{
		display: inline;
		width: 50%;
		float: right;
	}
	.portal-email-inner{
		width: 500px;
		float: right;
		margin-right: 10%;
		line-height: 55px;
	}
	.inside-button{
		text-align: center;
	}

	.portal-separator{
		height: 20px;
		background-color: #888B8D;
	}
	.portal-portada img{
		width: 100%;
		height: 700px;
	}


	.portal-botones-contenedor{
		display: flex;
		justify-content: center;
	 	align-items: center;
	}
	.btn-portal{
		width: 30%;
		margin: 2%;
		height: 55px;
		font-size: 25px;
		background-color: #101820;
	}
	.paralelogramo{
		transform: skew(-20deg);
	}
	.btn-portal label{
		color: white;
		font-size: 25px;
		letter-spacing: 2px;
		line-height: 20px;
		transform: skew(20deg);
	}

	.portal-boton-comprar{
		display: flex;
		justify-content: center;
	 	align-items: center;
	}


	.portal-compra-con-nosotros{
		margin-bottom: 50px;
	}

	.circle-shopping-cart{
		width: 60px;
		height: 60px;
		background: white;
		border-radius: 50%;
		line-height: 30px;
	}
	.circle-shopping-cart i{
		font-size: 25px;
		color: #F93822;
		line-height: 63px;
	}

	.btn-compra-con-nosotros{
		background-color: #F93822;
		height: 80px;
		border-radius: 50px;
		width: 50%;
		margin-top: 10px;

		background-image: linear-gradient(0deg, rgba(252,99,82,0) 0%, rgba(252,99,82,0) 50%, rgba(252,99,82,0.5) 51%);
		box-shadow: 5px 10px #AD2111;
	}
	.portal-boton-comprar label{
		font-size: 25px;
		color: white;
		font-weight: bold;
		margin-left: 300px;
		letter-spacing: 3px;
		line-height: 60px;
	}
	.inside-button{
		display: flex;
	}

	/* SECCION DE VIDEO */
	.portal-video{
		width: 100%;
		height: 690px;
		background-color: #888B8D;
		/*overflow: hidden;*/
		text-align: center;
	}
	.video-portal-contenedor{
		margin-left: 5%;
		margin-right: 5%;
		height: 690px;
		margin-bottom: 50px;
	}
	.video-portal-contenedor iframe{
		width: 80%;
		height: 90%;
	}
	/* BOTONES  347
	.btn {
	  position: relative;
	  height: 40px;
	  width: 128px;
	  margin: 15px 5px 15px 5px;
	  padding: 0 10px 5px 0;
	  cursor: hand;
	  text-align: center;
	  vertical-align: middle;
	  line-height: 40px;
	  overflow: hidden;
	}
	.btn:before {
	  position: absolute;
	  left: -23px; top: 0;
	  width: calc(100% - 5px);
	  height: 50%;
	  background: red;
	  content: "";
	  z-index: -1;
	  transform: skewX(45deg);
	  transform-origin: left top;
	  box-shadow: 0px 1px 3px 1px #666666;
	}
	.btn:after {
	  position: absolute;
	  left: 0; top: 50%;
	  width: calc(100% - 5px);
	  height: calc(50% - 5px);
	  background: red;
	  content: "";
	  z-index: -1;
	  box-shadow: 2px 2px 4px #666666;
	}
	/* FIN BOTONES */

}


@media (min-width: 2700px) and (max-width: 3000px) {
	.contenedor-portal{
		width: 100%;
		height: auto;
	}
	.portal-header{
		background-color: #F93822;
		height: 90px;
		position: relative;
	}
	.portal-header label{
		color: white;
		font-family: 'Questrial', sans-serif;
		font-size: 35px;
		margin-top: 30px;
	}
	.portal-header i{
		color: white;
		margin-right: 5px;
		line-height: 10px;
		font-size: 35px;
		margin-right: 20px;
	}
	.portal-phone{
		display: inline;
		width: 50%;
		float: left;
	}
	.portal-phone-inner{
		width: 100%;
		margin-left: 10%;
		line-height: 55px;
	}
	.portal-email{
		display: inline;
		width: 50%;
		float: right;
	}
	.portal-email-inner{
		width: 600px;
		float: right;
		margin-right: 10%;
		line-height: 55px;
	}
	.inside-button{
		text-align: center;
	}

	.portal-separator{
		height: 20px;
		background-color: #888B8D;
	}
	.portal-portada img{
		width: 100%;
		height: 840px;
	}


	.portal-botones-contenedor{
		display: flex;
		justify-content: center;
	 	align-items: center;
	}
	.btn-portal{
		width: 55%;
		margin: 2%;
		height: 100px;
		font-size: 35px;
		background-color: #101820;
	}
	.paralelogramo{
		transform: skew(-20deg);
	}
	.btn-portal label{
		color: white;
		font-size: 35px;
		letter-spacing: 2px;
		line-height: 20px;
		transform: skew(20deg);
	}

	.portal-boton-comprar{
		display: flex;
		justify-content: center;
	 	align-items: center;
	}


	.portal-compra-con-nosotros{
		margin-bottom: 50px;
	}

	.circle-shopping-cart{
		width: 100px;
		height: 100px;
		background: white;
		border-radius: 50%;
		line-height: 30px;
		margin-left: 15px;
	}
	.circle-shopping-cart i{
		font-size: 35px;
		color: #F93822;
		line-height: 100px;
	}

	.btn-compra-con-nosotros{
		background-color: #F93822;
		height: 140px;
		border-radius: 90px;
		width: 35%;
		margin-top: 10px;

		background-image: linear-gradient(0deg, rgba(252,99,82,0) 0%, rgba(252,99,82,0) 50%, rgba(252,99,82,0.5) 51%);
		box-shadow: 5px 10px #AD2111;
	}
	.portal-boton-comprar label{
		font-size: 35px;
		color: white;
		font-weight: bold;
		margin-left: 200px;
		letter-spacing: 3px;
		line-height: 100px;
	}
	.inside-button{
		display: flex;
	}

	/* SECCION DE VIDEO */
	.portal-video{
		width: 100%;
		height: 750px;
		background-color: #888B8D;
		/*overflow: hidden;*/
		text-align: center;
	}
	.video-portal-contenedor{
		margin-left: 5%;
		margin-right: 5%;
		height: 750px;
		margin-bottom: 50px;
	}
	.video-portal-contenedor iframe{
		width: 80%;
		height: 90%;
	}
	/* BOTONES  347
	.btn {
	  position: relative;
	  height: 40px;
	  width: 128px;
	  margin: 15px 5px 15px 5px;
	  padding: 0 10px 5px 0;
	  cursor: hand;
	  text-align: center;
	  vertical-align: middle;
	  line-height: 40px;
	  overflow: hidden;
	}
	.btn:before {
	  position: absolute;
	  left: -23px; top: 0;
	  width: calc(100% - 5px);
	  height: 50%;
	  background: red;
	  content: "";
	  z-index: -1;
	  transform: skewX(45deg);
	  transform-origin: left top;
	  box-shadow: 0px 1px 3px 1px #666666;
	}
	.btn:after {
	  position: absolute;
	  left: 0; top: 50%;
	  width: calc(100% - 5px);
	  height: calc(50% - 5px);
	  background: red;
	  content: "";
	  z-index: -1;
	  box-shadow: 2px 2px 4px #666666;
	}
	/* FIN BOTONES */

}

@media (min-width: 4000px) {
	.contenedor-portal{
		width: 100%;
		height: auto;
	}
	.portal-header{
		background-color: #F93822;
		height: 100px;
		position: relative;
	}
	.portal-header label{
		color: white;
		font-family: 'Questrial', sans-serif;
		font-size: 40px;
		margin-top: 30px;
	}
	.portal-header i{
		color: white;
		margin-right: 5px;
		line-height: 10px;
		font-size: 40px;
		margin-right: 20px;
	}
	.portal-phone{
		display: inline;
		width: 50%;
		float: left;
	}
	.portal-phone-inner{
		width: 100%;
		margin-left: 10%;
		line-height: 55px;
	}
	.portal-email{
		display: inline;
		width: 50%;
		float: right;
	}
	.portal-email-inner{
		width: 900px;
		float: right;
		margin-right: 10%;
		line-height: 55px;
	}
	.inside-button{
		text-align: center;
	}

	.portal-separator{
		height: 20px;
		background-color: #888B8D;
	}
	.portal-portada img{
		width: 100%;
		height: 1500px;
	}


	.portal-botones-contenedor{
		display: flex;
		justify-content: center;
	 	align-items: center;
	}
	.btn-portal{
		width: 30%;
		margin: 2%;
		height: 100px;
		font-size: 20px;
		background-color: #101820;
	}
	.paralelogramo{
		transform: skew(-20deg);
	}
	.btn-portal label{
		color: white;
		font-size: 40px;
		letter-spacing: 2px;
		line-height: 20px;
		transform: skew(20deg);
	}

	.portal-boton-comprar{
		display: flex;
		justify-content: center;
	 	align-items: center;
	}


	.portal-compra-con-nosotros{
		margin-bottom: 50px;
	}

	.circle-shopping-cart{
		width: 100px;
		height: 100px;
		background: white;
		border-radius: 50%;
		line-height: 30px;
		margin-left: 15px;
	}
	.circle-shopping-cart i{
		font-size: 40px;
		color: #F93822;
		line-height: 100px;
	}

	.btn-compra-con-nosotros{
		background-color: #F93822;
		height: 140px;
		border-radius: 90px;
		width: 35%;
		margin-top: 10px;

		background-image: linear-gradient(0deg, rgba(252,99,82,0) 0%, rgba(252,99,82,0) 50%, rgba(252,99,82,0.5) 51%);
		box-shadow: 5px 10px #AD2111;
	}
	.portal-boton-comprar label{
		font-size: 40px;
		color: white;
		font-weight: bold;
		margin-left: 360px;
		letter-spacing: 3px;
		line-height: 100px;
	}
	.inside-button{
		display: flex;
	}

	/* SECCION DE VIDEO */
	.portal-video{
		width: 100%;
		height: 1200px;
		background-color: #888B8D;
		/*overflow: hidden;*/
		text-align: center;
	}
	.video-portal-contenedor{
		margin-left: 5%;
		margin-right: 5%;
		height: 1200px;
		margin-bottom: 50px;
	}
	.video-portal-contenedor iframe{
		width: 80%;
		height: 90%;
	}
	/* BOTONES  347
	.btn {
	  position: relative;
	  height: 40px;
	  width: 128px;
	  margin: 15px 5px 15px 5px;
	  padding: 0 10px 5px 0;
	  cursor: hand;
	  text-align: center;
	  vertical-align: middle;
	  line-height: 40px;
	  overflow: hidden;
	}
	.btn:before {
	  position: absolute;
	  left: -23px; top: 0;
	  width: calc(100% - 5px);
	  height: 50%;
	  background: red;
	  content: "";
	  z-index: -1;
	  transform: skewX(45deg);
	  transform-origin: left top;
	  box-shadow: 0px 1px 3px 1px #666666;
	}
	.btn:after {
	  position: absolute;
	  left: 0; top: 50%;
	  width: calc(100% - 5px);
	  height: calc(50% - 5px);
	  background: red;
	  content: "";
	  z-index: -1;
	  box-shadow: 2px 2px 4px #666666;
	}
	/* FIN BOTONES */

}


.portal-boton-comprar2{
		display: flex;
		justify-content: center;
	 	align-items: center;
	}

.portal-boton-comprar2 label{
		font-size: 160%;
		color: white;
		font-weight: bold;
		margin-left: 23%;
		margin-top: 2%;
		letter-spacing: 3px;
		line-height: 100%;
	}