﻿#adviceModal h3 {
    font-size: 30px;
    color: #eb9605;
}
#adviceModal p {
    font-size: 16px;
    color: #333;
    margin: 25px 0;
}
#adviceModal .modal-body.modal-730 {
    padding: 30px;
}
#adviceModal button.close {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 50px;
    font-weight: 100;
}
#adviceModal .modal-content {
    border: none;
}

#adviceModal .mesigratis6 p {
    font-size: 24px;
    font-weight: 700;
}
#adviceModal .mesigratis6 h3 > strong {
    color: #2f4858;
}
#adviceModal .mesigratis6 {
    text-align: center;
}



@media (min-width: 1200px) {
    #adviceModal .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }
    #adviceModal .modal-body.modal-730 {
        padding: 50px;
    }
}
@media (min-width: 768px){
    #adviceModal h3 {
        font-size: 70px;
    }
    #adviceModal p {
        font-size: 28px;
    }
    /*mesigratis6*/
    #adviceModal .mesigratis6 h3 {
        font-size: 140px;
        line-height: 1em;
    }
}
@media (max-width: 767px) {
    #adviceModal .modal-body.modal-730 {
        background-image: url(../images/mobile_730_popoup_img.jpg) !important;
    }
    a.btn {
        font-size: 12px;
    }

}
