@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");

/* page */
html,
body {
    margin: 0;
    padding: 0;
    background: rgb(204, 204, 204);
}

.page-loading {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff !important;
}

.justify-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    color: #4a4747;
}

.A4 {
    background: white;
    width: 297mm;
    height: 210mm;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
}

.A4.real {
    width: 841.89px;
    height: 595.28px;
}

.fluid {
    width: 100%;
    height: 100%;
}

/* text */
.__font-capitalize {
  text-transform: capitalize;
}

.__font-uppercase {
  text-transform: uppercase;
}

/* display */
.banner-aluno {
    background-image: url("/src/img/template/1.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.banner-certificado {
    background-image: url("/src/img/template/2.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.d-none {
    display: none;
}

/* align */
.__text-center {
    text-align: center !important;
}

.__h-100 {
    height: 100%;
}

/* fonts */
.__Varela {
    font-family: "Varela Round", sans-serif;
}

.__Varela.b400 {
    font-weight: 400 !important;
}

.__Varela.b500 {
    font-weight: 500;
}

.__Varela.b600 {
    font-weight: 600;
}

.__Poppins-400 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.__Poppins-500 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.__Poppins-600 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.__Poppins-700 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.__Roboto-400 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.__Roboto-500 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.__Roboto-600 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.__Roboto-700 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

/* text-color */
.__text-primary-light {
    color: #8ea2b5;
}

.__text-primary {
    color: #0097a7;
}

.__text-primary-dark {
    color: #134f5c !important;
}

.__text-gray {
    color: #9b9999;
}

.__text-gray-dark {
    color: #666b7a;
}

/* margin */
.__mt-2 {
    margin-top: 2.5rem;
}

/* padding */
.__pt-05 {
    padding-top: 0.5rem;
}

.__pt-1 {
    padding-top: 1rem;
}

.__pt-2 {
    padding-top: 2rem;
}

.__pt-10 {
    padding-top: 10rem;
}

.__pt-18 {
    padding-top: 18rem;
}

.__pb-4 {
    padding-bottom: 4rem;
}

.__pr-5 {
    padding-right: 5rem;
}

.__pr-6 {
    padding-right: 6rem;
}

.__pl-6 {
    padding-left: 6rem;
}

/* btn */
.btn {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.print {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 40px;
    background-color: #1a73e8;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-print {
    margin-top: 5px;
}

.print:hover {
    color: #fff !important;
}

/* scroll */

::-webkit-scrollbar-track {
    background-color: #dddddd;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #ddd;
}

::-webkit-scrollbar-thumb {
    background: #14949a;
    border-radius: 20px;
}

::-webkit-scrollbar:horizontal {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb:horizontal {
    background: #14949a;
}
