@font-face {
    font-family: "dana";
    src:url("../webfonts/dana/dana-thin.woff") format("woff");
font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "dana";
    src:url("../webfonts/dana/dana-regular.woff") format("woff");
font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "dana";
    src:url("../webfonts/dana/estedad-medium.woff") format("woff");

font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "dana";
    src:url("../webfonts/dana/dana-bold.woff") format("woff");

font-weight: 700;
    font-style: normal;
}
.agency{
    font-size:13px!important;
    text-decoration: none;
}
body {
    margin: 0;
    font-family: "dana";
    /*background: #e2e4e8;*/
    color: white;
    background-image: url("../../assets/img/Desktop.png");

}

/* CONTAINER */
/*.container {*/
/*    max-width: 420px;*/
/*    margin: auto;*/
/*    padding: 20px 8px;*/

/*}*/
/*.bio-2 .container {*/
/*    max-width: 420px;*/
/*    margin: auto;*/
/*    padding: 0;*/

/*}*/
body.bio-2 {
    max-width: 600px;
    margin: auto;
}

.logo-bg-sign-up {
    background-image: url(../../assets/img/bg-logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 120px;
    background-position: bottom;
}

.logo-inside {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    z-index: 10;
    position: relative;
}

.btn span {
    margin-right: 6px;
    font-size: 14px;
    text-align: start;
    font-family: dana;
}

.bio-title {
    color: #373839;
    font-size: 20px;
    font-family: dana;
}

/* HEADER */
.header-bio {
    text-align: center;
    margin-bottom: 20px;

}

.header-bio-2 {
    text-align: center;
    margin-bottom: 20px;
    /*margin-top: -60px*/
}

.logo {
    width: 120px;
    height: 100px;
    /*border-radius: 50%;*/
    /*background: white;*/
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
     /*box-shadow: 0px 5px 15px -3px rgb(0 0 0 / 20%);*/
}

.bio-title {
    color: #373839;
    font-size: 20px;
}

.logo img {
    width: 100%;
}

.bio-title {
    margin: 10px 0;
}

/* SOCIAL ICONS */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.social-icons a {
    font-size: 20px;
    text-decoration: none;
    color: white;
    opacity: 0.8;
}

.social-icons a:hover {
    opacity: 1;
}

/* MAIN CARD */
.main-card {
    background: #EB1E25;
    padding: 20px;
    border-radius: 25px;
}


/* BUTTON */
.btn {
    display: flex;
    /*justify-content: space-between;*/
    align-items: start;
    background: white;
    padding: 12px;
    border-radius: 14px;
    margin: 8px 0;
    text-decoration: none;
    color: #373839;
    transition: 0.2s;
}

.btn:hover {
    transform: scale(1.03);
}

/* ADDRESS */
.address {
    text-align: center;
    font-size: 16px;
    margin: 15px 0;
    opacity: 0.9;
}

.btn:hover {
    background: white;
    color: #373839;
}