@charset "utf-8";
/* CSS Document */

.estilo-popup-p {
    margin: 0.3em 0;
}


.ui-dialog-content div {
    background: url(https://www.google.com/logos/2014/worldcup14/opening/cta.png) no-repeat  !important;
}


.icon-space {
    margin-left: 25px;
}


#accordion .accordionBtn:before,
#accordion .accordionBtn.collapsed:before{
    content: "\f067";
    font-family: "Font Awesome 5 Free";    
    font-weight: 900;
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 14px;
    color: #50bbaa;
    text-align: center;
    position: absolute;
    top: 18px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
#accordion .accordionBtn.collapsed:before{
    color: #a0a0a0;
    transform: rotate(0);
}