@charset "utf-8";
/* CSS Document */

.buttonmenu

   {
margin-top: 25px;
font-weight: lighter;
text-transform: capitalize;
border-radius: 24px 24px 24px 24px;
-webkit-border-radius: 24px 24px 24px 24px;
-moz-border-radius: 24px 24px 24px 24px;
background: rgb(40,170,225);
background: linear-gradient(66deg, rgba(40,170,225,1) 0%, rgba(32,139,202,1) 66%, rgba(27,117,186,1) 100%);
	}



.fixed-bg {
  background-image: url("../images/parallax/bg-parallax5.jpg");
  min-height: 150px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fixed-bg2 {
  background-image: url("../images/parallax/bg-parallax6.jpg");
  min-height: 150px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.fixed-bg-general {
  background-image: url("../images/parallax/bg.jpg");
  min-height: 150px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.fixed-bg-general2 {
  background-image: url("../images/parallax/bg2.jpg");
  min-height: 150px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.fixed-bg-general3 {
  background-image: url("../images/parallax/bg3.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.fixed-bg-general4 {
  background-image: url("../images/parallax/bg-parallax7.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fixed-bg-general5 {
  background-image: url("../images/parallax/bg-parallax8.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.fixed-bg-general6 {
  background-image: url("../images/parallax/bg-parallax9.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.fixed-bg-general7 {
  background-image: url("../images/parallax/bg-parallax10.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


@media only screen and (max-width: 600px) {
	.logoagile{margin-top: 1px !important;}
}

.bg {
border-style: solid;
border-color: #00aeef;
border-width: 1px;
background-color: #f1f2f2;
text-align: center;
}
