/**************
 ** Home Btn **
 **************/

.home-btn-container {
    position: fixed;
    margin-top: 50px;
    margin-left: 10px;
    color: #000;
    padding: 10px 0;
    z-index: 9998;
}

.home-btn-size {
    width: 60px;
}

.home-btn-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: auto;
    height: 30px;
}

.home-black-btn {
    background-image: url("../img/btn_home_med.png");
}

.home-yellow-btn {
    background-image: url("../img/btn_home_med-yellow.png");
}

#contact-card {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

#contact-card-block {
    margin-top: 100%;
    margin-left: 12%;
    display: block;
    background-color: #fbdc2d;
    margin-right: 30%;
    height: 150px;
    width: 300px;
}

#img-card-papiro {
    display: block;
    background-image: url("../img/img_contacto_bird_med.png");
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center;
    height: 125px;
}

.contact-text-offset {
    height: 30px;
}

.contact-card-big-font {
    font-family: 'TheBoldFont';
    font-size: 14px;
    text-align: center;
    color: #000;
    margin-top: 25px;
}

.contact-card-text {
    font-family: 'PTSans';
    color: #000;
    width: 100%;
    margin-left: -19px;
}

.contact-btn {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 10px !important;
}

.contact-btn-close {
    margin-left: -15px !important;
    font-size: 12px !important;
    ;
}

#close_btn_contact {
    padding-left: 0px;
}


/* br {
    display: block;
    margin-top: -15px;
} */