
.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 2;
    left: 0;
    bottom: 0;
}

.modal_contents {
    z-index: 99999 !important;
    width: 50%;
    height: 50%;    
    display: table;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: white;
}

.centro {
    min-height: 450px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.modal {
    visibility: hidden;
}

.modal-header h3 {
    color: #34495E;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

.modal-header .mobile-close {
    box-sizing: border-box;
    font-size: 15px;
    border-radius: 20px;
    float: right;
    margin-top: 9px;
    margin-right: 10px;
    width: 38px;
    height: 38px;
    color: white;
    cursor: pointer;
}

.modal-body {
    text-align: center !important;
}

.modal-body .content-right {
    height: 225px;
    width: 50%;
    position: relative;
    top: 55px;
}

.content-right .sponsor-name {
    font-weight: bold;
    color: #000;
}

.modal_contents h1 {
    margin: 0;
    padding: 0;
    line-height: 32rem;
    text-align: center;
    display: block;
}

.modal_close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    text-decoration: none;
    display: none;
}

.modal-show {
    visibility: visible;
}

.modal-transition {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-show .modal-transition {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

@media (max-width: 1139px) {
    .modal p {
        text-align: center;
    }

    .modal-body .content-left {
        width: 80%;
        display: block;
        float: none;
        margin: 0 auto;
        border-right: none;
        border-bottom: 1px solid #ccc;
    }

    .modal-body .content-right {
        width: 80%;
        display: block;
        margin: 40px auto;
        float: none;
        border-right: none;
    }
}

@media (max-width: 1027px) {
    .modal-header h3 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .modal_contents {
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        margin: 0;
    }

    .modal-header h3 {
        font-size: 22px;
    }

    .modal-header .mobile-close {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }

    .modal_close {
        display: block;
    }

    .modal-transition {
        -webkit-transform: translateX(-0) translateY(150%);
        -moz-transform: translateX(-0) translateY(150%);
        -ms-transform: translateX(-0) translateY(150%);
        transform: translateX(-0) translateY(150%);
    }
}

@media (max-width: 495px) {
    .modal-header h3 {
        font-size: 18px;
    }

    .tv-logo-ico {
        width: 340px !important;
        margin-top: 50px;
    }

    .modal_contents {
        height: 100%;
    }
}

@media (max-width: 415px) {
    .modal-header h3 {
        font-size: 15px;
    }

    .tv-ico {
        width: 216px;
        height: 60px;
    }
}

.tv {
    outline: rgb(3, 92, 3);
    outline-offset: 2px;
    outline-style: solid;
    outline-width: 4px;
}

.modal-texto {
    font-size: 20px;
    margin-bottom: 5%;
    height: auto;
}

.play-hover {
    width: 100%;
    height: auto;
    background-image: url("../images/icones/plus.png");
    background-repeat: no-repeat;
}

.pb {
    background-color: black;
    border-bottom: 1px solid #000;
    background-color: black;
    color: white;
}

.bt-pb {
    position: relative;
    top: -22px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    transform: scale(1);
    transition: all 0.5s ease;
    margin-top: 42px;
}

.bt-pb:hover {
    transform: scale(1.2);
    transition: all 0.5s ease
}

