/* Para Cel */
/*-----------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width:320px) and (max-width:1024px){
	.w-100 {
		width: 100%!important;
		margin: 0 auto;

		/*border: 1px solid red;*/
		
	}

	.h-size1 {
		/*margin-top: 0px !important;*/

		padding-top: 8vh !important;
		
		/*display: none;*/
		
		/*border: 1px solid red;*/	
		background-color: #17202a !important;
		
	}

	.carousel-control-prev {

		padding-left: 5%;	
		/*border: 1px solid red;*/
		
	}

	.carousel-control-next {

		padding-right: 5%;	
		/*border: 1px solid red;*/
		
	}

    .banner {
        height: auto;
    }

	.carousel-caption {
		margin-bottom: 20px;
		text-align: left;
		
	}

	.banner-title {
		font-size: 18px;
		font-weight: bold;
		color: rgb(254, 80, 0);
		margin-bottom: 0;
		padding-left: 0;
	}

	.banner-subtitle {
		font-size: 16px;
		color: rgb(255, 255, 255);
		padding-left: 0;
	}

	.banner-text {
		width: 50%;
		font-size: 14px;
		display: none;
	}
	
	.banner-button {
		width: 100%;
		height: 44px;
		margin-top: 10px;
		font-size: 14px;
		color: rgb(0, 0, 0);
		border-color: rgb(254, 80, 0);
		background-color: rgb(254, 80, 0);
		border-radius: 15px;
		border-style: solid;
	}

	.body-button {
		width: 170px;
		height: 44px;
		margin-top: 10px;
		font-size: 14px;
		color: rgb(255, 255, 255);
		border-color: rgb(254, 80, 0);
		background-color: rgb(254, 80, 0);
		border-radius: 15px;
		border-style: solid;
	}

	.body-button:hover {
		color: rgb(255, 255, 255);
		background-color: rgb(245, 133, 81);
		border-color: rgb(245, 133, 81);
	}

	/**************************************************************************************************************/
	
	#resumen {
		/*margin-top: 100px;*/
	
	}

	.resumen {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 40px;
		padding-bottom: 40px;

		/*border: 1px solid red;*/
		background-color: #f5f5f5 !important;
		
	}

	.resumen-titulo {
		max-width: 100%;
		margin: 0 auto;
		
		/*padding-top: 50px;*/
		padding-bottom: 20px;

		/*border: 1px solid red;*/
		background-color: #f5f5f5 !important;
		
	}

	.resumen-titulo h2 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 18px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.resumen-titulo h3 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 14px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.resumen-titulo span {
		color: #333;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.resumen-titulo hr {
		max-width: 50%;
		
		border: 0;
		border-top: 1px solid rgba(0,0,0,.1);
		
	}
	
	.content-center-resumen {
		width: 100%;
		margin: 0 auto 0 auto;
		text-align: center;
	}

	.resumen-container {
		overflow: hidden;
		height: fit-content;
		margin-top: 20px;
	}
	
	.resumen-details {
		text-align: center;
		bottom: 25px;
		left: 25px;
		right: 25px;
		z-index: 2500;
	}

	.resumen-details h2 {
		font-size: 18px;
		font-weight: bold;
		margin: 15px;
		margin-top: 15px;
	
	}
	
	.resumen-details p {
		font-size: 15px;
		margin: 15px;
	
	}

	/**************************************************************************************************************/

	#portfolio {
		/*margin-top: 100px;*/
		
	}

	.portfolio {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 40px;
		padding-bottom: 40px;

		/*border: 1px solid red;*/
		background-color: #444 !important;
		
	}

	.portfolio-titulo {
		max-width: 100%;
		margin: 0 auto;
		
		/*padding-top: 50px;*/
		padding-bottom: 20px;

		/*border: 1px solid red;*/
		background: none;
		
	}

	.portfolio-titulo h2 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 18px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.portfolio-titulo h3 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 14px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}
	
	.portfolio-titulo span {
		color: #333;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.portfolio-titulo hr {
		max-width: 50%;
		
		border: 0;
		border-top: 1px solid #777;
		
	}
	
	.portfolio-contenido {
		width: 100%;
		height: auto;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 5px 10px 5px;

		/*border: 1px solid red;*/
		background: none;
		
	}

	.portfolio-post {
		width: 100%;
		height: 300px;
		margin: 5px;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 12px 0px 15px;

		/*border: 1px solid red;*/
		border-radius: 15px;
		background-color: #fff;
		
	}

	.portfolio-post-imagen {
		width: 30%;
		height: 100%;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px;
		
		/*border: 1px solid red;*/
		background: none;

	}
	
	.portfolio-post-imagen img {
		width: 100%;
		height: auto;
		
		/*border: 1px solid red;*/
		border-radius: 10px;
		/*background-color: #fff;*/
		
	}
	
	.portfolio-post-descripcion {
		width: 70%;
		height: 100%;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: start !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px;
		
		/*border: 1px solid red;*/
		background: none;
		
	}

	.portfolio-post-descripcion h2 {
		width: 100%;
		height: auto;
		margin: 0;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: start !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding-top: 20px;
		padding-left: 10px;

		color: #111;
		text-align: left;
		font-size: 18px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

		/*border: 1px solid red;*/
		background: none;
		
	}

	.portfolio-post-descripcion p {
		width: 100%;
		height: auto;
		margin: 0;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: start !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding-top: 20px;
		padding-left: 10px;
		
		color: #111;
		text-align: left;
		font-size: 14px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

		/*border: 1px solid red;*/
		background: none;
		
	}
	
	.portfolio-pie {
		width: 100%;
		height: auto;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 20px 10px 20px;


		/*border: 1px solid red;*/
		background: none;
		
	}

	/**************************************************************************************************************/
	
	#certificados {
		/*margin-top: 100px;*/
		
	}

	.certificados {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 40px;
		padding-bottom: 40px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	.certificados-titulo {
		max-width: 100%;
		margin: 0 auto;
		
		/*padding-top: 50px;*/
		padding-bottom: 30px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	.certificados-titulo h2 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 22px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.certificados-titulo h3 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 18px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}
	
	.certificados-titulo span {
		color: #333;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.certificados-titulo hr {
		max-width: 50%;
		
		border: 0;
		border-top: 1px solid rgba(0,0,0,.1);
		
	}
	
	.certificados-contenido {
		width: 100%;
		height: auto;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 5px 10px 5px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	.certificados-post {
		width: 100%;
		height: 350px;
		margin: 10px;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: start !important; /*start, center, end, between, around*/
		align-items: start !important; /*start, center, end*/
		
		box-sizing: border-box;
		/*padding: 0px 10px 0px 10px;*/

		/*border: 1px solid red;*/
		border-radius: 15px;
		background-color: #fff;

	}

	.certificados-post:hover {
		cursor: pointer;
		
		/*border: 1px solid #f2f2f2;*/
		border-radius: 15px;
		background-color: #f5f5f5;			
		
	}
	
	.certificados-post-imagen {
		width: 100%;
		height: auto;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 30px 0px 0px 0px;
		
		/*border: 1px solid red;*/
		background: none;

	}
	
	.certificados-post-imagen img {
		width: 60%;
		height: auto;
		
		border: 1px solid #ddd;
		border-radius: 10px;
		/*background-color: #fff;*/
		
	}
	
	.certificados-post-descripcion {
		width: 100%;
		height: 100%;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: start !important; /*start, center, end, between, around*/
		align-items: start !important; /*start, center, end*/
		
		box-sizing: border-box;
		/*padding: 0px 10px 20px 10px;*/
		
		/*border: 1px solid red;*/
		background: none;
		
	}

	.certificados-post-descripcion h2 {
		width: 100%;
		height: auto;
		margin: 0;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 20px 5px 0px 5px;		

		color: #111;
		text-align: center;
		font-size: 18px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

		/*border: 1px solid red;*/
		background: none;
		
	}

	.certificados-post-descripcion p {
		width: 100%;
		height: auto;
		margin: 0;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: start !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 15px 22px 10px 22px;
		
		color: #222;
		text-align: justify;
		font-size: 14px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

		/*border: 1px solid red;*/
		background: none;
		
	}

	/**************************************************************************************************************/

	#nosotros {
		/*margin-top: 100px;*/
		
	}

	.nosotros {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 40px;
		padding-bottom: 40px;

		/*border: 1px solid red;*/
		background-color: #f5f5f5 !important;
		
	}

	.nosotros-titulo {
		max-width: 100%;
		margin: 0 auto;
		
		/*padding-top: 50px;*/
		padding-bottom: 30px;

		/*border: 1px solid red;*/
		background-color: #f5f5f5 !important;
		
	}

	.nosotros-titulo h2 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 22px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.nosotros-titulo h3 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 18px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}
	
	.nosotros-titulo span {
		color: #333;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.nosotros-titulo hr {
		max-width: 50%;
		
		border: 0;
		border-top: 1px solid rgba(0,0,0,.1);
		
	}

	.nosotros-contenido {
		width: 100%;
		height: auto;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 20px 15px 20px;

		/*border: 1px solid red;*/
		background: none;
		
	}

	.nosotros-post {
		width: 100%;
		height: auto;
		/*height: 300px;*/
		/*margin: 5px;*/

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 15px 0px 15px;

		/*border: 1px solid red;*/
		/*border-radius: 15px;*/
		background-color: #f5f5f5;
		
	}
	
	.nosotros-post-descripcion {
		width: 100%;
		height: 100%;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: start !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px;
		
		/*border: 1px solid red;*/
		background: none;
		
	}

	.nosotros-post-descripcion p {
		width: 100%;
		height: auto;
		
		color: #111;
		text-align: justify;
		font-size: 18px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

		/*border: 1px solid red;*/
		background: none;
		
	}
	
	/* PENDIENTE INCLUIR LAS DEMAS CLASES*/
	
	.content-center-nosotros {
		width: 85%;
		margin: 0 auto 0 auto;
		text-align: center;
		
		/*border: 1px solid red;*/
		
	}

	.content-center-nosotros p {
		font-size: 18px;
		line-height: 200%;
	}

	.title-center {
		max-width: 90%;
		margin: 0 auto;
		
		text-align: center;

		/*border: 1px solid red;*/
		
	}

	.title-center a {
	  color: rgb(254, 80, 0)!important;
	  /*text-decoration: underline;*/
	  /*background-color: transparent;*/
	  /*text-decoration: none;*/
	}

	.title-center a:hover {
	  color: red!important;
	  /*background-color: transparent;*/
	  /*text-decoration: none;*/
	} 

	.title-center h2 {
		font-size: 26px;
		font-weight: bold;
	}
		
	.title-center h3 {
		font-size: 20px;
	}

	.mensaje p {
		font-size: 18px;
		line-height: 200%;
	}

	.nosotros-pie {
		width: 100%;
		height: auto;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 20px 10px 20px;


		/*border: 1px solid red;*/
		background: none;
		
	}
	
	.divider {
		background-color: rgb(254, 80, 0);
		max-width: 60%;
	}
	
	/**************************************************************************************************************/

	#contacto {
		/*margin-top: 100px;*/
		
	}

	.contacto {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 50px;
		padding-bottom: 50px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}
	
	.contacto-titulo {
		max-width: 100%;
		margin: 0 auto;
		
		/*padding-top: 50px;*/
		padding-bottom: 30px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	.contacto-titulo h2 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 22px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.contacto-titulo h3 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 18px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.contacto-titulo span {
		color: #333;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.contacto-titulo hr {
		max-width: 50%;
		
		border: 0;
		border-top: 1px solid rgba(0,0,0,.1);
		
	}
	
	/* PENDIENTE INCLUIR LAS DEMAS CLASES*/
	
	.contacto-pie {
		width: 100%;
		height: auto;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 70px 30px 70px;


		/*border: 1px solid red;*/
		background: none;
		
	}

	/**************************************************************************************************************/
	
	#corporativo {
		/*margin-top: 100px;*/
		
	}

	.corporativo {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 40px;
		padding-bottom: 40px;
		
		/*border: 1px solid red;*/
		background-color: #f5f5f5 !important;
		
	}

	.corporativo-titulo {
		max-width: 100%;
		margin: 0 auto;
		
		/*padding-top: 50px;*/
		padding-bottom: 30px;

		/*border: 1px solid red;*/
		background-color: #f5f5f5 !important;
		
	}

	.corporativo-titulo h2 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 22px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.corporativo-titulo h3 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 18px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.corporativo-titulo span {
		color: #333;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.corporativo-titulo hr {
		max-width: 50%;
		
		border: 0;
		border-top: 1px solid rgba(0,0,0,.1);
		
	}
	
	/* PENDIENTE INCLUIR LAS DEMAS CLASES*/
	
	.content-center-corporativo {
		width: 95%;
		margin: 0 auto;
		text-align: center;
		
		/*border: 1px solid red;*/
		
	}

	/**************************************************************************************************************/
	
	#preferences {
		/*margin-top: 100px;*/

	}

	.preferences {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 40px;
		padding-bottom: 40px;
		
		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	/* PENDIENTE INCLUIR LAS DEMAS CLASES*/
	
	.content-center-preferences {
		width: 95%;
		margin: 0 auto 0 auto;
	}

	.preferences-details {
		width: 100%;
		padding-top: 30px;
		text-align: left;
		font-size: 10px;
		color: rgb(145,145,145);
	}

	.preferences-details h3 {
		font-size: 18px;
		color: rgb(0,0,0);
	}

    .preferences-details p {
        font-size: 14px;  
    }
    
	.preferences-button {
		height: fit-content;
		font-size: 14px;
		line-height: 200%;
		color: rgb(255,255,255);
		background-color: rgb(254, 80, 0);
		border-color: rgb(254, 80, 0);
		border-style: solid;
	}

	.preferences-button:hover {
		background-color: rgb(145,145,145);
		border-color: rgb(145, 145, 145);
	}

	/**************************************************************************************************************/
	
	.img-fluid {
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.img-fluid2 {
		height: 50px;
		display: block;
		margin: 20px auto 0 auto;
	}
	
	.img-fluid3 {
		height: 100px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.more-link {
		font-size: 12px;
		color: rgb(254, 80, 0);
		margin: 15px;
	}

	.more-link:hover {
		color: rgb(254, 80, 0);
		text-decoration: none;
	}

	.arrow-icon {
		width: 10px;
		margin-left: 5px;
	}

	.parallax {
		height: fit-content;
		background: transparent;
	}

	.content-center-parallax {
		width: 60%;
		margin: 0 auto 0 auto;
		text-align: center;
		align-items: center;
		padding-top: 45px;
		padding-bottom: 45px;
		color: rgb(255,255,255);
	}
	
	.content-center-parallax h2 {
		font-size: 20px;
	}

	.content-center-parallax p {
		padding-top: 10px;
		font-size: 14px;
	}

	.parallax-button {
		margin-top: 5px;
		width: 150px;
		height: 40px;
		font-size: 14px;
		color: rgb(255,255,255);
		background-color: rgb(254, 80, 0);
		border-color: rgb(254, 80, 0);
		border-style: solid;
		border-radius: 20px;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}

	.parallax-button:hover {
		color: rgb(255, 255, 255);
		background-color: rgb(245, 133, 81);
		border-color: rgb(245, 133, 81);
	}

    .p-quotation {
        display: none;
    }
	
	.last-before-footer {
		padding-bottom: 50px;
	}

	.client-info {
		margin-left: 3px;
		width: 145px;
		font-size: 14px;
	}

	.comments-container {
		margin-top: 25px;
	}

	.client-comments {
		margin: 0;
		width: 100%;
		height: 150px;
		font-size: 14px;
		resize: none;
	}

	.job-vacancy-title {
		text-align: center;
	}

	.job-vacancy-content {
		margin-top: 20px;
	}

	/**************************************************************************************************************/

	.modal-post {
		max-width: 100%;
		max-height: 100%;

		position: relative;	
		display: none;
		
		position: fixed;
		top: 0px;
		bottom: 0;
		left: 0;
		right: 0;

		flex-direction: column;
		justify-content: center; /*start, center, end, between, around*/
		align-items: center; /*start, center, end*/	

		box-sizing: border-box;	
		padding: 100px 0px 0px 0px;
		
		/*border: 1px solid red;*/
		background: rgba(0,0,0,0.7);

		overflow: none;
		/*scrollbar-width: thin;*/
		
		z-index: 10;

	}

	.modal-post-imagen {
		width: 100%;
		height: auto;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		/*padding: 0px;*/
		
		/*border: 1px solid red;*/
		background: none;

	}
	
	.modal-post-imagen img {
		width: 95%;
		height: auto;
		
		/*border: 1px solid red;*/
		border-radius: 2px;
		/*background-color: #fff;*/
		
	}
	
	/**************************************************************************************************************/

	#cnc-presentacion {
		/*margin-top: 100px;*/
		
	}

	.cnc-presentacion {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 100px;
		padding-bottom: 10px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	.cnc-presentacion-titulo {
		max-width: 100%;
		margin: 0 auto;
		
		/*padding-top: 50px;*/
		padding-bottom: 35px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	.cnc-presentacion-titulo h2 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 22px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.cnc-presentacion-titulo h3 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 22px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}
	
	.cnc-presentacion-titulo span {
		color: #333;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.cnc-presentacion-titulo hr {
		max-width: 50%;
		
		border: 0;
		border-top: 1px solid rgba(0,0,0,.1);
		
	}

	.cnc-nosotros {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 40px;
		padding-bottom: 40px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	.cnc-valores {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 40px;
		padding-bottom: 40px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}
	
	.cnc-maquinas {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 40px;
		padding-bottom: 40px;

		/*border: 1px solid red;*/
		background-color: #f5f5f5 !important;
		
	}
	
}


/* Para Laptop */
/*-----------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1025px) and (max-width:1599px) {
	
	.w-100 {
		width: 100%!important;
		margin: 0 auto;

		/*border: 1px solid red;*/
		
	}
	
	.h-size1 {
		/*margin-top: 0px !important;*/
		
		padding-top: 9vh !important;
		
		/*border: 1px solid red;*/	
		background-color: #17202a !important;
		
	}

	.carousel-control-prev {

		padding-left: 5%;	
		/*border: 1px solid red;*/
		
	}

	.carousel-control-next {

		padding-right: 5%;	
		/*border: 1px solid red;*/
		
	}

    .banner {
        height: auto;
    }

	.carousel-caption {
		margin-bottom: 20px;
		text-align: left;
		
	}
	
	.banner-title {
		font-size: 26px;
		font-weight: bold;
		color: rgb(254, 80, 0);
		margin-bottom: 0;
		padding-left: 0;
	}
    
	.banner-subtitle {
		font-size: 22px;
		color: rgb(255, 255, 255);
		padding-left: 0;
	}

	.banner-text {
		width: 60%;
		font-size: 18px;
		display: flex;
	}

	.banner-button {
		width: 100%;
		height: 44px;
		margin-top: 10px;
		font-size: 14px;
		color: rgb(0, 0, 0);
		border-color: rgb(254, 80, 0);
		background-color: rgb(254, 80, 0);
		border-radius: 15px;
		border-style: solid;
	}

	.body-button {
		width: 180px;
		height: 44px;
		margin-top: 10px;
		font-size: 14px;
		color: rgb(255, 255, 255);
		border-color: rgb(254, 80, 0);
		background-color: rgb(254, 80, 0);
		border-radius: 15px;
		border-style: solid;
	}

	.body-button:hover {
		color: rgb(255, 255, 255);
		background-color: rgb(245, 133, 81);
		border-color: rgb(245, 133, 81);
	}

	/**************************************************************************************************************/
	
	#resumen {
		/*margin-top: 100px;*/
	
	}

	.resumen {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 40px;
		padding-bottom: 40px;

		/*border: 1px solid red;*/
		background-color: #f5f5f5 !important;
		
	}

	.resumen-titulo {
		max-width: 100%;
		margin: 0 auto;
		
		/*padding-top: 50px;*/
		padding-bottom: 30px;

		/*border: 1px solid red;*/
		background-color: #f5f5f5 !important;
		
	}

	.resumen-titulo h2 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 22px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.resumen-titulo h3 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 18px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.resumen-titulo span {
		color: #333;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.resumen-titulo hr {
		max-width: 50%;
		
		border: 0;
		border-top: 1px solid rgba(0,0,0,.1);
		
	}
	
	.content-center-resumen {
		width: 100%;
		margin: 0 auto 0 auto;
		text-align: center;
	}

	.resumen-container {
		overflow: hidden;
		height: fit-content;
		margin-top: 20px;
	}
	
	.resumen-details {
		text-align: center;
		bottom: 25px;
		left: 25px;
		right: 25px;
		z-index: 2500;
	}

	.resumen-details h2 {
		font-size: 18px;
		font-weight: bold;
		margin: 15px;
		margin-top: 15px;
	
	}
	
	.resumen-details p {
		font-size: 15px;
		margin: 15px;
	
	}

	/**************************************************************************************************************/

	#portfolio {
		/*margin-top: 100px;*/
		
	}

	.portfolio {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 40px;
		padding-bottom: 40px;

		/*border: 1px solid red;*/
		background-color: #444 !important;
		
	}

	.portfolio-titulo {
		max-width: 100%;
		margin: 0 auto;
		
		/*padding-top: 50px;*/
		padding-bottom: 30px;

		/*border: 1px solid red;*/
		background: none;
		
	}

	.portfolio-titulo h2 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 22px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.portfolio-titulo h3 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 18px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}
	
	.portfolio-titulo span {
		color: #333;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.portfolio-titulo hr {
		max-width: 50%;
		
		border: 0;
		border-top: 1px solid #777;
		
	}
	
	.portfolio-contenido {
		width: 100%;
		height: auto;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 20px 15px 20px;

		/*border: 1px solid red;*/
		background: none;
		
	}

	.portfolio-post {
		width: 100%;
		height: 300px;
		margin: 5px;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 12px 0px 12px;

		/*border: 1px solid red;*/
		border-radius: 15px;
		background-color: #fff;
		
	}

	.portfolio-post-imagen {
		width: 30%;
		height: 100%;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px;
		
		/*border: 1px solid red;*/
		background: none;

	}
	
	.portfolio-post-imagen img {
		width: 100%;
		height: auto;
		
		/*border: 1px solid red;*/
		border-radius: 10px;
		/*background-color: #fff;*/
		
	}
	
	.portfolio-post-descripcion {
		width: 70%;
		height: 100%;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: start !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px;
		
		/*border: 1px solid red;*/
		background: none;
		
	}

	.portfolio-post-descripcion h2 {
		width: 100%;
		height: auto;
		margin: 0;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: start !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding-top: 20px;
		padding-left: 10px;

		color: #111;
		text-align: left;
		font-size: 18px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

		/*border: 1px solid red;*/
		background: none;
		
	}

	.portfolio-post-descripcion p {
		width: 100%;
		height: auto;
		margin: 0;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: start !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding-top: 20px;
		padding-left: 10px;
		
		color: #111;
		text-align: justify;
		font-size: 14px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

		/*border: 1px solid red;*/
		background: none;
		
	}
	
	.portfolio-pie {
		width: 100%;
		height: auto;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 20px 10px 20px;


		/*border: 1px solid red;*/
		background: none;
		
	}

	/**************************************************************************************************************/
	
	#certificados {
		/*margin-top: 100px;*/
		
	}

	.certificados {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 40px;
		padding-bottom: 40px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	.certificados-titulo {
		max-width: 100%;
		margin: 0 auto;
		
		/*padding-top: 50px;*/
		padding-bottom: 30px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	.certificados-titulo h2 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 22px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.certificados-titulo h3 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 18px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}
	
	.certificados-titulo span {
		color: #333;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.certificados-titulo hr {
		max-width: 50%;
		
		border: 0;
		border-top: 1px solid rgba(0,0,0,.1);
		
	}
	
	.certificados-contenido {
		width: 100%;
		height: auto;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 20px 15px 20px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	.certificados-post {
		width: 100%;
		height: 350px;
		margin: 10px;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: start !important; /*start, center, end, between, around*/
		align-items: start !important; /*start, center, end*/
		
		box-sizing: border-box;
		/*padding: 0px 10px 0px 10px;*/

		/*border: 1px solid red;*/
		border-radius: 15px;
		background-color: #fff;

	}

	.certificados-post:hover {
		cursor: pointer;
		
		/*border: 1px solid #f2f2f2;*/
		border-radius: 15px;
		background-color: #f5f5f5;			
		
	}
	
	.certificados-post-imagen {
		width: 100%;
		height: auto;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 30px 0px 0px 0px;
		
		/*border: 1px solid red;*/
		background: none;

	}
	
	.certificados-post-imagen img {
		width: 60%;
		height: auto;
		
		border: 1px solid #ddd;
		border-radius: 10px;
		/*background-color: #fff;*/
		
	}
	
	.certificados-post-descripcion {
		width: 100%;
		height: 100%;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: start !important; /*start, center, end, between, around*/
		align-items: start !important; /*start, center, end*/
		
		box-sizing: border-box;
		/*padding: 0px 10px 20px 10px;*/
		
		/*border: 1px solid red;*/
		background: none;
		
	}

	.certificados-post-descripcion h2 {
		width: 100%;
		height: auto;
		margin: 0;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 20px 5px 0px 5px;		

		color: #111;
		text-align: center;
		font-size: 18px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

		/*border: 1px solid red;*/
		background: none;
		
	}

	.certificados-post-descripcion p {
		width: 100%;
		height: auto;
		margin: 0;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: start !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 15px 22px 10px 22px;
		
		color: #222;
		text-align: justify;
		font-size: 14px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

		/*border: 1px solid red;*/
		background: none;
		
	}

	/**************************************************************************************************************/

	#nosotros {
		/*margin-top: 100px;*/
		
	}

	.nosotros {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 40px;
		padding-bottom: 40px;

		/*border: 1px solid red;*/
		background-color: #f5f5f5 !important;
		
	}

	.nosotros-titulo {
		max-width: 100%;
		margin: 0 auto;
		
		/*padding-top: 50px;*/
		padding-bottom: 30px;

		/*border: 1px solid red;*/
		background-color: #f5f5f5 !important;
		
	}

	.nosotros-titulo h2 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 22px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.nosotros-titulo h3 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 18px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}
	
	.nosotros-titulo span {
		color: #333;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.nosotros-titulo hr {
		max-width: 50%;
		
		border: 0;
		border-top: 1px solid rgba(0,0,0,.1);
		
	}

	.nosotros-contenido {
		width: 100%;
		height: auto;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 50px 15px 50px;

		/*border: 1px solid red;*/
		background: none;
		
	}

	.nosotros-post {
		width: 100%;
		height: auto;
		/*height: 300px;*/
		/*margin: 5px;*/

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 15px 0px 15px;

		/*border: 1px solid red;*/
		/*border-radius: 15px;*/
		background-color: #f5f5f5;
		
	}
	
	.nosotros-post-descripcion {
		width: 100%;
		height: 100%;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: start !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px;
		
		/*border: 1px solid red;*/
		background: none;
		
	}

	.nosotros-post-descripcion p {
		width: 100%;
		height: auto;
		
		color: #111;
		text-align: justify;
		font-size: 18px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

		/*border: 1px solid red;*/
		background: none;
		
	}
	
	/* PENDIENTE INCLUIR LAS DEMAS CLASES*/
	
	.content-center-nosotros {
		width: 85%;
		margin: 0 auto 0 auto;
		text-align: center;
		
		/*border: 1px solid red;*/
		
	}

	.content-center-nosotros p {
		font-size: 18px;
		line-height: 200%;
	}

	.title-center {
		max-width: 90%;
		margin: 0 auto;
		
		text-align: center;

		/*border: 1px solid red;*/
		
	}

	.title-center a {
	  color: rgb(254, 80, 0)!important;
	  /*text-decoration: underline;*/
	  /*background-color: transparent;*/
	  /*text-decoration: none;*/
	}

	.title-center a:hover {
	  color: red!important;
	  /*background-color: transparent;*/
	  /*text-decoration: none;*/
	} 

	.title-center h2 {
		font-size: 26px;
		font-weight: bold;
	}
		
	.title-center h3 {
		font-size: 20px;
	}

	.mensaje p {
		font-size: 18px;
		line-height: 200%;
	}

	.nosotros-pie {
		width: 100%;
		height: auto;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 20px 10px 20px;


		/*border: 1px solid red;*/
		background: none;
		
	}
	
	.divider {
		background-color: rgb(254, 80, 0);
		max-width: 60%;
	}
	
	/**************************************************************************************************************/

	#contacto {
		/*margin-top: 100px;*/
		
	}

	.contacto {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 40px;
		padding-bottom: 40px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}
	
	.contacto-titulo {
		max-width: 100%;
		margin: 0 auto;
		
		/*padding-top: 50px;*/
		padding-bottom: 30px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	.contacto-titulo h2 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 22px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.contacto-titulo h3 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 18px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.contacto-titulo span {
		color: #333;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.contacto-titulo hr {
		max-width: 50%;
		
		border: 0;
		border-top: 1px solid rgba(0,0,0,.1);
		
	}
	
	/* PENDIENTE INCLUIR LAS DEMAS CLASES*/
	
	.contacto-pie {
		width: 100%;
		height: auto;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 70px 30px 70px;


		/*border: 1px solid red;*/
		background: none;
		
	}

	/**************************************************************************************************************/
	
	#corporativo {
		/*margin-top: 100px;*/
		
	}

	.corporativo {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 40px;
		padding-bottom: 40px;
		
		/*border: 1px solid red;*/
		background-color: #f5f5f5 !important;
		
	}

	.corporativo-titulo {
		max-width: 100%;
		margin: 0 auto;
		
		/*padding-top: 50px;*/
		padding-bottom: 30px;

		/*border: 1px solid red;*/
		background-color: #f5f5f5 !important;
		
	}

	.corporativo-titulo h2 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 22px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.corporativo-titulo h3 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 18px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.corporativo-titulo span {
		color: #333;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.corporativo-titulo hr {
		max-width: 50%;
		
		border: 0;
		border-top: 1px solid rgba(0,0,0,.1);
		
	}
	
	/* PENDIENTE INCLUIR LAS DEMAS CLASES*/
	
	.content-center-corporativo {
		width: 95%;
		margin: 0 auto;
		text-align: center;
		
		/*border: 1px solid red;*/
		
	}

	/**************************************************************************************************************/
	
	#preferences {
		/*margin-top: 100px;*/

	}

	.preferences {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 40px;
		padding-bottom: 40px;
		
		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	/* PENDIENTE INCLUIR LAS DEMAS CLASES*/
	
	.content-center-preferences {
		width: 95%;
		margin: 0 auto 0 auto;
	}

	.preferences-details {
		width: 100%;
		padding-top: 30px;
		text-align: left;
		font-size: 10px;
		color: rgb(145,145,145);
	}

	.preferences-details h3 {
		font-size: 18px;
		color: rgb(0,0,0);
	}

    .preferences-details p {
        font-size: 14px;  
    }
    
	.preferences-button {
		height: fit-content;
		font-size: 14px;
		line-height: 200%;
		color: rgb(255,255,255);
		background-color: rgb(254, 80, 0);
		border-color: rgb(254, 80, 0);
		border-style: solid;
	}

	.preferences-button:hover {
		background-color: rgb(145,145,145);
		border-color: rgb(145, 145, 145);
	}

	/**************************************************************************************************************/

	.img-fluid {
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.img-fluid2 {
		height: 70px;
		display: block;
		margin: 20px auto 0 auto;
	}
	
	.img-fluid3 {
		height: 100px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.more-link {
		font-size: 12px;
		color: rgb(254, 80, 0);
		margin: 15px;
	}

	.more-link:hover {
		color: rgb(254, 80, 0);
		text-decoration: none;
	}

	.arrow-icon {
		width: 10px;
		margin-left: 5px;
	}

	.parallax {
		height: fit-content;
		background: transparent;
	}

	.content-center-parallax {
		width: 60%;
		margin: 0 auto 0 auto;
		text-align: center;
		align-items: center;
		padding-top: 45px;
		padding-bottom: 45px;
		color: rgb(255,255,255);
	}

	.content-center-parallax h2 {
		font-size: 20px;
	}

	.content-center-parallax p {
		padding-top: 10px;
		font-size: 14px;
	}
	
	.parallax-button {
		margin-top: 10px;
		width: 150px;
		height: 50px;
		font-size: 16px;
		color: rgb(255,255,255);
		background-color: rgb(254, 80, 0);
		border-color: rgb(254, 80, 0);
		border-style: solid;
		border-radius: 25px;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}

	.parallax-button:hover {
		color: rgb(255, 255, 255);
		background-color: rgb(245, 133, 81);
		border-color: rgb(245, 133, 81);
	}

    .p-quotation {
        display: block;
    }
		
	.last-before-footer {
		padding-bottom: 50px;
	}

	.client-info {
		margin-left: 3px;
		width: 145px;
		font-size: 14px;
	}

	.comments-container {
		margin-top: 25px;
	}

	.client-comments {
		margin: 0;
		width: 100%;
		height: 150px;
		font-size: 14px;
		resize: none;
	}

	.job-vacancy-title {
		text-align: center;
	}

	.job-vacancy-content {
		margin-top: 20px;
	}

	/**************************************************************************************************************/

	.modal-post {
		max-width: 100%;
		max-height: 100%;

		position: relative;	
		display: none;
		
		position: fixed;
		top: 0px;
		bottom: 0;
		left: 0;
		right: 0;

		flex-direction: column;
		justify-content: center; /*start, center, end, between, around*/
		align-items: center; /*start, center, end*/	

		box-sizing: border-box;	
		padding: 100px 0px 0px 0px;
		
		/*border: 1px solid red;*/
		background: rgba(0,0,0,0.7);

		overflow: none;
		/*scrollbar-width: thin;*/
		
		z-index: 10;

	}

	.modal-post-imagen {
		width: auto;
		height: 100%;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		/*padding: 0px;*/
		
		/*border: 1px solid red;*/
		background: none;

	}
	
	.modal-post-imagen img {
		width: auto;
		height: 90%;
		
		/*border: 1px solid red;*/
		border-radius: 2px;
		/*background-color: #fff;*/
		
	}
	
	/**************************************************************************************************************/

	#cnc-presentacion {
		/*margin-top: 100px;*/
		
	}

	.cnc-presentacion {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 100px;
		padding-bottom: 10px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	.cnc-presentacion-titulo {
		max-width: 100%;
		margin: 0 auto;
		
		/*padding-top: 50px;*/
		padding-bottom: 35px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	.cnc-presentacion-titulo h2 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 22px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.cnc-presentacion-titulo h3 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 22px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}
	
	.cnc-presentacion-titulo span {
		color: #333;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.cnc-presentacion-titulo hr {
		max-width: 50%;
		
		border: 0;
		border-top: 1px solid rgba(0,0,0,.1);
		
	}

	.cnc-nosotros {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 40px;
		padding-bottom: 40px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	.cnc-valores {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 40px;
		padding-bottom: 40px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}
	
	.cnc-maquinas {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 40px;
		padding-bottom: 40px;

		/*border: 1px solid red;*/
		background-color: #f5f5f5 !important;
		
	}
	
}


/* Para PC */
/*-----------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1600px) {

	.w-100 {
		width: 100%!important;
		margin: 0 auto;

		/*border: 1px solid red;*/
		
	}
	
	.h-size1 {
		/*margin-top: 0px !important;*/

		padding-top: 10vh !important;
		
		/*border: 1px solid red;*/	
		background-color: #17202a !important;
		
	}

	.carousel-control-prev {

		padding-left: 5%;	
		/*border: 1px solid red;*/
		
	}

	.carousel-control-next {

		padding-right: 5%;	
		/*border: 1px solid red;*/
		
	}

    .banner {
        height: auto;
    }

	.carousel-caption {
		margin-bottom: 20px;
		text-align: left;
		
	}
	
	.banner-title {
		font-size: 36px;
		font-weight: bold;
		color: rgb(254, 80, 0);
		margin-bottom: 0;
		padding-left: 0;
	}

	.banner-subtitle {
		font-size: 28px;
		color: rgb(255, 255, 255);
		padding-left: 0;
	}
		
	.banner-text {
		width: 70%;
		font-size: 20px;
		display: flex;

		/*border: 1px solid red;*/
		
	}

	.banner-button {
		width: 100%;
		height: 44px;
		margin-top: 10px;
		font-size: 16px;
		color: rgb(0, 0, 0);
		border-color: rgb(254, 80, 0);
		background-color: rgb(254, 80, 0);
		border-radius: 15px;
		border-style: solid;
	}

	.body-button {
		width: 200px;
		height: 44px;
		margin-top: 10px;
		font-size: 16px;
		color: rgb(255, 255, 255);
		border-color: rgb(254, 80, 0);
		background-color: rgb(254, 80, 0);
		border-radius: 15px;
		border-style: solid;
	}

	.body-button:hover {
		color: rgb(255, 255, 255);
		background-color: rgb(245, 133, 81);
		border-color: rgb(245, 133, 81);
	}

	/**************************************************************************************************************/
	
	#resumen {
		/*margin-top: 100px;*/
	
	}

	.resumen {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 50px;
		padding-bottom: 50px;

		/*border: 1px solid red;*/
		background-color: #f5f5f5 !important;
		
	}

	.resumen-titulo {
		max-width: 100%;
		margin: 0 auto;
		
		/*padding-top: 50px;*/
		padding-bottom: 35px;

		/*border: 1px solid red;*/
		background-color: #f5f5f5 !important;
		
	}

	.resumen-titulo h2 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 26px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.resumen-titulo h3 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 22px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.resumen-titulo span {
		color: #333;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.resumen-titulo hr {
		max-width: 50%;
		
		border: 0;
		border-top: 1px solid rgba(0,0,0,.1);
		
	}
	
	.content-center-resumen {
		width: 100%;
		margin: 0 auto 0 auto;
		text-align: center;
	}

	.resumen-container {
		overflow: hidden;
		height: fit-content;
		margin-top: 20px;
	}
	
	.resumen-details {
		text-align: center;
		bottom: 25px;
		left: 25px;
		right: 25px;
		z-index: 2500;
	}

	.resumen-details h2 {
		font-size: 20px;
		font-weight: bold;
		margin: 15px;
		margin-top: 15px;
		
	}
	
	.resumen-details p {
		font-size: 16px;
		margin: 15px;
		
	}

	/**************************************************************************************************************/	

	#portfolio {
		/*margin-top: 100px;*/
		
	}

	.portfolio {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 50px;
		padding-bottom: 50px;

		/*border: 1px solid red;*/
		background-color: #444 !important;
		
	}
	
	.portfolio-titulo {
		max-width: 100%;
		margin: 0 auto;
		
		/*padding-top: 50px;*/
		padding-bottom: 35px;

		/*border: 1px solid red;*/
		background: none;
		
	}

	.portfolio-titulo h2 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 26px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.portfolio-titulo h3 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 22px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}
	
	.portfolio-titulo span {
		color: #333;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.portfolio-titulo hr {
		max-width: 50%;
		
		border: 0;
		border-top: 1px solid #777;
		
	}
	
	.portfolio-contenido {
		width: 100%;
		height: auto;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 70px 30px 70px;

		/*border: 1px solid red;*/
		background: none;
		
	}

	.portfolio-post {
		width: 100%;
		height: 300px;
		margin: 10px;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 30px 0px 30px;

		/*border: 1px solid red;*/
		border-radius: 15px;
		background-color: #fff;

	}

	.portfolio-post-imagen {
		width: 30%;
		height: 100%;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px;
		
		/*border: 1px solid red;*/
		background: none;

	}
	
	.portfolio-post-imagen img {
		width: 100%;
		height: auto;
		
		/*border: 1px solid red;*/
		border-radius: 10px;
		/*background-color: #fff;*/
		
	}
	
	.portfolio-post-descripcion {
		width: 70%;
		height: 100%;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: start !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px;
		
		/*border: 1px solid red;*/
		background: none;
		
	}

	.portfolio-post-descripcion h2 {
		width: 100%;
		height: auto;
		margin: 0;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: start !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding-top: 20px;
		padding-left: 10px;

		color: #111;
		text-align: left;
		font-size: 20px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

		/*border: 1px solid red;*/
		background: none;
		
	}

	.portfolio-post-descripcion p {
		width: 100%;
		height: auto;
		margin: 0;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: start !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding-top: 20px;
		padding-left: 10px;
		
		color: #111;
		text-align: justify;
		font-size: 16px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

		/*border: 1px solid red;*/
		background: none;
		
	}
	
	.portfolio-pie {
		width: 100%;
		height: auto;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 70px 30px 70px;


		/*border: 1px solid red;*/
		background: none;
		
	}
	
	/**************************************************************************************************************/
	
	#certificados {
		/*margin-top: 100px;*/
		
	}

	.certificados {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 50px;
		padding-bottom: 50px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	.certificados-titulo {
		max-width: 100%;
		margin: 0 auto;
		
		/*padding-top: 50px;*/
		padding-bottom: 35px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	.certificados-titulo h2 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 26px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.certificados-titulo h3 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 22px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}
	
	.certificados-titulo span {
		color: #333;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.certificados-titulo hr {
		max-width: 50%;
		
		border: 0;
		border-top: 1px solid rgba(0,0,0,.1);
		
	}
	
	.certificados-contenido {
		width: 100%;
		height: auto;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 70px 30px 70px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	.certificados-post {
		width: 100%;
		height: 350px;
		margin: 10px;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: start !important; /*start, center, end, between, around*/
		align-items: start !important; /*start, center, end*/
		
		box-sizing: border-box;
		/*padding: 0px 10px 0px 10px;*/

		/*border: 1px solid red;*/
		border-radius: 15px;
		background-color: #fff;

	}

	.certificados-post:hover {
		cursor: pointer;
		
		/*border: 1px solid #f2f2f2;*/
		border-radius: 15px;
		background-color: #f5f5f5;			
		
	}
	
	.certificados-post-imagen {
		width: 100%;
		height: auto;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 35px 0px 0px 0px;
		
		/*border: 1px solid red;*/
		background: none;

	}
	
	.certificados-post-imagen img {
		width: 50%;
		height: auto;
		
		border: 1px solid #ddd;
		border-radius: 10px;
		/*background-color: #fff;*/
		
	}
	
	.certificados-post-descripcion {
		width: 100%;
		height: 100%;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: start !important; /*start, center, end, between, around*/
		align-items: start !important; /*start, center, end*/
		
		box-sizing: border-box;
		/*padding: 0px 10px 20px 10px;*/
		
		/*border: 1px solid red;*/
		background: none;
		
	}

	.certificados-post-descripcion h2 {
		width: 100%;
		height: auto;
		margin: 0;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 20px 5px 0px 5px;		

		color: #111;
		text-align: center;
		font-size: 20px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

		/*border: 1px solid red;*/
		background: none;
		
	}

	.certificados-post-descripcion p {
		width: 100%;
		height: auto;
		margin: 0;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: start !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 15px 22px 10px 22px;
		
		color: #222;
		text-align: justify;
		font-size: 16px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

		/*border: 1px solid red;*/
		background: none;
		
	}

	/**************************************************************************************************************/
	
	#nosotros {
		/*margin-top: 100px;*/
		
	}

	.nosotros {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 50px;
		padding-bottom: 50px;

		/*border: 1px solid red;*/
		background-color: #f5f5f5 !important;
		
	}

	.nosotros-titulo {
		max-width: 100%;
		margin: 0 auto;
		
		/*padding-top: 50px;*/
		padding-bottom: 35px;

		/*border: 1px solid red;*/
		background-color: #f5f5f5 !important;
		
	}

	.nosotros-titulo h2 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 26px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.nosotros-titulo h3 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 22px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}
	
	.nosotros-titulo span {
		color: #333;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.nosotros-titulo hr {
		max-width: 50%;
		
		border: 0;
		border-top: 1px solid rgba(0,0,0,.1);
		
	}

	.nosotros-contenido {
		width: 100%;
		height: auto;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 50px 15px 50px;

		/*border: 1px solid red;*/
		background: none;
		
	}

	.nosotros-post {
		width: 100%;
		height: auto;
		/*height: 300px;*/
		/*margin: 5px;*/

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 15px 0px 15px;

		/*border: 1px solid red;*/
		/*border-radius: 15px;*/
		background-color: #f5f5f5;
		
	}
	
	.nosotros-post-descripcion {
		width: 100%;
		height: 100%;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: start !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px;
		
		/*border: 1px solid red;*/
		background: none;
		
	}

	.nosotros-post-descripcion p {
		width: 100%;
		height: auto;
		
		color: #111;
		text-align: justify;
		font-size: 18px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

		/*border: 1px solid red;*/
		background: none;
		
	}
	
	/* PENDIENTE INCLUIR LAS DEMAS CLASES*/
	
	.content-center-nosotros {
		width: 85%;
		margin: 0 auto 0 auto;
		text-align: center;
		
		/*border: 1px solid red;*/
		
	}

	.content-center-nosotros p {
		font-size: 18px;
		line-height: 200%;
	}

	.title-center {
		max-width: 90%;
		margin: 0 auto;
		
		text-align: center;

		/*border: 1px solid red;*/
		
	}

	.title-center a {
	  color: rgb(254, 80, 0)!important;
	  /*text-decoration: underline;*/
	  /*background-color: transparent;*/
	  /*text-decoration: none;*/
	}

	.title-center a:hover {
	  color: red!important;
	  /*background-color: transparent;*/
	  /*text-decoration: none;*/
	} 

	.title-center h2 {
		font-size: 26px;
		font-weight: bold;
	}
		
	.title-center h3 {
		font-size: 20px;
	}

	.mensaje p {
		font-size: 18px;
		line-height: 200%;
	}
	
	.nosotros-pie {
		width: 100%;
		height: auto;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 70px 30px 70px;


		/*border: 1px solid red;*/
		background: none;
		
	}

	.divider {
		background-color: rgb(254, 80, 0);
		max-width: 60%;
	}

	/**************************************************************************************************************/

	#contacto {
		/*margin-top: 100px;*/
		
	}

	.contacto {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 50px;
		padding-bottom: 50px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	.contacto-titulo {
		max-width: 100%;
		margin: 0 auto;
		
		/*padding-top: 50px;*/
		padding-bottom: 35px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	.contacto-titulo h2 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 26px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.contacto-titulo h3 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 22px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.contacto-titulo span {
		color: #333;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.contacto-titulo hr {
		max-width: 50%;
		
		border: 0;
		border-top: 1px solid rgba(0,0,0,.1);
		
	}
		
	/* PENDIENTE INCLUIR LAS DEMAS CLASES*/
	
	.contacto-pie {
		width: 100%;
		height: auto;

		position: relative !important;
		display: flex !important;
		/*flex-direction: column !important;*/
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		padding: 0px 70px 30px 70px;


		/*border: 1px solid red;*/
		background: none;
		
	}

	/**************************************************************************************************************/
	
	#corporativo {
		/*margin-top: 100px;*/
		
	}

	.corporativo {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 50px;
		padding-bottom: 50px;
		
		/*border: 1px solid red;*/
		background-color: #f5f5f5 !important;
		
	}

	.corporativo-titulo {
		max-width: 100%;
		margin: 0 auto;
		
		/*padding-top: 50px;*/
		padding-bottom: 35px;

		/*border: 1px solid red;*/
		background-color: #f5f5f5 !important;
		
	}

	.corporativo-titulo h2 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 26px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.corporativo-titulo h3 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 22px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}
	
	.corporativo-titulo span {
		color: #333;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.corporativo-titulo hr {
		max-width: 50%;
		
		border: 0;
		border-top: 1px solid rgba(0,0,0,.1);
		
	}
	
	/* PENDIENTE INCLUIR LAS DEMAS CLASES*/
	
	.content-center-corporativo {
		width: 95%;
		margin: 0 auto;
		text-align: center;
		
		/*border: 1px solid red;*/
		
	}

	/**************************************************************************************************************/
	
	#preferences {
		/*margin-top: 100px;*/

	}

	.preferences {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 50px;
		padding-bottom: 50px;
		
		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	/* PENDIENTE INCLUIR LAS DEMAS CLASES*/
	
	.content-center-preferences {
		width: 95%;
		margin: 0 auto 0 auto;
	}

	.preferences-details {
		width: 100%;
		padding-top: 30px;
		text-align: left;
		font-size: 10px;
		color: rgb(145,145,145);
	}

	.preferences-details h3 {
		font-size: 18px;
		color: rgb(0,0,0);
	}

    .preferences-details p {
        font-size: 14px;  
    }
    
	.preferences-button {
		height: fit-content;
		font-size: 14px;
		line-height: 200%;
		color: rgb(255,255,255);
		background-color: rgb(254, 80, 0);
		border-color: rgb(254, 80, 0);
		border-style: solid;
	}

	.preferences-button:hover {
		background-color: rgb(145,145,145);
		border-color: rgb(145, 145, 145);
	}

	/**************************************************************************************************************/

	.img-fluid {
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.img-fluid2 {
		height: 75px;
		display: block;
		margin: 20px auto 0 auto;
	}
	
	.img-fluid3 {
		height: 100px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.more-link {
		font-size: 12px;
		color: rgb(254, 80, 0);
		margin: 15px;
	}

	.more-link:hover {
		color: rgb(254, 80, 0);
		text-decoration: none;
	}

	.arrow-icon {
		width: 10px;
		margin-left: 5px;
	}

	.parallax {
		height: fit-content;
		background: transparent;
	}

	.content-center-parallax {
		width: 100%;
		margin: 0 auto 0 auto;
		text-align: center;
		align-items: center;
		padding-top: 45px;
		padding-bottom: 45px;
		color: rgb(255,255,255);
	}

	.content-center-parallax h2 {
		font-size: 36px;
	}

	.content-center-parallax p {
		padding-top: 10px;
		font-size: 20px;
	}
	
	.parallax-button {
		margin-top: 10px;
		width: 150px;
		height: 50px;
		font-size: 16px;
		color: rgb(255,255,255);
		background-color: rgb(254, 80, 0);
		border-color: rgb(254, 80, 0);
		border-style: solid;
		border-radius: 25px;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}

	.parallax-button:hover {
		color: rgb(255, 255, 255);
		background-color: rgb(245, 133, 81);
		border-color: rgb(245, 133, 81);
	}

    .p-quotation {
        display: block;
    }
	
	.last-before-footer {
		padding-bottom: 50px;
	}

	.client-info {
		margin-left: 3px;
		width: 145px;
		font-size: 14px;
	}

	.comments-container {
		margin-top: 25px;
	}

	.client-comments {
		margin: 0;
		width: 100%;
		height: 150px;
		font-size: 14px;
		resize: none;
	}

	.job-vacancy-title {
		text-align: center;
	}

	.job-vacancy-content {
		margin-top: 20px;
	}

	/**************************************************************************************************************/

	.modal-post {
		max-width: 100%;
		max-height: 100%;

		position: relative;	
		display: none;
		
		position: fixed;
		top: 0px;
		bottom: 0;
		left: 0;
		right: 0;

		flex-direction: column;
		justify-content: center; /*start, center, end, between, around*/
		align-items: center; /*start, center, end*/	

		box-sizing: border-box;	
		padding: 100px 0px 0px 0px;
		
		/*border: 1px solid red;*/
		background: rgba(0,0,0,0.7);

		overflow: none;
		/*scrollbar-width: thin;*/
		
		z-index: 10;

	}

	.modal-post-imagen {
		width: auto;
		height: 100%;

		position: relative !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: center !important; /*start, center, end, between, around*/
		align-items: center !important; /*start, center, end*/
		
		box-sizing: border-box;
		/*padding: 0px;*/
		
		/*border: 1px solid red;*/
		background: none;

	}
	
	.modal-post-imagen img {
		width: auto;
		height: 90%;
		
		/*border: 1px solid red;*/
		border-radius: 2px;
		/*background-color: #fff;*/
		
	}
	
	/**************************************************************************************************************/

	#cnc-presentacion {
		/*margin-top: 100px;*/
		
	}

	.cnc-presentacion {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 150px;
		padding-bottom: 10px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	.cnc-presentacion-titulo {
		max-width: 100%;
		margin: 0 auto;
		
		/*padding-top: 50px;*/
		padding-bottom: 35px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	.cnc-presentacion-titulo h2 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 26px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.cnc-presentacion-titulo h3 {
		color:  rgb(254, 80, 0);
		text-align: center;
		font-size: 26px;
		font-family: Titillium Web, Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}
	
	.cnc-presentacion-titulo span {
		color: #333;
		text-align: center;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		/*text-transform: uppercase;*/	
		/*text-shadow: #132639 2px 2px 2px;*/

	}

	.cnc-presentacion-titulo hr {
		max-width: 50%;
		
		border: 0;
		border-top: 1px solid rgba(0,0,0,.1);
		
	}

	.cnc-nosotros {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 50px;
		padding-bottom: 50px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}

	.cnc-valores {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 50px;
		padding-bottom: 50px;

		/*border: 1px solid red;*/
		background-color: #fff !important;
		
	}
	
	.cnc-maquinas {
		max-width: 100%;
		margin: 0 auto;
		
		padding-top: 50px;
		padding-bottom: 50px;

		/*border: 1px solid red;*/
		background-color: #f5f5f5 !important;
		
	}
	
}