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

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

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

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

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

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

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

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

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

.text-fm a {
  font-size: 16px;
}

.text-fm a:hover {
  text-decoration: none;
}

.second-title-fm {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-text-align: center;
  text-align: center;
  margin: 15px 0;
}

.st-fm-text p {
  -webkit-text-align: center;
  text-align: center;
  width: 70%;
  margin: auto;
}

.obj-fm {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-text-align: center;
  text-align: center;
  margin: 30px 0;
}

.advantages-fm {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-text-align: center;
  text-align: center;
  border: solid 4px #003366;
  width: 30%;
  padding: 40px 0;
  margin: 0 30px 0 30px;
  height: 80%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
}

.advantages-fm p {
  width: 80%;
  margin: auto;
}

.bt-fm-s2 {
  margin: 20px 0 20px 10%;
}

.bt-fm {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 20px 0;
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (max-width: 1123px) {
  .text-fm {
    width: 100%;
  }
  .bt-fm-s2 {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: 20px 0 20px 0;
  }
}

@media screen and (max-width: 1000px) {
  .obj-fm {
    display: contents;
  }
  .advantages-fm {
    width: 50%;
    height: 40%;
    margin: 20px 0;
  }
}

@media screen and (max-width: 700px) {
  .advantages-fm {
    width: 70%;
  }
}

@media screen and (max-width: 540px) {
  .advantages-fm {
    width: 80%;
  }
}
