/* Start custom CSS for text-editor, class: .elementor-element-2ae17e5f */.tipoPost{
    background-color: blue;
    color: white;
    margin:5px;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
}

.tipoGet{
    background-color: green;
    color: white;
    margin:5px;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
}

.numero{
    color:orange;
}

.etiqueta{
    color:#f8c555;
}

.texto{
    color:#7ec699;
}

.null{
    color:#cc99cd;
}


.divParametrosCodigo{
	margin-left:35px;
}

.divCodigo{
    background-color: black;
    color: gray;
    border-radius: 5px;
    padding: 15px;
    margin: 5px;
}


.divTipoPostGet{
    margin-bottom: 15px;
}	

.success{
    background-color: #7ec699;
    color: white;
    margin:5px;
    padding: 2px;
    border-radius: 10px;
    font-weight: bold;
}

.error{
    background-color: #D30C5C;
    color: white;
    margin:5px;
    padding: 2px;
    border-radius: 10px;
    font-weight: bold;
}/* End custom CSS */