        body {
            margin: 0 16px;
            font-family: 'Poppins', sans-serif;
            background-image: url(/assets/img/bg.jpg);
        }

        p {
            font-size: 14px;
        }
        
        .btn.btn-primary {
            font-size: 14px;
        }
        
        .font12 {
            font-size: 12px;
        }

        /* remove zoom input tel */
        
        input[type="tel"] {
            font-size: 16px;
        }


        @media (min-width: 768px) {
            
            .container-custom {
                max-width: 400px;
            }
        }


        


/* Poppins Font */

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}




/* Input Number */

.input-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.flag {
    display: flex;
    align-items: center;
    margin-right: 5px;
    height: 24px;
}

.country-code {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    height: 40px;
}

.input-phone {
    flex: 1;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    height: 40px;
    width: calc(100% - 20px);
}


/* Investigações agora */

.blinking-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #52d669;
    border-radius: 50%;
    margin-right: 10px;
    animation: blink 1s infinite;
}

@keyframes blink {
    50% {
        opacity: 0
    }
}


.phone-item {
    display: flex;
    align-items: center;
    background-color: #233c4a63;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 5px 0;
}

.profile-pic {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    filter: blur(5px);
}




/* Part 3 */

/* Profile number phone */

.rounded-circle {
    border-radius: 50%!important;
    border: 4px solid #ffdede;
}



/* card spiner */

.d-flex.align-items-start.w-100 {
    margin-bottom: -71px;
}

p.font-light.text-sm.text-center.mb-0 {
    width: 75% !important;
    margin-right: -54px;
}


b.mt-3.titlecard {
    margin-right: -54px;
}


/* font awesome */

.fa-2x {
  font-size: 1.8em !important;
}


/* Divider */

.divider {
    height: 3px;
    background: #eaeaea;
    width: 100%;
    padding: 0 20px;
}
