:root{
  --green-default: #39F5B1; 
  --blue-default: #1D70B7;
}

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

::selection{
  background-color: var(--green-default);
  color: var(--blue-default);
}

.white-color{
  color: white;
}

.green-color{
  color: var(--green-default) !important;
}

.blue-color{
  color: var(--blue-default) !important;
}

.green-bg{
  background-color: var(--green-default);
}

.blue-bg{
  background-color: var(--blue-default) !important;
}

/* 
  1 - WORKING
  2 - OUR SERVICES
*/

/* 1 - WORKING */

.working{
  width: 100%;
  /* height: 1000px; */
  /* background-color: red; */
  background-image: url('../img/background-default-3.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.spaceMenu{
  width: 100%;
  height: 120px;
  background-color: #FFFFFF;
}

.title-page{
  width: 80%;
  margin-left: 10%;
  font-weight: bold;
  font-size: 48px;
  /* background-color: blue; */
  text-align: center;
  padding-top: 50px;
}

.title-page h1{
  font-weight: bold;
  font-size: 48px;
}

.textAndImage{
  width: 100%;
  /* height: 500px; */
  margin-top: 20px;
  /* background-color: orange; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;

}

.text-start{
  width: 50%;
  /* background-color: tomato; */
}

.title-start{
  width: 100%;
  /* background-color: pink; */
  display: flex;
  justify-content: center;
}

.title-start-inside{
  width: 500px;
  /* background-color: brown; */
  margin-left: 130px;
}

/* Trabalhamos com você para resolver */

.title-start h2{
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  color: var(--blue-default)
}

.line{
  width: 100px;
  height: 5px;
  border-radius: 10px;
  margin-left: -20px;
  margin-top: 10px;
}

.text-start-inside{ 
  width: 500px;
  /* background-color: cornflowerblue; */
}

.text-start-box{
  display: flex;
  justify-content: flex-end;
}

.text-start-inside p{
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  padding-top: 30px;
  color: black;
}

.image-start{
  width: 50%;
  height: 497px;
  margin-top: 130px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: var(--green-default);
  display: flex;
  justify-content: flex-end;
}

.image-start-inside{
  width: 97%;
  height: 100%;
  background-image: url('../img/maos.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* 2 - OUR SERVICES */

.our-services{
  width: 100%;
  padding-bottom: 30px;
  background-color: #ddeaf4;
  margin-top: -30px;
  display: flex;
  justify-content: center;
}

.title-our-services{
  width: 100%;
  /* background-color: blue; */
  padding-top: 50px;
}

.text-title-our-services{
  padding-left: 40px;
}

.padd{
  margin-left: 0px;
}

.title-our-services h2{
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  color: var(--blue-default);
}

.blocks-our-services{
  width: 100%;
  /* background-color: red; */
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.block-item{
  width: 338px;
  height: 412px;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  margin: 35px 35px;
  padding-bottom: 12px;
}

.block-item-center{
  margin-top: -30px;
}

.icon-in-block{
  background-color: var(--green-default);
  width: 90px;
  height: 91px;
  margin-left: 20px;
  margin-top: -10px;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.icon-in-block svg{
  max-width: 60px;
  max-height: 60px;
}

.icon-in-block img{
  max-width: 60px;
  max-height: 60px;
}

.content-in-block{
  width: 80%;
  margin-left: 10%;
  height: calc(100% - 80px);
  /* background-color: blue; */
  text-align: center;
}


.content-in-block h3{
  padding-top: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  color: var(--blue-default);
  padding-bottom: 12px;
}

.content-in-block p{
  padding-top: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #454652;
}

/* 3 - expertise */

.expertise{
  width: 100%;
  height: 800px;
  /* background-color: red; */
  background-image: url('../img/background-default-4.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.img-expertise{
  width: 50%;
  height: 100%;
  /* background-color: green; */
  display: flex;
  justify-content: flex-end;
}

.img-expertise img{
  max-height: 110%;
  margin-top: -40px;
  z-index: 10;
}

.text-expertise{
  width:50%;
  height: 100%;
  /* background-color: blue; */
  display: flex;
  justify-content: center;
}

.ex2 h2{
  padding-top: 30px;
  padding-left: 0px !important;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  color: var(--blue-default)
}

.ex2{
  padding-bottom: 30px;
  padding-left: 0px !important;
}

.content-text-expertise{
  width: 500px;
  /* background-color: pink; */
}

.content-text-expertise p{
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  color: #27272F;
}