: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 - COVER
  2 - CARDS
  3 - SERVICES
  4 - Specificity
*/

/* COVER */

.cover{
  width: 100%;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-cover{
  width: 600px;
  height: 100%;
  /* background-color: green; */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-direction: column;
  padding-left: 20px;
}

.image-cover{
  width: 500px;
  height: 100%;
  /* background-color: blue; */
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.image-cover img{
  max-height: 650px;
}

.text{
  font-family: 'Poppins', sans-serif !important;
}

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

/* a mil contas faz a sua */
.text-colored{
  color: var(--green-default);
  font-size: 50px;
}

/* Organização Financeira */
.title-cover{
  font-size: 80px;
  color: white;
  font-weight: bold;
}

/* Tenha a real situação da sua empresa a qualquer hora que você for precisar!  */
.subtitle-cover{
  font-size: 22px;
  font-weight: normal;
  color: var(--green-default);
}

/*
  2 - CARDS
*/

.sec-cards{
  width: 100%;
  /* background: rgba(29, 112, 183, 0.15); */
  background-image: url('../img/background-default-1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}

.cards{
  width: 80%;
  /* height: 800px; */
  /* background-color: red; */
  margin-top: -100px;
  display: flex;
  justify-content: center;
}

.card{
  width: 336px;
  height: 588px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 5px;
  /* border: .1px solid black; */
}

.card-right{
  background: var(--blue-default);
  margin-left: -20px;
  margin-top: 30px;
  box-shadow: 7px 8px 40px rgba(0, 0, 0, 0.15);
}

.card-center{
  background: #F1F0EC;
  z-index: 500;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
}

.card-left{
  background: var(--blue-default);
  margin-right: -20px;
  margin-top: 30px;
  box-shadow: -13px 10px 40px rgba(0, 0, 0, 0.15); 
}

.icon{
  max-width: 100px;
}

.text-cards{
  width: 80%;
  /* background-color: red; */
  padding-top: 30px;
}

.text-cards h3{
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: white;
}

.text-cards p{
  padding-top: 30px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: white;
}

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

.button-redirect{
  width: 100%;
  /* background-color: red; */
  /* background: rgba(29, 112, 183, 0.15); */
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.button-budget{
  background: #FF6727;
  border-radius: 15px;
  padding: 12px 70px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border: none;
  -webkit-box-shadow: -5px 5px 2px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: -5px 5px 2px 0px rgba(0,0,0,0.75);
  box-shadow: -5px 5px 2px 0px rgba(0,0,0,0.75);
  cursor: pointer;
  transition: 1s;
}

.button-budget:hover{
  background: rgb(187, 73, 24);
}

.button-budget:active{
  transform: scale(.998);
}

/* 3 - SERVICES */

.services{
  width: 100%;
  background-color: var(--blue-default);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

.header-section{
  width: 100%;
  height: 50px;
  margin-top: 20px;
  /* background-color: red; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 30px;
  color: white;
  font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 24px;
}

.line{
  width: 85px;
  height: 5px;
  background-color: white;
  border-radius: 5px 10px 10px 5px;
  margin-top: 5px;
  margin-left: -5px;
}

.content-services{
  width: 100%;
  /* height: 900px; */
  /* background-color: aqua; */
  display: flex;
  justify-content: center;
}

.services-left{
  width: 50%;
  /* height: 100%; */
  /* background-color: green; */
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

.services-right{
  width: 50%;
  /* height: 100%; */
  /* background-color: orange; */
  display: flex;
  margin-top: -25px;
  align-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}

.title-left-services{
  color: var(--green-default);
  width: 100%;
  /* background-color: blueviolet; */
  height: 100px;
}

.title-left-services h3{
  padding: 20px 0 0 80px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
}

.content-left-services{
  width: 100%;
  height: 100%;
  /* background-color: brown; */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.miniCards{
  background: rgba(242, 240, 237, 0.2);
  border-radius: 15px;
}

.block-content{
  width: 530px;
  height: 180px;
  padding: 15px 25px;
  margin-right: 50px;
  margin-bottom: 30px;
  text-align: justify;
}

.title-with-line{
  display: flex;
  flex-direction: column;
}

.block-content h4{
  color: var(--green-default);
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
}

.block-content p{
  padding-top: 10px;
  color: white;
}

.double-block-percents{
  width: 100%;
  display: flex;
  margin-bottom: 43px;
  justify-content: space-evenly;
  /* background-color: orangered; */
  text-align: center;
}

.block-percents{
  /* background-color: red; */
  width: 50%;
  height: 208.5px;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

.block-percents p{
  font-style: italic;
  font-weight: normal;
  font-size: 13px;
}

.iconAndPercent{
  width: 100%;
  display: flex;
  /* background-color: red; */
  justify-content: space-evenly;
  margin-top: 0px;
}

.iconAndPercent h1{
  font-size: 72px;
  color: var(--green-default);
  font-weight: bold;
}

.iconAndPercent svg{
  max-width: 84px;
  max-height: 84px;
  fill: #FFF
}

.iconAndPercent img{
  max-width: 84px;
  max-height: 84px;
}

.text-of-mini-card{
  width: 80%;
  color: white;
}

.boss{
  width: 100%;
  /* height: 300px; */
  /* background-color: red; */
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.boss-box-border{
  width: 700px;
  height: 243px;
  background: linear-gradient(to right,#1D70B7, #39F5B1);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 60px;
}

.boss-box{
  width: 700px;
  height: 228px;
  /* background-color: green; */
  display: flex;
}

.boss-box img{
  max-height: 228px;
}

.box-text{
  width: calc(700px - 228px);
  height: 228px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.box-text h1{
  font-size: 48px; 
  font-weight: bold;

color: #011B43;
}

.box-text h3{
  font-weight: 600;
  font-size: 18px;
  color: var(--green-default);
}

.box-text h4{
  font-weight: 300;
  font-size: 18px;
  color: #011B43;
}

.box-text h2{
  font-style: normal;
font-weight: 500;
font-size: 24px;
color: var(--green-default);
padding-top: 5px;
}

.divisor{
  width: 80%;
  height: 1px;
  background: linear-gradient(to right,#1D70B7, #39F5B1);
}

/* 4 - Specificity */

.specificity{
  width: 100%;
  padding-bottom: 40px;
  /* background: rgba(29, 112, 183, 0.15);
   */
  /* background-color: red; */
  display: flex;
  justify-content: center;
  background-image: url('../img/background-default.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.goTodown{
  width: 100%;
  height: 20px;
}

.specificity-title{
  margin-top: 0;

  /* border-top: 20px solid transparent; */
}

.title-specificity{
  width: 100%;
  height: 130px;
  /* background-color: pink; */
  color: var(--blue-default);
}

.title-specificity h3{
  padding: 20px 0 0 80px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
}

.blocks-specificity{
  width: 80%;
  margin-left: 10%;
  height: 500px;
  /* background-color: green; */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}

.block-specificity-left{
  width: 50%;
  /* background-color: blue; */
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-content: center;
}

.block-specificity-right{
  width: 50%;
  height: 100%;
  /* background-color: orangered; */
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  align-content: center;
}

.block-specificity{
  width: 98%;
  min-height:150px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 18px;
}

.number{
  color: var(--green-default);
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  margin: 0 20px 0 15px;
}

.text-specificity{
  width: 75%;
  /* background-color: yellow; */
}

.text-specificity h2{
  font-style: normal;
font-weight: 500;
font-size: 24px;
}

.text-specificity p{
  font-weight: normal;
font-size: 14px;
 padding-top: 12px;
}

.smartphone{
  width: 100%;
  height: 200px;
  /* background-color: yellowgreen; */
}

.smartphone img{
  max-width: 480px;
  margin-top: -360px;
  margin-left: 100px;
}

.miniCards2{
  background-color: #d7e1e8;
  border-radius: 15px;
}