﻿#modalAspxEmail .modal-content {
    height: 600px;
    width: 85%;
}


#modalAspx .modal-content {
    height: 420px;
   
}

/* Faz o iframe ocupar quase todo o modal */
#iframeModal {
    width: 100%;
    height: 400px;
    border: none;
}

.popuptamanho {
    width: 100%;
    height: 100%;
    border: none;
}

.svg_logotipoQRCode{
  width: 90% !important;
  margin-top:3em;
}


.popuptamanhoemail {
    width: 100%;
    height: 100%;
    border: none;
}

#idImgTop {
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 50px;
    right: 30px;
}

.divInformacaoExtra {
    padding-left: 18px !important;
    padding-right: 7em !important;
    margin-top: 10em !important;
}


#rightcolFicha {
    display: inline-block !important;
    padding-top: 2em;
}

.divlogoprintsvg {
    display: none;
}


#leftcolFicha {
    text-align: center;
    display: inline-block !important;
}

.btqrcode {
    background-image: url('../botoes_svg/qrcode.svg');
    width: 25px;
    height: 25px;
    border:0 !important
}

.btemail {
    background-image: url('../botoes_svg/email.svg');
    width: 25px;
    height: 25px;
    border: 0 !important
}

.btprint {
    background-image: url('../botoes_svg/print.svg');
    width: 25px;
    height: 25px;
    border: 0 !important
}

.glightbox img {
    max-height:450px;
}

#thumbs{
    margin-top:2em;
}
.slide-item {
    position: relative;
}



.caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    opacity: 0;
    writing-mode: horizontal-tb;
    text-orientation: initial;
    transform: none;
}

.slide-item:hover .caption {
    opacity: 1;
  
}

.splide__pagination{
        display:none !important;
}

.thumb-item {
    position: relative;
    cursor: pointer;
}

.thumb-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 8px;
    background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 6px;
    opacity: 0;
    writing-mode: horizontal-tb;
    text-orientation: initial;
    transform: none;
}

.thumb-item:hover .thumb-caption {
    opacity: 1;
  
}