/*!

  * Weblinker - Jofemar

  * Author Daniel Sandoval aka danidoble (https://github.com/danidoble)

  * Copyright 2011-2021 OWL Desarrollos, Coin City México

  * This file is property of OWL Desarrollos and Coin City México No redistribute

  */

.ccv-jofemar-w-100 {

    width: 100% !important;

}
.ccv-jofemar-h-715px {
    /*max-height: 800px!important;*/
    height: 800px!important;

}




.ccv-jofemar-p-4 {

    padding: 1.5rem !important;

}



.ccv-jofemar-btn {

    display: inline-block;

    font-weight: 400;

    line-height: 1.5;

    color: #212529;

    text-align: center;

    text-decoration: none;

    vertical-align: middle;

    cursor: pointer;

    -webkit-user-select: none;

    -moz-user-select: none;

    user-select: none;

    background-color: transparent;

    border: 1px solid transparent;

    padding: .375rem .75rem;

    font-size: 1rem;

    border-radius: .25rem;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}



.ccv-jofemar-btn:hover {

    color: #212529;

}



.ccv-jofemar-btn-link {

    font-weight: 400;

    color: #0d6efd !important;

    text-decoration: underline;

}



.ccv-jofemar-btn-link:hover {

    color: #0a58ca !important;

}


.ccv_jofemar_device_not_detected {

    display: block;

    position: fixed;

    z-index: 999999;

    top: 0;

    left: 0;

    width: 100%;
    max-width: 100%;

    min-height: 100vh;
    max-height: 100vh;

    height: 100%;

    overflow: hidden;

    background-color: rgba(0, 0, 0, 0.9);

    background-size: cover;

}



.ccv-jofemar-fixed-bottom {

    position: fixed;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 1030;

}



.ccv-jofemar-overflow-hidden {

    overflow: hidden;

}



.ccv-jofemar-max-h-80vh{

    max-height: 80vh!important;

}