@font-face {
    font-family: fonte;
    src: url(fonts/tt0142m_.ttf);
}

.html,.body {
    height: 100%;
    width: 100%;
    background-color: #424f95 !important;
    overflow: hidden; /* Hide scrollbars */
    font-family: fonte;
}

body::after{
    display:none;
    content: url(assets/FB_2.svg) url(assets/IG_2.svg) url(assets/IN_2.svg) url(assets/LINK_2.svg);
   }

.bg {
    /* The image used */
  background-image: url("assets/FUNDO.jpg");
  height: 100%; 
  /* Center and scale the image nicely */
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.container_pd {
    padding-top: 60vh;
    padding-bottom: 10vh;
}


#btn {
    content: url('assets/LINK_1.svg');
}
#btn:before {
    content: url('assets/LINK_2.svg');
    width:0;
    height:0;
    visibility:hidden;
  }
#btn:hover {
    content: url('assets/LINK_2.svg');
}
#face {
    content: url('assets/FB_1.svg');
}
#face:before {
    content: url('assets/FB_2.svg');
    width:0;
    height:0;
    visibility:hidden;
  }
#face:hover {
    content: url('assets/FB_2.svg');
}
#insta {
    content: url('assets/IG_1.svg');
}
#insta:before {
    content: url('assets/IN_2.svg');
    width:0;
    height:0;
    visibility:hidden;
  }
#insta:hover {
    content: url('assets/IG_2.svg');
}
#linkedin {
    content: url('assets/IN_1.svg');
}
#linkedin:before {
    content: url('assets/IN_2.svg');
    width:0;
    height:0;
    visibility:hidden;
  }
#linkedin:hover {
    content: url('assets/IN_2.svg');
}

.btn {
    width: auto;
    height: 78%;
    fill: red;
    color: royalblue;
}

.logo_social {
    width: 13%;
    height: auto;
    margin: 1.8vw;
}

/*Footer*/
.footer {
    font-family: fonte;
    position: absolute;
    width: 100%;
    bottom: 0;
}

@media only screen and (max-width: 600px) {
    .container_pd {
        padding-top: 55vh;
    }
    .bg {
        /* The image used */
      background-image: url("assets/FUNDO_MOBILE.jpg");
      /* Center and scale the image nicely */
      background-position: center center;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .btn {
        width: auto;
        height: 45%;
    }
    .logo_social {
        width: 10%;
        height: auto;
        margin: 1.8vw;
    }

}
