/*-------------------------------- E L L I P S I S ---------------------------------*/
/*

@mixin ()
{
	-webkit-: ;
	   -moz-: ;
	    -ms-: ;
	     -o-: ;
			: ;
}
*/
.title-company img {
  width: 100%;
  height: 100%;
}

.body-company {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
}

.content-body-company {
  width: 80%;
}

.content-body-company a {
  font-weight: bold;
}

.subtitle {
  -webkit-align-items: center;
  align-items: center;
  -webkit-text-align: center;
  text-align: center;
  display: flex;
}

.s2-company {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 15px;
}

.text-company {
  width: 50%;
  padding: 10px;
  margin-right: 25px;
}

.text-company p {
  -webkit-text-align: justify;
  text-align: justify;
}

.bt-company {
  margin: 20px 0;
}

.image-company img {
  width: 100%;
}

.call-company {
  width: 100%;
  margin: 25px 0;
}

.call-company img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1132px) {
  .text-company {
    width: 100%;
  }
}
