@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
h1 {
  color: #fff;
  font-family: Jost;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


.btn_home{
    width: 180px;
  height: 107px;
  display: block;
  position: absolute;
  left: 325px;
  top: 0;
  z-index: 1;

}

@media (max-width: 768px){
    
    .btn_home{
        left: 15px;
    }
    
}


header {
  height: 800px;
  background-image: url(/imgs/dicas/header-dicas-1.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top;
  display: flex;
  justify-content: end;
  align-items: end;
}

header.investimento{
    background-image: url(/imgs/dicas/header-dicas-2.png);
}

header.garantia{
    background-image: url(/imgs/dicas/header-dicas-3.png);
}

header .blur {
  background-color: rgba(0, 0, 0, 0.3568627451);
  height: 800px;
  position: absolute;
  width: 100%;
  /*background-image: url(/imgs/desktop/logo_CCP.png);*/
  /*background-repeat: no-repeat;*/
  /*background-size: 180px 107px;*/
  /*background-position: 325px top;*/
}
header .title-container {
  margin-bottom: 100px;
  width: 1115px;
}

main {
  background: linear-gradient(to left, #f0f9f6 50%, white 50%);
}
main .right-cont,
main .left-cont {
  padding-top: 100px;
}
main .right-cont {
  background-color: #f0f9f6;
  position: relative;
  padding-left: 40px;
  overflow: hidden;
}
main .right-cont video {
  max-height: 791px;
  height: 100%;
  max-width: 461px;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  position: absolute;
}
main .right-cont .contact_container {
  max-width: 461px;
  width: 100%;
  height: 791px;
  z-index: 1;
  position: relative;
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-direction: column;
}
main .right-cont .contact_container h2 {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(44, 31, 7, 0.5);
  font-family: Jost;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 37.8px */
  text-transform: uppercase;
  margin: 32px;
}
main .right-cont .contact_container .contact_box {
  border-radius: 10px;
  background: rgba(4, 63, 39, 0.7058823529);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 38px;
  margin: 0 35px;
}
main .right-cont .contact_container .contact_box a {
  border-radius: 10px;
  background: #c8f069;
  color: #043f2d;
  text-align: right;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 11px;
  display: flex;
  align-items: center;
}
main .right-cont .contact_container .contact_box a img {
  width: 50px;
}
main .right-cont .contact_container .contact_box p {
  color: #c8f069;
  font-family: Jost;
  font-size: 10px;
  margin-top: 8px;
}
main .right-cont .contact_container .contact_box p span {
  color: #fff;
  text-align: center;
  font-family: Jost;
  font-size: 14px;
  font-weight: 500;
}
main .right-cont .contact_container .casal-img {
  position: relative;
  left: -8px;
  width: 370px;
}
main .right-cont .publicacoes-cont h3 {
  color: #54585a;
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 25px 0;
}
main .right-cont .publicacoes-cont .publicacoes .publicacao {
  display: flex;
  flex-direction: row;
  margin-bottom: 35px;
  max-width: 330px;
  color: #54585a;
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  text-decoration: none;
}
main .right-cont .publicacoes-cont .publicacoes .publicacao img {
  width: 109px;
  height: 73px;
  margin-right: 13px;
}
main .left-cont {
  padding-right: 60px;
}
main .left-cont .main-text {
  margin-bottom: 270px;
}
main .left-cont .main-bottom .socials {
  display: flex;
  flex-direction: row;
  align-items: center;
}
main .left-cont .main-bottom .socials a {
  text-decoration: none;
}
main .left-cont .main-bottom .socials a p {
  margin: 0;
  margin-right: 24px;
  color: black;
}
main .left-cont .main-bottom .navigation {
  border-top: 1px solid #cccccb;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
main .left-cont .main-bottom .navigation a {
  color: #9ba2a6;
  font-family: Jost;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  text-decoration: none;
}

footer {
  background: #043f2d;
  padding: 50px 0;
  z-index: 1;
  position: relative;
}
footer a {
  color: #c8f069 !important;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

@media (max-width: 1400px) {
  header .blur {
    background-position: 50px top;
  }
  main .right-cont .contact_container .contact_box a {
    font-size: 14px;
  }
  main .right-cont .contact_container .contact_box a img {
    width: 40px;
  }
}
@media (max-width: 1200px) {
  main .right-cont .contact_container .contact_box a {
    font-size: 12px;
  }
  main .right-cont .contact_container .contact_box a img {
    width: 30px;
  }
  main .right-cont .contact_container .contact_box p {
    font-size: 10px;
  }
  main .right-cont .contact_container .contact_box p span {
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  main {
    background: none;
  }
  main .left-cont {
    padding: 24px;
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  header .title-container {
    margin-bottom: 50px;
  }
  header .title-container h1 {
    font-size: 25px;
    font-family: Montserrat;
  }
  main .left-cont {
    padding: 24px;
    padding-top: 60px;
  }
  main .left-cont .main-text {
    margin-bottom: 65px;
  }
  main .left-cont .socials img {
    width: 40px;
  }
  .footer-img {
    width: 100px;
    margin-bottom: 50px;
  }
  .social_logos {
    margin-top: 50px;
  }
}/*# sourceMappingURL=dicas_styles.css.map */