@charset "utf-8";
/* CSS Document */

/* ========================= modal rddi ==================== */

#rddi_modal .img_banner{width: 100%;height: 100%;max-width: 564px; max-height: 564px;}
#rddi_modal .modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;  
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    
}
#rddi_modal .modal-content img{ max-height: 564px;max-width: 564px; width: 100%;height:100%; }
#rddi_modal .close {
    font-size: 35px;
    color: #fff;opacity: 1;font-style: normal;
}
#rddi_modal .modal-footer {
    padding: 0;
    text-align: center;
    border-top: none; 
    position: absolute;
 	bottom: 25px;
 	left: 42%;
}
#rddi_modal .btn_rddi_entrar {
    padding: 8px 14px;
    white-space: nowrap;
    background-image: none;
    color: white;
    background-color: transparent;
    border: 3px solid white;
    border-radius: 50%;
}

#rddi_modal .modal-footer:hover,
#rddi_modal .modal-footer :hover,
#rddi_modal .modal-footer:focus,
 #rddi_modal .modal-footer.focus {
	border-color:#00EEEE;
  color: #ccc;
  text-decoration: none;
}

/* ========================= modal #cg_modal ==================== */

#cg_modal .img_banner{width: 100%;height: 100%;max-width: 564px; max-height: 350px;}
#cg_modal .modal-content {
    position: relative;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;  
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    
}
#cg_modal .modal-content img{ max-height: 564px;max-width: 564px; width: 100%;height:100%; }
#cg_modal .close {
    font-size: 35px;
    color: #fff;opacity: 1;font-style: normal;
   position: absolute;
   right: 38px;
}
#cg_modal .modal-footer {
    padding: 0;
    text-align: center;
    border-top: none; 
    
 	bottom: 25px;
 	left: 42%;
}

#cg_modal .btn_rddi_entrar {
    padding: 8px 14px;
    white-space: nowrap;
    background-image: none;
    color: white;
    background-color: transparent;
    border: 3px solid white;
    border-radius: 50%;
}

#cg_modal .modal-footer:hover,
#cg_modal .modal-footer :hover,
#cg_modal .modal-footer:focus,
#cg_modal .modal-footer.focus {
	border-color:#00EEEE;
  color: #ccc;
  text-decoration: none;
}