@import url("https://fonts.googleapis.com/css2?family=Gentium+Book+Plus&family=Poppins:wght@100;400;500;600;700&family=Roboto:wght@300&display=swap");
@font-face {
  font-family: 'Pop-SemiBold';
  src: url(../poppins/Poppins-SemiBold.ttf); }

@font-face {
  font-family: 'Pop-Bold';
  src: url(../poppins/Poppins-Bold.ttf); }

@font-face {
  font-family: 'Pop-Regular';
  src: url(../poppins/Poppins-Regular.ttf); }

@font-face {
  font-family: 'Pop-ligth';
  src: url(../poppins/Poppins-Light.ttf); }

@font-face {
  font-family: 'Pop-mediun';
  src: url(../poppins/Poppins-Medium.ttf); }

@font-face {
  font-family: 'Roboto-regular';
  src: url(../roboto/Roboto-Regular.ttf); }

@font-face {
  font-family: 'Roboto-bold';
  src: url(../roboto/Roboto-Bold.ttf); }

body main .background {
  background-image: url("../../img/laboratories/background.png");
  width: 100%;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 92px; }
  body main .background .row {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 80%; }
    body main .background .row .col {
      display: flex;
      justify-content: center; }
    body main .background .row .paragraph .box {
      max-width: 350px; }
      body main .background .row .paragraph .box .p1 {
        font-family: 'Pop-Bold';
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 0.015em; }
        body main .background .row .paragraph .box .p1 span {
          color: #22B6AF; }
      body main .background .row .paragraph .box .p2 {
        font-family: 'Pop-Regular';
        font-size: 18px;
        line-height: 24px; }
    body main .background .row .buttons .box .btn2 {
      color: white;
      background-color: #22B6AF;
      border: none;
      font-family: 'Pop-mediun';
      font-size: 21px;
      border-radius: 20px;
      padding: 17px 52px;
      margin-right: 10px;
      line-height: 26px;
      letter-spacing: 0.01em; }
    body main .background .row .buttons .box .btn2:hover {
      background-color: #233545; }
    body main .background .row .buttons .box .btn2:focus {
      box-shadow: none !important;
      background-color: #233545; }
    body main .background .row .buttons .box .btn3 {
      color: #233545;
      background-color: transparent;
      font-family: 'Pop-mediun';
      font-size: 21px;
      border: 2px solid #233545;
      border-radius: 20px;
      padding: 17px 20px;
      line-height: 26px;
      letter-spacing: 0.01em; }
      body main .background .row .buttons .box .btn3 img {
        margin-right: 8px; }

body main .laboratories {
  height: 180px; }
  body main .laboratories p {
    font-family: 'Pop-SemiBold';
    font-size: 17px;
    line-height: 26px;
    text-align: center;
    margin-top: 28px;
    margin-bottom: 42px; }
  body main .laboratories .icons {
    display: flex;
    justify-content: space-around;
    align-items: center; }

body footer .footer__container {
  padding: 100px 0px; }

/* -------------------------------------------------------------------------- */
/*                                   Celular                                  */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 472px) {
  body main .background {
    background-size: center;
    background-position-x: -180px;
    height: 353px; }
    body main .background .row {
      align-items: flex-start;
      flex-direction: column;
      height: 100%;
      padding-left: 16px; }
      body main .background .row .paragraph {
        display: flex;
        align-items: center;
        max-width: 250px; }
        body main .background .row .paragraph .box {
          max-width: 350px;
          margin-top: 50px; }
          body main .background .row .paragraph .box .p1 {
            font-size: 21px;
            line-height: 20px; }
          body main .background .row .paragraph .box .p2 {
            font-size: 14px; }
      body main .background .row .buttons {
        display: flex;
        justify-content: start; }
        body main .background .row .buttons .box {
          display: flex;
          flex-direction: column; }
          body main .background .row .buttons .box .btn2 {
            font-size: 13px;
            padding: 4px 29px; }
          body main .background .row .buttons .box .btn3 {
            font-size: 13px;
            padding: 4px 9px;
            margin-top: 13px; }
            body main .background .row .buttons .box .btn3 img {
              width: 15px;
              height: 13.26px;
              margin-right: 3px; }
  body main .laboratories {
    height: 460px; }
    body main .laboratories p {
      font-size: 14px;
      margin-top: 40px;
      margin-bottom: 30px; }
    body main .laboratories .icons {
      flex-direction: column;
      height: 360px; }
      body main .laboratories .icons .img1 {
        width: 88px;
        height: 49px; }
      body main .laboratories .icons .img2 {
        width: 84px;
        height: 42px; }
      body main .laboratories .icons .img3 {
        width: 53px;
        height: 56px; }
      body main .laboratories .icons .img4 {
        max-width: 162px;
        max-height: 19px; } }
