.subtitle-center {
    text-align: center;
}

.content-center {
    max-width: 80%;
    margin: 0 auto 60px auto;
    text-align: left;
}

.content-center2 {
    max-width: 100%;
    margin: 60px auto;
	
    text-align: center;
	
	/*border: 1px solid red;*/
}

.img_content_left {
	width: 50%;
	height: auto;	
	margin:0 auto;
	
	position: relative;
	display: inline-block;
	float:left;
	
	/*border: 1px solid green;*/
	
}

.img_content_right {
	width: 50%;
	height: auto;	
	margin:0 auto;
	
	position: relative;
	display: inline-block;
	float:right;
	
	/*border: 1px solid green;*/
	
}

.parrafo1 {
	width: 100%;
	margin: 0 auto;
	
	postion:relative;
	display:block;
	
    text-align: center;	

}

.foot-center {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;	
	
    text-align: center;
}

.body-button {
    width: 100%;
    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);
}

.historia {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 0px;
}

.historia p {
    margin-top: 35px;
    font-size: 18px;
}

.valores-container {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 0px;
}

.valores-container2 {
    width: 100%;
    /*margin-top: 50px;*/
    margin-bottom: 0px;
}

.valores h3 {
    font-size: 20px;
    color: rgb(254, 80, 0);
}

.valores-description {
    margin: 15px;
    text-align: center;
}

.valores p {
    font-size: 14px;
    color: rgb(100,100,100);
}

.list {
    margin-top: 35px;
}

.modal-content {
	width:600px !important;
	margin:0 auto !important;

	/*border: 1px solid green !important;*/
	
}

.modal-content-form {
	width:600px !important;
	margin:0 auto !important;	

	/*border: 1px solid red !important;*/
	
}

.client-comments{
	width: 100% !important;

	/*border: 1px solid orange;*/
	
}

/* Para Cel */
/*-----------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width:320px) and (max-width:1024px){

#sacicorp {
    margin-top: 100px;
	
}

.title-center {
    max-width: 60%;
    margin: 0 auto 60px auto;
    text-align: center;
	font-weight: bold !important;
    color: rgb(254, 80, 0);
}

.title-center h2 {
	font-size: 22px;	
    text-align: center;
	font-weight: bold !important;
    color: rgb(254, 80, 0);
}

.title-center h3 {
	font-size: 18px;	
    text-align: center;
	font-weight: bold !important;
    color: rgb(254, 80, 0);
}

.title-center span {
	font-size: 18px;
    text-align: center;
	font-weight: normal !important;
    color: rgb(254, 80, 0);
	
}

.body-button {
	width: 120px;	
    font-size: 16px;	
    border-radius: 20px;	

}

.img_content {
	width: 100%;
	height: auto;	
	margin:0 auto;
	margin-top: 30px;	
	margin-bottom: 50px;	
	
	position: relative;
	display: inline-block;
	
	text-align: center;
	
	/*border: 1px solid black;*/
	
}

.img_banner {
	width: 100%;
	height: 110px;

	/*border-bottom: 1px solid gray;*/
	box-shadow: 0px 2px 5px #999;		
	
}

.texto_encima {
	width: 100%;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
		
	color: #fff;
	font-size: 12px;
	font-weight: bold;		
	text-shadow: #591717 2px 2px 2px;

	/*border: 1px solid red;*/
		
}

.texto_encima h2{

	font-size: 24px;
	
		
}
	
}	

/* Para Laptop */
/*-----------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1025px) and (max-width:1599px) {

#sacicorp {
    margin-top: 100px;
	
}

.title-center {
    max-width: 60%;
    margin: 0 auto 60px auto;
    text-align: center;
	font-weight: bold !important;
    color: rgb(254, 80, 0);
}

.title-center h2 {
	font-size: 22px;	
    text-align: center;
	font-weight: bold !important;
    color: rgb(254, 80, 0);
}

.title-center h3 {
	font-size: 18px;	
    text-align: center;
	font-weight: bold !important;
    color: rgb(254, 80, 0);
}

.title-center span {
	font-size: 18px;
    text-align: center;
	font-weight: normal !important;
    color: rgb(254, 80, 0);
	
}

.body-button {
    width: 200px;
    font-size: 16px;
    border-radius: 20px;
	
}

.img_content {
	width: 100%;
	height: auto;	
	margin:0 auto;
	margin-top: 30px;	
	margin-bottom: 50px;	

	position: relative;
	display: inline-block;
	
	text-align: center;
	
	/*border: 1px solid black;*/
	
}

.img_banner {
	width: 100%;
	height: 150px;

	/*border-bottom: 1px solid gray;*/
	box-shadow: 0px 2px 5px #999;		
	
}

.texto_encima {
	width: 100%;	
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
		
	color: #fff;
	font-weight: bold;
	text-shadow: #591717 2px 2px 2px;	

	/*border: 1px solid red;*/
	
}
	
}

/* Para PC */
/*-----------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1600px) {

#sacicorp {
    margin-top: 130px;
	
}

.title-center {
    max-width: 60%;
    margin: 0 auto 60px auto;
    text-align: center;
	font-weight: bold !important;
    color: rgb(254, 80, 0);
}

.title-center h2 {
	font-size: 26px;	
    text-align: center;
	font-weight: bold !important;
    color: rgb(254, 80, 0);
}

.title-center h3 {
	font-size: 22px;	
    text-align: center;
	font-weight: bold !important;
    color: rgb(254, 80, 0);
}

.title-center span {
	font-size: 22px;
    text-align: center;
	font-weight: normal !important;
    color: rgb(254, 80, 0);
	
}

.body-button {
    width: 200px;
    font-size: 16px;
    border-radius: 20px;
	
}

.img_content {
	width: 100%;
	height: auto;	
	margin:0 auto;
	margin-top: 50px;	
	margin-bottom: 50px;	
	
	position: relative;
	display: inline-block;
	
	text-align: center;
	
	/*border: 1px solid black;*/
	
}

.img_banner {
	width: 100%;
	height: 180px;

	/*border-bottom: 1px solid gray;*/
	box-shadow: 0px 2px 5px #999;	
	
}

.texto_encima {
	width: 100%;	
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
		
	color: #fff;
	font-weight: bold;	
	text-shadow: #591717 2px 2px 2px;

	/*border: 1px solid red;*/
		
}

}