/*CLASES REUTILIZABLES*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.71429;
  font-family: 'Raleway', sans-serif;
}

img {
  vertical-align: middle;
}

.container {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 14px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container:after {
  clear: both;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.m-0 {
  margin: 0px;
}

a {
  color: #373B47;
  text-decoration: none;
}

a:hover {
  color: #E95853;
}

.text-uppercase {
  text-transform: uppercase;
}

/*ESCRIBE TU CÓDIGO DESDE AQUÍ*/
header {
  display: block;
  width: 100%;
  background-color: white;
  position: fixed;
  top: 0;
}

.section__title {
  font-size: 3.5em;
}

.header__navigation {
  padding: 15px;
}

.header__logo {
  width: 70px;
  height: 70px;
  float: right;
}
.header__navigation a{
  position: relative;
  top: 20px;
  padding-right: 35px;
  font-weight: 700;
  cursor: pointer;
}

section {
  padding: 40px;
}
.section__header {
  /*position: relative;
  top: 100px;*/
  margin-top: 100px;
  background-image: url(../assets/images/bg-home.jpg);
}

.section__header h2 {
  font-size: 1.5em;
}
.section__header .container {
  height: 100%;
  padding: 20px;
}

.background-image {
  background-size: 100% 100%;
  height: 580px;
  text-align: center;
  color: #fff;
}

.header__button--green {
  border-radius: 5px;
  margin: 60px auto;
  background-color: #2ecc71;
  width: 150px;
  text-align: center;
  padding: 10px;
}

.header__button--green a {
  display: block;
  color: #fff;
  cursor: pointer;
}

.section__services {
  background-color: rgb(241, 124, 114);
}

.section__subtitle {
  font-size: 2.5em;
}

.services__product img {
  width: 200px;
  height: 200px;
}

.services__product {
  display: inline-block;
  margin: 50px 80px;
}

.section__work {
  text-align: center;
}

.product {
  height: 250px;
  width: 300px;
  display: inline-block;
  margin: 40px 30px;
}

.product img {
  height: 100%;
  width: 100%;
}

.product img ~ p {
  font-weight: 700;
}

footer {
  color: #fff;
  text-align: center;
  padding: 15px;
  background-color: rgb(55, 59, 71);
}
