.draccu-real-estate-container {
    max-width: 1000px;
    margin: auto;
    padding-top: 20px;
}

.draccu-real-estate-container #img-desktop-banner{
    border: solid 1px #dadada;
    border-radius: 10px;
    margin-bottom: 10px;
}

.draccu-real-estate-container #img-mobile-banner{
    display: none;
}

.draccu-real-estate-container #img-mobile-banner{
    display: none;
}

.draccu-real-estate-container .draccu-real-estate-content{
    border: solid 1px #dadada;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 25px 30px 25px 30px;
    display: flex;
    gap: 30px;
}

.draccu-real-estate-container .draccu-real-estate-content .menu-buttons-draccu-real-estate button{
    display: block;
    font-size: 1em;
    font-weight: 500;
    padding: 15px;
    border: none;
    border-radius: 7px;
    background-color: #00ccbb79;
    width: 170px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
}

.draccu-real-estate-container .draccu-real-estate-content .menu-buttons-draccu-real-estate button a{
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.draccu-real-estate-container .draccu-real-estate-content .menu-buttons-draccu-real-estate button:hover{
    background-color: #00ccbb;
}

.draccu-real-estate-container .draccu-real-estate-content .painel-draccu-real-estate .draccu-real-estate-realtors {
    flex-wrap: wrap !important;
    gap: 10px;
    max-height: 410px;
    overflow: auto;
}

.draccu-real-estate-container .draccu-real-estate-content .painel-draccu-real-estate .draccu-real-estate-realtors .corretor{
    border: solid 1px #dadada;
    border-radius: 10px;
    padding: 8px 30px 25px 30px;
    width: 280px;
}

.draccu-real-estate-container .draccu-real-estate-content .painel-draccu-real-estate .draccu-real-estate-realtors .corretor h4{
    font-size: 1.2em;
    font-weight: 600;
    color: #141414;
    margin-bottom: -5px;
}

.draccu-real-estate-container .draccu-real-estate-content .painel-draccu-real-estate .draccu-real-estate-realtors .corretor p{
    font-size: 1em;
    font-weight: 400;
    color: #141414a6;
    margin-bottom: -5px;
}

.draccu-real-estate-container .draccu-real-estate-content .painel-draccu-real-estate .draccu-real-estate-realtors .corretor button{
    display: block;
    font-size: 1em;
    font-weight: 500;
    padding: 15px;
    border: none;
    border-radius: 7px;
    background-color: #00ccbb;
    width: 100%;
    color: #fff;
    cursor: pointer;
    margin-top: 15px;
}

.draccu-real-estate-container .draccu-real-estate-content .painel-draccu-real-estate .draccu-real-estate-realtors .corretor button a{
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.draccu-real-estate-container .draccu-real-estate-content .painel-draccu-real-estate .draccu-real-estate-shortcodes .draccu-real-estate-shortcode-content{
    display: block;
}

.draccu-real-estate-container .draccu-real-estate-content .painel-draccu-real-estate .draccu-real-estate-shortcodes .draccu-real-estate-shortcode-content h5{
    font-size: 1.4em;
    font-weight: 600;
    color: #0e0e0e;
    margin-top: 0;
}

.draccu-real-estate-container .draccu-real-estate-content .painel-draccu-real-estate .draccu-real-estate-shortcodes .draccu-real-estate-shortcode-content h3{
    font-size: 1.2em;
    font-weight: 600;
    color: #0e0e0e;
}


.draccu-real-estate-container .draccu-real-estate-content .painel-draccu-real-estate .draccu-real-estate-shortcodes .draccu-real-estate-shortcode-content p{
    padding-bottom: 15px;
}


.draccu-real-estate-container .draccu-real-estate-others-plugins{
    background-color: #fff;
    border: solid 1px #dadada;
    border-radius: 10px;
    padding: 8px 30px 25px 30px;
    margin-top: 12px;
}

.draccu-real-estate-container .draccu-real-estate-others-plugins h4{
    font-size: 1.5em;
    font-weight: 700;
    color: #1D2327;
}


.draccu-real-estate-container .draccu-real-estate-others-plugins p{
    font-size: 1.1em;
    font-weight: 400;
    color: #8d8d8d;
    margin-top: -12px;
}

.draccu-real-estate-container .draccu-real-estate-others-plugins .others-plugins{
    display: flex;
    gap: 20px;
}

.draccu-real-estate-container .draccu-real-estate-others-plugins .others-plugins div{
    max-width: 250px;
    border: solid 1px #dadada;
    border-radius: 10px;
    padding-bottom: 10px;

}

.draccu-real-estate-container .draccu-real-estate-others-plugins .others-plugins img{
    max-width: 100%;
    border: none;
    border-radius: 10px 10px 0 0;
}

.draccu-real-estate-container .draccu-real-estate-others-plugins .others-plugins h5{
    font-size: 1.1em;
    font-weight: 700;
    color: #1D2327;
    margin-top: -7px;
    padding: 10px 10px 0 10px;
}

.draccu-real-estate-container .draccu-real-estate-others-plugins .others-plugins p{
    font-size: 1.1em;
    font-weight: 400;
    color: #8d8d8d;
    margin-top: -20px;
    padding: 0 10px 0 10px;
    margin-bottom: 5px;
}

.draccu-real-estate-container .draccu-real-estate-others-plugins .others-plugins a{
    color: #00CBBB;
    text-decoration: none;
    font-weight: 700;
    padding: 0 10px 0 10px;
}


.draccu-open {
    padding: 3px;
    background: rgb(25 184 25);
    color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8em;
}

.draccu-closed {
    background: rgb(206, 7, 7);
    padding: 3px;
    color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8em;

}

.svg-clock{
    width: 1em;    
    margin-right: 5px;
}

@media only screen and (max-width: 500px) {
    .draccu-real-estate-container {
        max-width: 100%;
        padding: 20px 10px;
    }

    .draccu-real-estate-container #img-desktop-banner{
        display: none;
    }
    
    .draccu-real-estate-container #img-mobile-banner{
        display: block;
        width: 100%;
        border: solid 1px #dadada;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .draccu-real-estate-container .draccu-real-estate-content{
        display: block;
    }

    .draccu-real-estate-container .draccu-real-estate-content .menu-buttons-draccu-real-estate button{
        width: 100%;
    }

    .draccu-real-estate-container .draccu-real-estate-others-plugins .others-plugins{
        display: block;
    }

    .draccu-real-estate-container .draccu-real-estate-others-plugins .others-plugins div{
        max-width: 100%;
        margin-bottom: 20px;
    
    }    
}